- adb0c7d [Improvement-18332][Worker] Remove plaintext passwords from the logs (#18333) by njnu-seafish · 7 hours ago dev
- 18ea0cf [Fix-18340][Helm] Fix duplicate app.kubernetes.io/name label on ConfigMap (#18341) by Victor Laborie · 7 hours ago
- 386fc0a [Fix-18330] Replace HashMap with ConcurrentHashMap in UserGroupInformationFactory to avoid ConcurrentModificationException (#18331) by eye-gu · 2 days ago
- c9e373e [Fix-18304][API] Remove dead code after t_ds_relation_user_alertgroup table dropped (#18316) by luxiaolong · 5 days ago
- 9a86abe [Doc-18322][Parameter] Add a note to the parameter priority documentation specifying and fix some issues (#18323) by njnu-seafish · 7 days ago
- 63b837b [Improvement-18040] [Doc] Update the parameter priority explanation in the docs. (#18321) by njnu-seafish · 7 days ago
- 123df9f [Chore] Hotfix 3.4.2 doc error (#18319) by xiangzihao · 8 days ago
- 7b33649 [Chore] Release 3.4.2 (#18317) by Wenjun Ruan · 8 days ago
- f5dff77 [Chore] Add AGENTS.md + SECURITY.md to make the security model discoverable (#18310) by Jarek Potiuk · 10 days ago
- eed37a9 [Fix-18302][Common] Fix SQL license header parsing (#18301) by 陈家名 · 2 weeks ago
- 25c6a87 [Fix-18299][API] Enforce access token owner checks (#18300) by Wenjun Ruan · 2 weeks ago
- e973efa [Fix-18292][Registry] Carry deleted node value in JDBC registry REMOVE event (#18296) by Wenjun Ruan · 2 weeks ago
- 8cd7aec [Improvement-18267][Remote Logging] Allow custom S3 region with endpoint (#18268) by Molin Wang · 2 weeks ago
- 2cb705a [Doc] Fix English FAQ answer formatting (#18288) by 陈家名 · 3 weeks ago
- 3f90d20 [Fix-18283][API] Add project permission check on workflow lineage and workflow-definition list endpoints (#18284) by Wenjun Ruan · 3 weeks ago
- a08de7b [Fix-18276][API] Fix alert plugin instance permission check (#18279) by Wenjun Ruan · 3 weeks ago
- cd8abba [Improvement-18249][DAO] Route TaskDefinitionMapper access through TaskDefinitionDao (#18254) by Wenjun Ruan · 3 weeks ago
- 8a3edb9 [Improvement-18249][DAO] Route AlertGroupMapper and AccessTokenMapper access through repository Dao (#18261) by Wenjun Ruan · 3 weeks ago
- adf2068 [Improvement-18249][DAO] Route ProjectUserMapper access through ProjectUserDao (#18262) by Wenjun Ruan · 3 weeks ago
- 376d214 [Improvement-18249][DAO] Route QueueMapper access through QueueDao (#18263) by Wenjun Ruan · 3 weeks ago
- 49773e5 [Improvement-18249][DAO] Route WorkflowInstanceMapper access through WorkflowInstanceDao (#18256) by Wenjun Ruan · 3 weeks ago
- 6af38d0 [Improvement-18249][DAO] Route DataSourceMapper and DataSourceUserMapper access through repository Dao (#18259) by Wenjun Ruan · 4 weeks ago
- 673b361 [Improvement-18249][DAO] Route WorkflowTaskRelationMapper access through WorkflowTaskRelationDao (#18260) by Wenjun Ruan · 4 weeks ago
- f954412 [Improvement-18249][DAO] Route UserMapper access through UserDao (#18253) by Wenjun Ruan · 4 weeks ago
- 074c41c [Improvement-18249][DAO] Route TenantMapper access through TenantDao (#18258) by Wenjun Ruan · 4 weeks ago
- 27784c6 [Chore][Docs] Add AGENT.md (#18271) by Wenjun Ruan · 4 weeks ago
- 9d3c008 [Fix-18269][Master] Move LogicFakeTask to test scope (#18270) by Wenjun Ruan · 4 weeks ago
- 5c5dd90 [Improvement-18249][DAO] Route ClusterMapper and K8sNamespaceMapper access through repository Dao (#18257) by Wenjun Ruan · 4 weeks ago
- 4f42022 [Improvement-18249][DAO] Route TaskInstanceMapper access through TaskInstanceDao (#18252) by Wenjun Ruan · 4 weeks ago
- daea87b [Improvement-18249][DAO] Route ScheduleMapper access through ScheduleDao (#18251) by Wenjun Ruan · 4 weeks ago
- f428e3d [Improvement-18249][DAO] Route ProjectMapper and WorkflowDefinitionMapper access through repository Dao (#18250) by Wenjun Ruan · 4 weeks ago
- 3ec7429 [Improvement-18224][API] Migrate ProjectService Map<String,Object> returns to typed returns (#18245) by Wenjun Ruan · 4 weeks ago
- 6fde27b [Improvement-18224][API] Migrate TaskGroupService and ExecutorService.forceStartTaskInstance to typed returns (#18233) by Wenjun Ruan · 5 weeks ago
- 0524fa7 [Improvement-18224][API] Migrate WorkflowDefinitionService Map<String,Object> returns to typed returns (#18236) by Wenjun Ruan · 5 weeks ago
- ac9741b [Chore][Docs] Refresh commit message convention to match current practice (#18242) by Wenjun Ruan · 5 weeks ago
- b589e4f [Improvement-18224][API] Migrate UsersService Map<String,Object> returns to typed returns (#18234) by Wenjun Ruan · 5 weeks ago
- 1149e9a [Improvement-18224][API] Migrate small-service Map<String,Object> returns to typed returns (#18230) by Wenjun Ruan · 5 weeks ago
- a5cddc8 [Fix-18222][JdbcRegistry] Reuse a singleton scheduler executor in JdbcRegistryThreadFactory (#18223) by Wenjun Ruan · 5 weeks ago
- b9153fb [Improvement-18224][API] Migrate WorkflowInstanceService Map<String,Object> returns to typed returns (#18232) by Wenjun Ruan · 5 weeks ago
- f5accbc [Improvement-18224][API] Migrate TaskDefinitionService Map<String,Object> returns to typed returns (#18229) by Wenjun Ruan · 5 weeks ago
- 8ff3558 [Improvement-18224][API] Migrate WorkerGroupService Map<String,Object> returns to typed returns (#18228) by Wenjun Ruan · 5 weeks ago
- 7e51839 [Improvement-18224][API] Migrate SchedulerService Map<String,Object> returns to typed returns (#18226) by Wenjun Ruan · 5 weeks ago
- 86c6844 [Chore][Master] Quietly exit WorkerGroupDispatcher loop on interrupt (#18240) by Wenjun Ruan · 5 weeks ago
- 835c495 [Fix-18239] [Docs] Fix outdated Spark documentation links (#18241) by yueqingshu · 5 weeks ago
- 713e53a [Improvement-18224][API] Migrate K8sNamespaceService Map<String,Object> returns to typed returns (#18227) by Wenjun Ruan · 5 weeks ago
- 16044f7 [Improvement-18224][API] Migrate EnvironmentService Map<String,Object> returns to typed returns (#18225) by Wenjun Ruan · 5 weeks ago
- 9c5808c [Chore][API] Remove deprecated ProjectService#checkProjectAndAuth (#18218) by Wenjun Ruan · 5 weeks ago
- fe36805 [Chore] Hotfix ut ci (#18221) by xiangzihao · 5 weeks ago
- 0055001 [Chore] Unit-Test optimize (#18214) by xiangzihao · 5 weeks ago
- 756f2f2 [Fix-18201][TaskPlugin] Fix RemoteShell task NullPointerException and… (#18210) by leocook · 6 weeks ago
- 5f11cc2 [Fix][API] Add missing project authorization on view-gantt/view-variables and trigger workflow APIs (#18212) by Wenjun Ruan · 6 weeks ago
- 7611941 [Fix-18177][Task Plugin] Fix AliyunServerlessSpark plugin dependency conflicts and improve exception handling (#18180) by includetts · 6 weeks ago
- dd8857b [Chore] Recover python e2e test in ci (#18209) by xiangzihao · 6 weeks ago
- 5c85e15 [Chore] Unit-Test performance optimize (#18213) by xiangzihao · 6 weeks ago
- 9563c66 [Chore] Fix UT will be skip at CI (#18205) by Wenjun Ruan · 6 weeks ago
- 710236b [Fix-18197][Master] Fix master failover lock leak (#18207) by Wenjun Ruan · 6 weeks ago
- 0f975ba Revert "[Improvement-18056] Clean up unused methods and classes in the dolphi…" (#18206) by Wenjun Ruan · 6 weeks ago
- 6ba9f66 [Chore][CI] Temporarily disable PythonTaskE2ETest due to CI runner issue (#18208) by Wenjun Ruan · 6 weeks ago
- ef30636 [Fix-18199][Doc] Fix incorrect description of Serial Discard execution strategy (#18204) by Wenjun Ruan · 6 weeks ago
- 16dbda9 [Improvement-16754][DataX] Support DataX writer parameter batchSize (#18192) by leocook · 6 weeks ago
- c502ea1 [Doc-18193][dolphinscheduler-alert-http] Fix incorrect alert param doc (#18194) by xiangzihao · 6 weeks ago
- e07a702 [Improvement-18056] Clean up unused methods and classes in the dolphinschudler-master module (#18164) by njnu-seafish · 6 weeks ago
- 74baefa [Improvement-18064][ApiServer] Update globalParams replace logic and test case (#18068) by njnu-seafish · 7 weeks ago
- a29ce4b [Chore][UI] Fix @types/lodash version causing pnpm install failure (#18187) by huangsheng · 7 weeks ago
- cfe064c [Chore] Initialize CLAUDE.md (#18188) by Wenjun Ruan · 7 weeks ago
- 939439c [Fix-18182] [API] User can delete task definitions in unauthorized projects (#18183) by Wenjun Ruan · 8 weeks ago
- 91b75ee [Improvement-17843][Master] Add IT case for task timeout alert (#18001) by SHRIHARI KULKARNI · 8 weeks ago
- 1df9f66 [DSIP-95][API] Complete the functionality of using dependencies in the complement data (#18003) by luxiaolong · 8 weeks ago
- 5314ac0 [Improvement-18056] Clean up unused methods and classes in the dolphinschudler-registry module (#18165) by njnu-seafish · 8 weeks ago
- 94bfbb0 [Fix-18168] Fix OBS listStorageEntity not returning subdirectories (#18170) by Jingyin Song · 8 weeks ago
- 53a84b9 [Improvement-18056] Clean up unused methods and classes in the dolphinschudler-service module (#18169) by njnu-seafish · 8 weeks ago
- 64e3e27 [Chore] Fix code scaning and cve (#18167) by xiangzihao · 8 weeks ago
- 69b3536 [Improvement-18161][Pom] Does not support automatic hot-reloading of configuration files from ConfigMap (#18162) by Wenjun Ruan · 9 weeks ago
- f80a62e [Improvement-18056] Clean up unused methods and classes in the dolphinschudler-dao module (#18153) by njnu-seafish · 9 weeks ago
- 4c348ed Rename IWorkflowExecutionRunnable/ITaskExecutionRunnable to IWorkflowExecution/ITaskExecution (#18163) by Wenjun Ruan · 9 weeks ago
- ce0bc70 [Chore] Remove .flake8 file (#18160) by Wenjun Ruan · 9 weeks ago
- b8e3032 [Chore] Remove unused method in IWorkflowFailureStrategy (#18159) by Wenjun Ruan · 9 weeks ago
- 6434576 [Feature-18136][API] Support view the running task/workflow of a active master/worker at UI monitor page (#18138) by Wenjun Ruan · 9 weeks ago
- 8077c2b [Feature-18070][Task] Add Amazon EMR Serverless task plugin (#18069) by HUANG XIAO · 9 weeks ago
- 08db465 [Fix-18131] Workflow instance stuck in RUNNING state forever when using CONTINUE failure strategy with a failed upstream task (#18146) by xiangzihao · 9 weeks ago
- 373d9d6 [Improvement-18056] Clean up unused methods and classes in the dolphinschudler-dao-plugin module (#18156) by njnu-seafish · 9 weeks ago
- 25f7429 [Fix-18154] Fix abnormal transmission of sub-workflow complement date (#18155) by xiangzihao · 9 weeks ago
- 01856e0 [Improvement-18151] Simplify the code with lombok annotations (#18152) by xiangzihao · 9 weeks ago
- 0c8e646 [Chore] Fix publish docker error (#18149) by xiangzihao · 9 weeks ago
- 7240a8f [Fix-17557] Fix helm chart deploy error (#18148) by xiangzihao · 9 weeks ago
- becfbbb [Improvement-18056] Clean up unused methods and classes in the dolphinschudler-common module (#18147) by njnu-seafish · 9 weeks ago
- 7467cb2 [Improvement-18019][task-sql] Support SQL from resource file and parameter placeholders (#18020) by macdoor · 9 weeks ago
- d2b0abd [Improvement-18142][Datasource] Normalize the use of the DataSourceConstants class (#18143) by njnu-seafish · 9 weeks ago
- 6112d1c [Chore] Bump up vite (#18144) by xiangzihao · 9 weeks ago
- 030e440 change code owner (#18145) by xiangzihao · 9 weeks ago
- e827f2f [Chore] Bump lodash (#18141) by xiangzihao · 9 weeks ago
- acc3ac9 [Fix-18139][Docker] Docker compose deployment error (#18140) by xiangzihao · 9 weeks ago
- 6d686f3 [Improvement-18056] Clean up unused methods and classes in the dolphinschudler-api module (#18134) by njnu-seafish · 9 weeks ago
- 08e7bda [Improvement-17561][Helm] Update zookeeper helm chart version (#18124) by xiangzihao · 9 weeks ago
- 022d28b [Improvement-17562][Helm] Update postgresql helm chart version (#18123) by xiangzihao · 10 weeks ago
- ec0947e [Improvement-17564][Helm] Update minio helm chart version (#18122) by xiangzihao · 2 months ago
- 7022d56 [Fix-18132][API] Sync workflow definition version back after create/update (#18133) by Molin Wang · 2 months ago
- ff52988 [Improvement-18127][Master] Remove the redundant workflow completion check when handling workflow timeout events (#18128) by njnu-seafish · 2 months ago
- 0cba793 [Improvement-18084][API] Address the inconsistent class comments in DataSourceService and DataSourceServiceImpl classes. (#18086) by njnu-seafish · 2 months ago
- 40493c3 [Improvement-17433] Support identify IPv6 addresses properly (#18126) by xiangzihao · 2 months ago