revert: remove bundled DataLink semantic service (#81)#85
Closed
wangjk9527 wants to merge 5 commits into
Closed
Conversation
提供 deploy.sh 原生部署链路(configure/install/build/start/stop/doctor/tui), 含端口选择、托管进程状态、密钥脱敏与健康检查;并按评审收紧端口菜单重试、 verifyPorts managedPorts 透传,以及 runtime log 的 0o600 创建权限。
实现 password 模式会话/CSRF/注册策略,并修复 HITL 事件桥、cookie Path 与缺失注册策略静默 open 等确定性缺陷。脚本侧统一正式认证客户端,并为 FORMAL_HTTP_AUTH_TARGETS 增加 node --check 语法门禁。
This reverts commit 3ffe7b7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
3ffe7b74518cb0bdf7c6ae6d565af6f789219b03(feat: integrate DataLink semantic service), originally merged via #81.services/datalinkPython service, builtin DataLink server wiring, DataLink CI job, guides, and related npm scripts.main(especially native one-click deploy#82/31cc98f, and auth foundation) touch shared files (.env.example, CI,package.json, README/quick-start,scripts/stack-runner.mjs). To keep deploy/npm run startworking, this revert keeps the stack runner /datalink-stack-confighelpers used by deploy, butDATALINK_ENABLED=truenow fails fast because the bundled service is gone. Deploy still defaults DataLink off.Why
User-requested rollback of the DataLink integration on
datagallery-lab/datafoundryvia revert PR (no force-push tomain).Test plan
node --test scripts/datalink-stack-config.test.mjs scripts/stack-runtime-config.test.mjs scripts/deploy/*.test.mjs(93 passed)DATALINK_ENABLEDleft unset/falsestill starts Web/API vianpm run start/./deploy.sh