1. b52b89c Add branch 1.3 as a protected branch (#371) by hulk · 8 weeks ago unstable
  2. 6e40c67 Upgrade React/NextJS version to fix CVE-2025-55182 (#370) by hulk · 9 weeks ago
  3. 083b05a Add documentation section to README (#368) by ALOK KUMAR · 3 months ago
  4. e0d2933 feat(webui): add global modern Spotlight Search (#367) by Agnik Misra · 3 months ago
  5. 4a9ea11 chore(webui): update ASF logo (#364) by Twice · 4 months ago
  6. 0564c95 Add 1.2 as the protected branch (#363) by hulk · 4 months ago
  7. 54a7ac4 Improve the failover efficiency (#362) by Raphael · 4 months ago
  8. e043a82 build: deploy webui into the docker image (#361) by Twice · 4 months ago
  9. d9f8c40 feat(webui): use nextjs middleware to dynamically redirect API calls (#360) by Twice · 4 months ago
  10. b6e5fb5 Split ENTRYPOINT to CMD in Dockerfile (#359) by Twice · 4 months ago
  11. d7d264f Fix sourceNodeClusterInfo.MigratingSlot maybe nil when tryUpdateMigrationStatus (#357) by Lele Huang · 4 months ago
  12. 686b338 Marshal the value into the null value if the slot is not migrating (#346) by Lele Huang · 4 months ago
  13. 74455be Fix the data race when migrating slots on multi shards (#352) by Raphael · 4 months ago
  14. 167acb7 Fix leader change haven't updated prevTermLeader when lost the leader (#353) by superchee · 4 months ago
  15. 1cb2d5d Enable the auto merge and the update branch feature in CI (#356) by hulk · 5 months ago
  16. b37b4c9 Fix flaky test in cluster failover (#355) by hulk · 5 months ago
  17. 3c5803f Fix test case failure after hardening the promote master behavior (#354) by hulk · 5 months ago
  18. 61b3665 Enhance the slave node promotion (#340) by Raphael · 5 months ago
  19. 9620d73 Fix the wrong configuration min_alive_size which should be max_ping_count (#350) by Ninuxer · 5 months ago
  20. 2b86875 Add branch 1.0 and 1.1 as protected branches in .asf.yaml (#345) by Twice · 5 months ago
  21. 751cf95 failover command previously gave EOF (#344) by Byron Seto · 6 months ago
  22. 0c11f64 Enable dismiss_stale_reviews in .asf.yaml (#343) by Twice · 6 months ago
  23. 0cffae9 feat(webui): implemented cluster slot migration (#341) by Agnik Misra · 6 months ago
  24. 821e828 Require CI must be passed before merging (#338) by hulk · 6 months ago
  25. 7fe3a2d feat(webui): implemented shard master failover, added delete icon in list view (#337) by Agnik Misra · 6 months ago
  26. 25b1034 feat(webui): refined all pages added border radius fix spacing issues (#336) by Agnik Misra · 6 months ago
  27. 431c824 Fix HasOverlap might return the wrong result (#335) by Lele Huang · 6 months ago
  28. d11ae9d Fix nil pointer when print MigratingSlot string function (#332) by Lele Huang · 6 months ago
  29. 9926049 feat(webui/node): redesign node detailed page (#330) by Agnik Misra · 6 months ago
  30. 99cea5c feat(webui/node): redesign node page (#327) by Agnik Misra · 7 months ago
  31. 79e2659 Use gotestsum to beautify the test output (#326) by hulk · 7 months ago
  32. ab9f92e Fix data race when migrating slots (#324) by Raphael · 7 months ago
  33. 6bac9a4 feat(webui/shard): redesign the shard page (#325) by Agnik Misra · 7 months ago
  34. 4899f99 Validate the preferred node id format in failover API (#323) by hulk · 7 months ago
  35. c6380ef feat(webui/cluster): redesign cluster page (#322) by Agnik Misra · 7 months ago
  36. 43b567c sync cluster info to nodes concurrently (#320) by Raphael · 8 months ago
  37. 26567c2 feat(webui/namespace): redesign namespace and sidebar (#319) by Agnik Misra · 8 months ago
  38. 481cc4a feat(webui/homepage&footer): Redesign homepage and footer with dark mode (#316) by Agnik Misra · 8 months ago
  39. 9ae1849 feat(webui/header): move tabs to right & add breadcrumb navigation (#314) by Agnik Misra · 8 months ago
  40. cfc57e2 Add the failover API into docs (#311) by hulk · 8 months ago
  41. 2de5972 Return its id when creating a new node (#307) by Raphael · 9 months ago
  42. 2c834b4 Fix the migrating slot didn't compatible with old format (#310) by Byron Seto · 9 months ago
  43. fc80b1a Enhance the migration test cases with the slot range (#309) by hulk · 9 months ago
  44. 3bdddb5 Build the kvrocks container to allow running multiple intances (#305) by hulk · 9 months ago
  45. a6334b3 Add support of migrating with slot range (#304) by Byron Seto · 9 months ago
  46. 96a6498 Fix migration info may be empty when fetching migrating_state from node fails (#300) by Raphael · 10 months ago
  47. abc1b4d Update godeps (#299) by Aleks Lozovyuk · 11 months ago
  48. 292d84f Support the latest cluster info from the node which version larger than local cluster version (#271) by Raphael · 11 months ago
  49. 9c536fb feat(webui): make the top navbar more modern (#297) by Agnik Misra · 11 months ago
  50. 475976a Fix npm build error and build web ui in CI (#296) by hulk · 11 months ago
  51. e889f36 Fix license checker path in CI (#294) by shubham-j-sde · 11 months ago
  52. 400e072 Add Prettier and format all files (#288) by Anirudh Lakhanpal · 11 months ago
  53. ed7c670 Fix top Navigation Bar blue color while reloading (#290) by Agnik Misra · 11 months ago
  54. 9ab12e8 Update deps (#289) by Aleks Lozovyuk · 11 months ago
  55. 96eb1f1 feat(webui): redesign the footer element (#287) by shubham-j-sde · 11 months ago
  56. bf1ba47 feat(webui): redesign the controller web management UI (#281) by Agnik Misra · 11 months ago
  57. 1be45f1 Fix consul engine bug when adding the key with slash prefix (#283) by Byron Seto · 11 months ago
  58. 8b0eda8 migration: fix log for slot migration success (#277) by travisshivers · 11 months ago
  59. f0af65b Fix typo in the main UI heading (#279) by Agnik Misra · 11 months ago
  60. 8ed75af chore(deps): update deps (#275) by Aleks Lozovyuk · 11 months ago
  61. 817a884 Allow to send logs to the file with the rotation (#270) by Raphael · 11 months ago
  62. 0032e54 Fix wrongly check if the migrating slot in the source node (#269) by hulk · 12 months ago
  63. fe4d22a Update deps (#264) by Aleks Lozovyuk · 12 months ago
  64. 12aaa82 Update godeps (#263) by Aleks Lozovyuk · 12 months ago
  65. ce0e81b Update go deps (#262) by Aleks Lozovyuk · 1 year ago
  66. fb1863c Add support for PostgreSQL as store engine (#255) by Boris Martinovic · 1 year ago
  67. 8af8aba Add docker instructions to README (#261) by Twice · 1 year ago
  68. 29bd95a Update go deps (#259) by Aleks Lozovyuk · 1 year ago
  69. ab0eb87 docs: update copyright date in NOTICE (#260) by Cancai Cai · 1 year ago
  70. ee8980d Add support of managing the raft cluster via the client (#258) by hulk · 1 year, 1 month ago
  71. 5cf3db7 update deps (#257) by Aleks Lozovyuk · 1 year, 1 month ago
  72. 7644f77 Use sync/atomic instead of Uber's implementation (#256) by Yaroslav · 1 year, 1 month ago
  73. f9aeb57 deps: update go deps (#254) by Aleks Lozovyuk · 1 year, 1 month ago
  74. a7faced Update NOTICE and license for consul api package (#252) by hulk · 1 year, 1 month ago
  75. dd7a8c7 Fix data race when updating the raft snapshot and compact threshold (#253) by hulk · 1 year, 1 month ago
  76. 77461f2 Update github actions to latest (#251) by Aleks Lozovyuk · 1 year, 1 month ago
  77. d804e6d Update all go deps (#249) by Aleks Lozovyuk · 1 year, 1 month ago
  78. a8b601d Update README with Consul support (#248) by Aleks Lozovyuk · 1 year, 1 month ago
  79. 14dc992 Bump golang to 1.23 (#246) by Aleks Lozovyuk · 1 year, 1 month ago
  80. 2699abd test: change etcd image to v3.5.17 (#247) by Aleks Lozovyuk · 1 year, 1 month ago
  81. 9b80970 Add support for Consul as store engine (#240) by Boris Martinovic · 1 year, 1 month ago
  82. 73081f4 Implement full signature methods to make golangci-lint happy (#243) by Aleks Lozovyuk · 1 year, 1 month ago
  83. 46acfff ci: bump golangci-lint v1.63.4 (#244) by Aleks Lozovyuk · 1 year, 1 month ago
  84. d18234d Fix nil pointer when cloning the cluster (#242) by hulk · 1 year, 1 month ago
  85. 851ae37 Relax the cluster version check when updating the cluster (#238) by hulk · 1 year, 2 months ago
  86. f848508 Fix should update cluster information to the remote store first (#237) by hulk · 1 year, 2 months ago
  87. 01c319b Avoid syncing the cluster information to the node if it's restoring (#236) by hulk · 1 year, 2 months ago
  88. efb7d54 Fix flaky test case in raft engine (#235) by hulk · 1 year, 2 months ago
  89. d5bfaf1 Fix some wording about Raft in the README (#234) by Twice · 1 year, 2 months ago
  90. 25030c6 Add basic instruction for the raft engine in README (#233) by hulk · 1 year, 2 months ago
  91. 83355d5 Add support of changing raft peers via HTTP api (#232) by hulk · 1 year, 2 months ago
  92. 67e45f6 Fix missing yaml tag in raft config and List API didn't work correctly (#228) by hulk · 1 year, 2 months ago
  93. bdfe415 fix typo: dail -> dial (#224) by fukua95 · 1 year, 2 months ago
  94. fa7e9d1 Introduce etcd's raft to implement the KV store (#222) by hulk · 1 year, 2 months ago
  95. 2649b8f Remove the detection of GOARCH and GOOS when building (#218) by hulk · 1 year, 3 months ago
  96. 4455442 Fix data race while updating the cluster info (#217) by hulk · 1 year, 3 months ago
  97. 08286ca Fix empty slot range is not allowed when importing a cluster (#212) by hulk · 1 year, 4 months ago
  98. 9a5d1b7 Fix wrong slot range check condition when migrating slot (#208) by hulk · 1 year, 4 months ago
  99. a033316 Implement the node management, import cluster, migrate slot UI for Kvrocks controller (#204) by Vinayak Sharma · 1 year, 4 months ago
  100. 997d1f3 chore(engine): Extract mocked Engine to a separate file (#205) by Yaroslav · 1 year, 5 months ago