merge from fanyu#287
Open
ftu62738-creator wants to merge 2 commits into
Open
Conversation
- 新增模块级函数 push_csv_to_datacore(),通过 HTTP Basic Auth + multipart 上传把 CSV 推送到 DataCore 接入接口(设备号 unilab01) - 支持凭据通过环境变量 DATACORE_INGEST_URL / DATACORE_DEVICE_ID / DATACORE_DEVICE_KEY 覆盖 - 内置失败重试:total_timeout=60s 总预算内自动重试,单次请求超时动态收紧到剩余预算 - manual_confirm 在整合 CSV 写入成功后自动调用推送(尽力而为,失败只记日志不影响节点返回) Co-authored-by: Cursor <cursoragent@cursor.com>
- 删除 unilabos/devices/donghua_ec/ 目录及全部驱动文件 - 删除 unilabos/registry/devices/donghua_ec.yaml - 删除 unilabos/devices/sse_auto_synthesis/ 目录及全部驱动文件 - 删除 unilabos/registry/devices/sse_auto_synthesis.yaml Co-authored-by: Cursor <cursoragent@cursor.com>
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.
删除东华和固态代码
新增 DataCore 数据接入推送