Skip to content
Snippets Groups Projects
  1. Sep 14, 2022
  2. Jun 01, 2022
    • Alexander Turenko's avatar
      doc: add contributing guide · 55bdb42d
      Alexander Turenko authored
      GitHub suggests to look on the document, when it is present. The banner
      is shown for visitors of issues and pull requests pages. We can use this
      feature to highlight typical stones on the contributor's road.
      
      My goal is to leave suggestions for typical points of a confusion in a
      short document (don't bury into details) and leave links for further
      reading.
      
      I hope we should move most of content of the 'open a pull request'
      section to a wiki page and possibly merge it with [1] and [2]. It
      requires more work and I would consider it as a future step toward good
      developer guidelines.
      
      [1]: https://github.com/tarantool/tarantool/wiki/Code-review-procedure
      [2]: https://www.tarantool.io/en/doc/latest/dev_guide/developer_guidelines
      
      NO_CHANGELOG=not a user visible change
      NO_DOC=nothing requires an update on the website
      NO_TEST=it is purely documentation change
      55bdb42d
  3. Jan 29, 2022
    • Alexander Turenko's avatar
      readme: actualize without much changes · b72a5c6a
      Alexander Turenko authored
      Well, the diff is not nice, so I'll summarize the changes for humans.
      
      General changes:
      
      * Moved patch submission and so on to the end of the document.
      * Reformatted to usual 80 columns, inlined and actualized links.
      * Reformatted lists: start from a capital letter, end with a period.
      * Minor wording tweaks to make it sound better.
      
      Badges:
      
      * Travis CI and GitLab CI -> GitHub Actions.
      * Removed Slack and Gitter.
      * Google Groups -> GitHub Discussions.
      * Added Stack Overflow.
      
      Define Tarantool as in-memory computing platform as on the website.
      
      Added license information.
      
      Appserver:
      
      * Rewrote the sentence regarding compatibility with Lua 5.1 and
        highlighted key LuaJIT features instead. There are doubts within the
        team about declaring 100% compatibility with Lua 5.1, let's go to the
        safe ground so.
      * Splitted the list in a more granular way.
      * Added links to mysql and pg connectors.
      * Added queue, vshard, cartridge with links.
      * Added a link to the modules page.
      
      Database:
      
      * Replaced MsgPack with MessagePack. It is called so on the official
        website.
      * Replaced 'optional persistence' with 'complete WAL-based persistence'
        in the memtx description to make it less confusing. There are users,
        which believe that memtx does not offer persistency.
      * Moved SQL down.
      * Added JSON path indexes.
      * Added synchronous quorum-based replication.
      * Added RAFT-based automatic leader election.
      * Added a link to the connectors list.
      
      Platforms:
      
      * Dropped OpenBSD from the list. It is not verified in CI, so I feel it
        like 'we have no commitments here'.
      * Replaced x86 with more explicit x86_64.
      * Moved Mac OS before FreeBSD (we have more users here).
      * Added aarch64/M1.
      
      Tarantool is ideal for...
      
      * Kept intact, just reformatted to 80 columns.
      
      Download:
      
      * Added 'or using Docker' in addition to 'as a binary package to your
        OS'.
      
      Added a link to the 'Awesome Tarantool' list.
      
      Report bugs / send feedback or patch:
      
      * Replaced Google Groups with GitHub Discussions.
      * Added Stack Overflow.
      * Highlighted that we accept pull requests and linked 'How to get
        involved' guide.
      
      Fixes #6579
      b72a5c6a
  4. May 20, 2020
  5. Oct 28, 2019
  6. Oct 23, 2019
  7. Sep 13, 2019
  8. May 21, 2019
  9. Dec 18, 2018
  10. Oct 25, 2018
  11. Feb 22, 2018
  12. Sep 30, 2017
  13. Aug 30, 2017
  14. Apr 05, 2017
  15. Jul 14, 2016
  16. Jul 05, 2016
  17. May 16, 2016
  18. Apr 28, 2016
    • Roman Tsisyk's avatar
      Review fixes for LZ4 · 4896b6a1
      Roman Tsisyk authored
      * Use our own fork
      * Fix typo in CMakeLists.txt
      * Update build dependecies in README.md
      * Fix a potential bug with buffer size calculation in ss_lz4filter_next()
      4896b6a1
  19. Apr 06, 2016
  20. Feb 09, 2016
  21. Jan 28, 2016
  22. Dec 01, 2015
  23. Nov 20, 2015
  24. Aug 31, 2015
  25. Aug 19, 2015
  26. Jul 22, 2015
  27. Jul 07, 2015
  28. Jan 16, 2015
  29. Jul 10, 2014
  30. Apr 21, 2014
  31. Apr 14, 2014
  32. Apr 10, 2014
Loading