Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
0f69c9f
#AI commit# chore: Bump version from 1.9.0 to 2.0.0
aiceflower Apr 3, 2026
6648906
[fix][CGS][entrance] parallelgroup cache not updated when entrance in…
v-kkhuang Apr 7, 2026
57e014c
[feat][CGS][hive] add security control to prevent location clause usa…
v-kkhuang Apr 7, 2026
27f6b88
[feat][EC][hive] add support for yarn tag and username in hive engine…
v-kkhuang Apr 7, 2026
00a099c
[perf][COM][kerberos] optimize keytab file caching to prevent full gc…
v-kkhuang Apr 7, 2026
31bb257
[feat][COM][logging] optimize log printing and add hadoop client usag…
v-kkhuang Apr 7, 2026
297faf4
[feat][ETS][monitor] optimize monitor module with log cleanup and con…
v-kkhuang Apr 7, 2026
56478dc
#AI commit# 开发阶段: * 资源重置接口逻辑优化 (#978)
v-kkhuang Apr 7, 2026
45004df
#AI commit# 开发阶段: 异常注释修复
v-kkhuang Apr 7, 2026
69fdf84
#AI commit# 开发阶段: 修复依赖注入失败
v-kkhuang Apr 7, 2026
614b0f3
[fix][CGS][entrance] fix dependency injection failure in entrance con…
v-kkhuang Apr 8, 2026
340ae29
#AI commit# fix: Restore linkis-io_file-client dependency in linkis-p…
aiceflower Apr 8, 2026
23fe635
#AI commit# [fix][PES][datasource] fix DB2 schema query to use correc…
aiceflower Apr 12, 2026
83ed972
Merge branch 'dev-2.0.0' into dev-2.0.0-bug-fix
v-kkhuang Apr 16, 2026
994647b
#AI commit# 开发阶段: 优化2.0.0特性文档
v-kkhuang Apr 16, 2026
105675f
#AI commit# 开发阶段: 日志打印优化,spark init sql 异常优化
v-kkhuang Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ nohup.out
tools

nul
/docs/project-knowledge/*

#claude
.claude
2,030 changes: 2,030 additions & 0 deletions docs/dev-2.0.0/design/entrance-offline-cache-fix_设计.md

Large diffs are not rendered by default.

934 changes: 934 additions & 0 deletions docs/dev-2.0.0/design/hive_location_control_设计.md

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/dev-2.0.0/design/hive_yarn_tag_username_设计.md

Large diffs are not rendered by default.

508 changes: 508 additions & 0 deletions docs/dev-2.0.0/design/keytab_cache_optimization_设计.md

Large diffs are not rendered by default.

Loading