Skip to content
Snippets Groups Projects
  1. Dec 28, 2023
  2. Dec 19, 2023
  3. Nov 23, 2023
  4. Nov 14, 2023
  5. Nov 07, 2023
  6. Oct 10, 2023
  7. Oct 02, 2023
  8. Sep 20, 2023
  9. Sep 19, 2023
  10. Aug 15, 2023
  11. Aug 07, 2023
  12. Aug 01, 2023
  13. Jul 19, 2023
  14. Apr 21, 2023
    • Dmitry Travyan's avatar
      feat: connect CLI · 62decb8b
      Dmitry Travyan authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      This patch introduces `picodata connect` CLI command. It allows
      connecting to interactive lua console of a picodata instance via iproto
      The whole implementation comes down to invoking a lua script with
      `require("console").start()`.
      62decb8b
  15. Apr 19, 2023
  16. Apr 04, 2023
  17. Mar 27, 2023
  18. Dec 23, 2022
  19. Dec 16, 2022
  20. Nov 15, 2022
  21. Nov 08, 2022
  22. Oct 31, 2022
  23. Oct 27, 2022
  24. Oct 25, 2022
  25. Sep 22, 2022
  26. Sep 21, 2022
  27. Sep 15, 2022
  28. Sep 13, 2022
  29. Jul 14, 2022
  30. Jul 05, 2022
  31. Jul 01, 2022
  32. May 31, 2022
    • Georgy Moshkin's avatar
      fix(discovery): fix hanging if some peers don't respond · 4d3116b0
      Georgy Moshkin authored
      Previously the discovery algorithm would try to reach each known peer
      sequentially requiring each consequent request to succeed until the next
      one can be attempted. This would not work in some cases (see test in
      previous commit).
      
      So the new algorithm instead makes a single attempt to reach each peer
      within a round, and if some failed they're retried in the next round of
      requests. This allows overall discovery to succeed in cases when some
      of the initial peers never respond.
      
      Closes #54
      4d3116b0
Loading