Skip to content
Snippets Groups Projects
  1. Nov 03, 2023
  2. Nov 02, 2023
  3. Nov 01, 2023
  4. Oct 31, 2023
    • Dmitry Rodionov's avatar
      refactor: move cli related stuff to src/cli · e8ca68f1
      Dmitry Rodionov authored
      main.rs has grown a bit, adding new stuff to it doesnt feel natural.
      Smaller files are easier to digest. For me it is easier to find stuff
      when there are less files on the top level and some hierarchy shows.
      where to go. A while back I wanted to move sql command to separate
      file but there is already sql.rs on the top level.
      
      This patch solves this issue.
      e8ca68f1
    • Arseniy Volynets's avatar
      3f5acd2c
    • Yaroslav Dynnikov's avatar
      chore: remove tarantool-sys submodule branch · bed353ae
      Yaroslav Dynnikov authored and Georgy Moshkin's avatar Georgy Moshkin committed
      Follow-up for 2b1bd622
      
      > submodule.<name>.branch
      >
      > A remote branch name for tracking updates in the upstream submodule.
      > If the option is not specified, it defaults to the remote HEAD.
      
      The `origin/HEAD` is the default branch in GitLab. In case of
      tarantool-sys nowadays it corresponds to `2.11.0-picodata`.
      
      This option is responsible for the correct operation of
      
          git submodule update --remote tarantool-sys
      bed353ae
  5. Oct 30, 2023
  6. Oct 27, 2023
  7. Oct 26, 2023
  8. Oct 25, 2023
  9. Oct 24, 2023
  10. Oct 23, 2023
  11. Oct 20, 2023
  12. Oct 19, 2023
  13. Oct 17, 2023
  14. Oct 16, 2023
  15. Oct 13, 2023
  16. Oct 12, 2023
  17. Oct 10, 2023
  18. Oct 09, 2023
  19. Oct 06, 2023
  20. Oct 02, 2023
  21. Sep 28, 2023
    • Denis Smirnov's avatar
      test: fix flaky sql tests · ad3d151b
      Denis Smirnov authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      At the moment clusterwide SQL has no protection from anomalies produced
      by vshard bucket rebalancer. We plan to fix it ASAP, but at the moment
      we need a stable non-flaky CI.
      
      This patch makes tested cluster single-node. Multi-instance tests shall
      be added later in scope of fixing the mentioned rebalancing issue.
      ad3d151b
  22. Sep 22, 2023
Loading