1. c418a18 add release tools (#507) by Mingyu Chen (Rayner) · 13 days ago master
  2. 13e87b8 Merge pull request #505 from Al-assad/codex/ignore-pvc-template-runtime-fields by catpineapple · 3 weeks ago 26.0.0
  3. 7b14c7e fix: ignore runtime pvc template fields by Linying Assad · 3 weeks ago
  4. 1bcd552 Merge pull request #504 from Al-assad/codex/fix-webhook-registration by catpineapple · 3 weeks ago
  5. cefc6a8 fix: register admission webhook handlers by Linying Assad · 3 weeks ago
  6. 58d0122 Backport graceful shutdown rollout (#502) by Linying Assad · 4 weeks ago
  7. ded74d2 fix: fix nil map panic and wrong log arg in CompareConfigmapAndTriggerRestart (#493) by JinVei · 5 weeks ago
  8. 23e9bce Add pull request checks (#501) by Linying Assad · 5 weeks ago
  9. 67ca829 Reject admin management user in webhooks (#499) by Linying Assad · 6 weeks ago
  10. c074cd2 Fix DDC meta service health aggregation (#500) by Linying Assad · 6 weeks ago
  11. 5e58f09 [DORIS-23993] Reject invalid disaggregated FE replicas (#498) by Linying Assad · 6 weeks ago
  12. c4220fe Fix FE endpoint address JSON tag (#497) by Linying Assad · 6 weeks ago
  13. 9336613 fix: reject ddc compute group storage template changes (#496) by Linying Assad · 6 weeks ago
  14. 78c94a1 Merge pull request #486 from catpineapple/feature/readiness-probe-policy by catpineapple · 4 months ago
  15. bf95590 feat: support configurable readiness probe policy by catpineapple · 4 months ago
  16. 22e620b Merge pull request #484 from catpineapple/feature/ddc-cg-external-service by catpineapple · 4 months ago
  17. 17dd143 feat(ddc): split CG service into internal headless and external service by catpineapple · 4 months ago
  18. f04a6dd Merge pull request #483 from catpineapple/feature/dcr-mtls-support by catpineapple · 4 months ago
  19. 4c0424d feat: support mTLS for DCR by catpineapple · 4 months ago
  20. f7a8afa Merge pull request #465 from ecniiv/helm-secrets by catpineapple · 4 months ago
  21. 5264b26 Merge pull request #477 from catpineapple/fix by catpineapple · 6 months ago
  22. 90b5cb3 fix by catpineapple · 6 months ago
  23. 34ec94d Merge pull request #470 from jonasbrami/feature_helm_expose_service_account by catpineapple · 6 months ago
  24. 1db0c69 Merge pull request #471 from catpineapple/ddc-debug by catpineapple · 7 months ago 25.8.0
  25. 5a59e4c Merge branch 'apache:master' into ddc-debug by catpineapple · 7 months ago
  26. 9c70ff6 ddc debug by catpineapple · 7 months ago
  27. 440c9cf Merge pull request #469 from catpineapple/initContainer-resource-limit by catpineapple · 7 months ago
  28. ca8803f Merge pull request #460 from gohalo/fix_runmode_debug by catpineapple · 7 months ago
  29. a9dd52d feature_helm_expose_service_account by jonas.brami · 7 months ago
  30. e6e0b73 add initContainer resource by catpineapple · 7 months ago
  31. 24157b3 add initContainer resource by catpineapple · 7 months ago
  32. 40b573b Merge pull request #468 from catpineapple/backend-struct by catpineapple · 7 months ago
  33. cec3aed SQL Client struct modify by catpineapple · 8 months ago
  34. 66c4834 Merge pull request #467 from catpineapple/pvc-storage-modify by catpineapple · 8 months ago
  35. bb44910 Merge pull request #463 from matiasbertani/helm-kubeversion by catpineapple · 8 months ago
  36. 3237e79 Merge pull request #462 from matiasbertani/helm-support-resources by catpineapple · 8 months ago
  37. ca0bf94 enable pvc storage modify by catpineapple · 8 months ago
  38. 1dcb930 [feat] helm-charts: add support for secrets by Vincent Farroco · 8 months ago
  39. b53e846 Merge pull request #464 from catpineapple/resource-cpu-request by catpineapple · 8 months ago
  40. f8a1de6 add resource limit to pod by catpineapple · 8 months ago
  41. 06b621b helm-charts: support pre-release suffix as well by Matias Bertani · 8 months ago
  42. 90090ef helm/doris-operator: add support for deploy resources by zaratustra · 8 months ago
  43. 137ba11 [feat] support run_mode=debug for ddc fe and ms by jinyang09 · 8 months ago
  44. da9b09c Merge pull request #458 from catpineapple/fix-frontend-return-error by catpineapple · 8 months ago
  45. 3c152ab fix show backends failed by catpineapple · 8 months ago
  46. e511317 Merge pull request #453 from catpineapple/fix-cve by catpineapple · 8 months ago
  47. fe3449f fix cve by catpineapple · 8 months ago
  48. 5bd0469 Merge pull request #452 from jonasbrami/minor_helm_chart_improvements by catpineapple · 9 months ago
  49. 1b27e5c adding-tolerations by jonas.brami · 9 months ago
  50. ba659a8 authSecretName by jonas.brami · 9 months ago
  51. 9f404f3 Merge pull request #449 from ztonny/master by catpineapple · 9 months ago
  52. 094081c [Bug] fix issue #448 by ztonny · 9 months ago
  53. a8ad8e1 Merge pull request #445 from catpineapple/add-fdb-rolebinding-file by catpineapple · 10 months ago
  54. 7dcc185 add fdb rolebinding for deployment by catpineapple · 10 months ago
  55. 3f94d79 add fdb rolebinding by catpineapple · 10 months ago
  56. 8d16282 Merge pull request #442 from ztonny/master by catpineapple · 10 months ago
  57. 252aee8 [Bug] fix issue #441 by ztonny · 10 months ago
  58. 09aca41 Merge pull request #440 from ztonny/master by catpineapple · 10 months ago
  59. e495120 [Bug] fix issue #439 use klog to print log message and drop %#v for err; by ztonny · 10 months ago
  60. 39222de Revert "[Bug] fix issue #439" by ztonny · 10 months ago
  61. 53ce8e8 Revert "[Bug] fix issue #439" by ztonny · 10 months ago
  62. 62c3ea7 [Bug] fix issue #439 use klog to print log message by ztonny · 10 months ago
  63. 1a49211 [Bug] fix issue #439 use klog to print log message and drop %#v for err; by ztonny · 10 months ago
  64. e7d480f [Bug] fix issue #439 by ztonny · 11 months ago
  65. 8d91826 Merge pull request #438 from intelligentfu8/cg-rename by smiletan · 11 months ago
  66. 2be7e82 fix fe pvc collect by smiletan · 11 months ago
  67. c49735e Merge pull request #437 from intelligentfu8/cg-rename by smiletan · 11 months ago
  68. dfa4b33 fix sql connection not close by smiletan · 11 months ago
  69. 2b458b8 Merge pull request #436 from ztonny/master by smiletan · 11 months ago
  70. 990a375 [Enhancement] #435 by ztonny · 11 months ago
  71. 5ca5b25 Merge pull request #434 from intelligentfu8/cg-rename by smiletan · 11 months ago
  72. ef0e4fa operator support drop node use tls by smiletan · 11 months ago
  73. df92385 Merge pull request #433 from intelligentfu8/cg-rename by smiletan · 11 months ago
  74. 23a7e30 mysql test rename function by smiletan · 11 months ago
  75. 47e7c19 Merge pull request #432 from intelligentfu8/cg-rename by smiletan · 11 months ago
  76. fb4b5c9 dorisctl support tls access by smiletan · 11 months ago
  77. 2b1b1ef Merge pull request #430 from ztonny/master by smiletan · 11 months ago
  78. b724361 [Bug] fix issue #427 fix Test_ApplyStatefulSet UT testcase by ztonny · 11 months ago
  79. 9357f3c Merge pull request #424 from intelligentfu8/cg-rename by smiletan · 11 months ago
  80. 943d11d upgrade debug docker build golang version by smiletan · 11 months ago
  81. 935a6dd Merge pull request #422 from ztonny/master by smiletan · 11 months ago 25.7.0
  82. 3ce1faf [Bug] fix issue #421 by ztonny · 11 months ago
  83. 2d4b299 Merge pull request #417 from intelligentfu8/cg-rename by smiletan · 11 months ago
  84. adba90b Merge pull request #420 from ztonny/master by smiletan · 11 months ago
  85. baf2fd4 [Bug]fix issue #418 by ztonny · 11 months ago
  86. fcda865 drop node compatible rename compute group name by smiletan · 11 months ago
  87. cc86d90 Merge pull request #415 from intelligentfu8/mount-annotation by smiletan · 12 months ago
  88. 4b42d3b ddc support container mount pod information by smiletan · 12 months ago
  89. f5a55f0 Merge pull request #413 from intelligentfu8/doris-cli by smiletan · 12 months ago 25.6.0
  90. 4285c24 update spell error by smiletan · 12 months ago
  91. db29299 Merge pull request #412 from intelligentfu8/doris-cli by smiletan · 12 months ago
  92. e64e95e fix debug dockerfile build directory error by smiletan · 1 year ago
  93. 62a5891 support dorisctl get command by smiletan · 1 year ago
  94. cf332a8 add ctl framework by smiletan · 1 year, 1 month ago
  95. bec13e6 Merge pull request #410 from intelligentfu8/fix-create-pvc-nocreate by smiletan · 1 year ago
  96. 5ff396c fix pvc not created when first deployed by smiletan · 1 year ago
  97. c2f7a87 Merge pull request #407 from intelligentfu8/fdb-example by smiletan · 1 year, 1 month ago 25.5.3
  98. ac43327 add fdb product used example by smiletan · 1 year, 1 month ago
  99. 0e8969a Merge pull request #406 from intelligentfu8/readme-update by smiletan · 1 year, 1 month ago
  100. 4d6f46b upate readme by smiletan · 1 year, 1 month ago