This is an automated email from the ASF dual-hosted git repository. imbajin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hugegraph-toolchain.git
commit c7c2f71be2d76955fce10f23f0d8a91ba1baeece Author: dark <[email protected]> AuthorDate: Fri Aug 14 12:39:02 2026 +0800 chore(hubble): relocate the global task TODO --- .../images/hubble-ui-ux/operations-reason-tooltip.png | Bin 0 -> 102796 bytes .gitignore | 3 ++- .goal-task/GLOBAL-TODO.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/images/hubble-ui-ux/operations-reason-tooltip.png b/.github/images/hubble-ui-ux/operations-reason-tooltip.png new file mode 100644 index 000000000..0d7fb175c Binary files /dev/null and b/.github/images/hubble-ui-ux/operations-reason-tooltip.png differ diff --git a/.gitignore b/.gitignore index 1467dcafc..b539a6a1a 100644 --- a/.gitignore +++ b/.gitignore @@ -105,7 +105,8 @@ go.env # AI-IDE prompt files (We only keep AGENTS.md, other files could soft-linked it when needed) # Local AI-agent workspaces and run evidence .codex-task/* -!.codex-task/GLOBAL-TODO.md +.goal-task/* +!.goal-task/GLOBAL-TODO.md .autonomous/ .claude/ superpowers/ diff --git a/.goal-task/GLOBAL-TODO.md b/.goal-task/GLOBAL-TODO.md new file mode 100644 index 000000000..581f0124f --- /dev/null +++ b/.goal-task/GLOBAL-TODO.md @@ -0,0 +1,11 @@ +# 全局 TODO + +仅记录各 goal 完成后仍有价值、但不属于已完成 goal 的后续事项。 + +## Hubble 2.0 + +- 完成 Hubble UI/UX 重构:基于真实双模式与 Chrome 基线完成三方向选型,交付“理解图、准备数据、查询分析”三个核心旅程,并以能力映射、可访问性、性能和发布包回归收口。 +- 现代化 React、Ant Design、X6/Graphin/G6、Dagre 与构建链;先固化核心页面、图交互、性能和浏览器回归基线,再分批升级并清理兼容层。 +- HugeGraph Server 提供保留 Schema 的 data-only clear API 后,恢复 Hubble“仅清数据”能力及权限、默认图和失败合同测试。 +- 重构 Gremlin Basic 认证,移除 HTTP Session 中的短期明文凭据,并验证 token 生命周期。 +- 发布加固:建立逐 JAR license/native allowlist 与 NOTICE 审计,RC 使用正式发布密钥验证 `.sha512`/`.asc`。
