- 3c6b5ab chore: add warning (#303) by Jiacai Liu · 1 year ago main
- d880dd2 refactor: make create table idempotent (#286) by CooooolFrog · 1 year, 1 month ago
- 1da3a20 chore: fix broken link (#301) by Cancai Cai · 1 year, 1 month ago
- 7d90190 chore!: replace ceresdb with test (#298) by Jiacai Liu · 1 year, 1 month ago
- 51536a1 refactor: remove useless procedure persist (#300) by CooooolFrog · 1 year, 1 month ago
- b3d62d9 fix ut by CooooolFrog · 1 year, 1 month ago
- 7e5268a feat: add drop shard node api (#295) by CooooolFrog · 1 year, 1 month ago
- 475647f refactor: refactor create table procedure (#288) by CooooolFrog · 1 year, 2 months ago
- 52ee69c fix: fix integration tests on dev branch (#287) by CooooolFrog · 1 year, 2 months ago
- 5b5eb12 chore: update website url (#294) by chunshao.rcs · 1 year, 1 month ago
- 24322bc feat!: upgrade horaedbproto (#297) by chunshao.rcs · 1 year, 1 month ago
- ab067bf chore: fix publish nightly image (#293) by chunshao.rcs · 1 year, 1 month ago
- 393774a chore: add asf yaml (#292) by chunshao.rcs · 1 year, 1 month ago
- a937ab1 chore: update license header and do the rename (#290) by tison · 1 year, 2 months ago
- 1285ef8 chore: rename comment's ceresdb to horaedb (#285) by caicancai · 1 year, 2 months ago
- 2bce1d1 chore: rename ceresdb to horaedb (#283) by tison · 1 year, 2 months ago
- 08d66c4 refactor: procedure storage (#279) by CooooolFrog · 1 year, 2 months ago
- 472b91c fix: wrong procedure id allocator (#282) by CooooolFrog · 1 year, 2 months ago
- 312a860 fix: wrong env variable in integration test (#281) by CooooolFrog · 1 year, 3 months ago
- 70d49de chore: rename ceresmeta to horaemeta (#280) by chunshao.rcs · 1 year, 3 months ago
- 849c585 chore: Ratelimiter is enabled by default (#271) by chunshao.rcs · 1 year, 3 months ago
- 8a070ad refactor: rename deployMode to enableSchedule (#273) by chunshao.rcs · 1 year, 3 months ago
- da81e53 ci: fix integration-test (#275) by chunshao.rcs · 1 year, 3 months ago
- 81b8d68 fix: fix update shard view (#270) by CooooolFrog · 1 year, 3 months ago
- 7afb295 refactor!: refactor shard version logic (#264) by CooooolFrog · 1 year, 3 months ago
- b4402f7 refactor: correct shard version (#268) by CooooolFrog · 1 year, 3 months ago
- b502492 ci: check license header tool (#269) by tison · 1 year, 3 months ago
- e621b9f ci: catchup and simplify integrate test runner (#267) by tison · 1 year, 3 months ago
- 5861780 refactor!: rename binary to ceresmeta-server (#265) by tison · 1 year, 3 months ago
- 15b5ef7 chore: fix golang version pattern in go.mod (#262) by tison · 1 year, 4 months ago
- 40ccbe8 fix: nil resp if no need to forward (#261) by WEI Xikai · 1 year, 4 months ago
- d65de0a chore: upgrade golang to v1.21 and tool chains (#260) by WEI Xikai · 1 year, 4 months ago
- 78483af refactor: remove useless topology data (#237) by CooooolFrog · 1 year, 4 months ago
- f561cd6 fix: modify the logic of pick shards (#259) by CooooolFrog · 1 year, 4 months ago
- bf4c026 chore: add debug prefix (#258) by Jiacai Liu · 1 year, 4 months ago
- a3baa12 fix: return error when single node is not found in static topology (#226) by CooooolFrog · 1 year, 4 months ago
- 0ffbf5c fix: unset the MaxOpsPerTxn (#255) by WEI Xikai · 1 year, 4 months ago
- 89dbb61 feat: support MaxOpsPerTxn for operate etcd (#254) by WEI Xikai · 1 year, 4 months ago
- 98ef814 fix: logger panic (#252) by CooooolFrog · 1 year, 4 months ago
- afc07f5 fix: TLS config (#251) by CooooolFrog · 1 year, 4 months ago
- 3f81056 feat: support access etcd with tls (#250) by CooooolFrog · 1 year, 4 months ago
- 70e316e chore: use clusters in api endpoint (#249) by Jiacai Liu · 1 year, 4 months ago v1.2.7
- 27fad2f refactor: diagnose shards api (#246) by chunshao.rcs · 1 year, 4 months ago
- e35dcb3 feat: support shard affinity (#245) by WEI Xikai · 1 year, 4 months ago
- 8da409a feat: add least table shard picker (#248) by CooooolFrog · 1 year, 4 months ago
- 8e38f4b feat: add deploy mode (#247) by CooooolFrog · 1 year, 4 months ago
- 7095a6a chore: refactor some code (#244) by chunshao.rcs · 1 year, 4 months ago
- bdd40e6 feat: support external etcd (#238) by chunshao.rcs · 1 year, 4 months ago
- 3075197 fix: allow rebalance scheduler to run on the unstable cluster (#243) by WEI Xikai · 1 year, 4 months ago
- a12b7fc improve: generate a more uniform distribution (#236) by WEI Xikai · 1 year, 4 months ago
- 40d3063 refactor: http mod (#242) by chunshao.rcs · 1 year, 4 months ago
- ab7fb2d chore: add some operation apis (#241) by chunshao.rcs · 1 year, 4 months ago
- b24f7eb feat: support drop partition table parallelly (#240) by chunshao.rcs · 1 year, 4 months ago
- e097efe chore: remove useless code (#239) by chunshao.rcs · 1 year, 4 months ago
- ba4c8e2 feat: add diagnose/shards api (#235) by chunshao.rcs · 1 year, 4 months ago
- fde3dd9 chore: remove coverage (#234) by Jiacai Liu · 1 year, 5 months ago
- b397c74 fix: drop partition table (#231) by CooooolFrog · 1 year, 5 months ago
- 07a50fc fix: wrong shard id when drop non-exist table (#230) by WEI Xikai · 1 year, 5 months ago
- c47a525 chore: ugprade the ceresdbproto (#229) by WEI Xikai · 1 year, 5 months ago
- bb34836 fix: add cluster state check (#203) by CooooolFrog · 1 year, 5 months ago
- 7624f6f chore: add version print (#227) by CooooolFrog · 1 year, 5 months ago
- b14d5e7 refactor: avoid routing tables returning errors due to incorrect metadata (#225) by chunshao.rcs · 1 year, 5 months ago v1.2.6
- 22ed580 fix: remove gprc header error stack (#222) by CooooolFrog · 1 year, 7 months ago v1.2.5
- ca094dc refactor: optimize hash node select algo (#215) by CooooolFrog · 1 year, 7 months ago
- bfb62e6 refactor: refactor api module (#220) by CooooolFrog · 1 year, 7 months ago
- 2eeb7b0 feat: add ETCD member API (#207) by CooooolFrog · 1 year, 7 months ago
- dc084d6 feat: add list procedure api (#214) by CooooolFrog · 1 year, 7 months ago
- f33dc1b fix: remove codecov config (#212) by CooooolFrog · 1 year, 7 months ago
- 16f8ff4 feat: add reopen shard scheduler (#218) by CooooolFrog · 1 year, 7 months ago
- 2200761 refactor: support open shard concurrently (#205) by CooooolFrog · 1 year, 7 months ago release-1.2.4 v1.2.4
- 95b3910 chore: add nighty builder (#210) by CooooolFrog · 1 year, 7 months ago
- 433cc8e refactor: refactor http api module (#198) by CooooolFrog · 1 year, 8 months ago
- 71712bc feat: add flow limiter read interface (#197) by 鲍金日 · 1 year, 8 months ago
- 0f52606 fix: fix panic when shard is not assigned (#202) by CooooolFrog · 1 year, 8 months ago
- d7ae6ee test: fix test update cluster view (#204) by CooooolFrog · 1 year, 8 months ago
- 741535c chore: update golangci-lint version (#196) by 鲍金日 · 1 year, 8 months ago
- 5726523 refactor: compatible with topology persistence (#191) by CooooolFrog · 1 year, 8 months ago release-1.2.2 v1.2.2
- 4864e9e chore: rename limiter api (#192) by 鲍金日 · 1 year, 8 months ago
- 111e9ba fix: remove test code (#190) by 鲍金日 · 1 year, 8 months ago
- 6ebfc47 refactor: error message (#189) by 鲍金日 · 1 year, 8 months ago
- 2553e08 feat: add gRPC flow limiter (#176) by 鲍金日 · 1 year, 8 months ago release-1.2.1 v1.2.1
- 8d98f16 test: add unit tests (#178) by CooooolFrog · 1 year, 8 months ago
- ea31bd7 refactor: refactor cluster interface (#185) by CooooolFrog · 1 year, 9 months ago
- 37ff902 fix: optimize sub table creation (#182) by 鲍金日 · 1 year, 9 months ago
- bf3e2f9 refactor: error message in http api (#180) by 鲍金日 · 1 year, 9 months ago
- 4ab299b fix: add leader cache (#183) by CooooolFrog · 1 year, 9 months ago
- 713a18a refactor: add pprof debug API (#184) by CooooolFrog · 1 year, 9 months ago
- 82ca6a3 fix: mod zero (#171) by chunshao.rcs · 1 year, 9 months ago
- dedea8c test: add integration test (#177) by CooooolFrog · 1 year, 9 months ago
- 45c4f10 feat: support multiple cluster (#172) by CooooolFrog · 1 year, 9 months ago
- a90ce9b chore: add codecov.yml (#175) by chunshao.rcs · 1 year, 9 months ago
- 7f1354e fix: touch time not updated when register node (#170) by CooooolFrog · 1 year, 9 months ago release-1.2 v1.2.0
- 541b7bf fix: register node (#169) by CooooolFrog · 1 year, 9 months ago
- 77bd521 refactor: support topology type (#168) by CooooolFrog · 1 year, 9 months ago
- 3f9d247 fix: fix drop partition table (#167) by CooooolFrog · 1 year, 9 months ago
- e084d80 refactor: avoid frequent update of clusterVersion (#166) by CooooolFrog · 1 year, 9 months ago
- ff52175 fix: empty results of get table of shards (#164) by CooooolFrog · 1 year, 9 months ago
- 9608d4c feat: add deploy mode (#163) by CooooolFrog · 1 year, 10 months ago
- 0e2b450 feat: add rebalanced shard scheduler (#162) by CooooolFrog · 1 year, 10 months ago
- e84961d fix: update cluster view when shardinfos is empty (#160) by CooooolFrog · 1 year, 10 months ago