| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
chore: consolidate sandbox post-merge fixes Preserve the original sandbox merge history while folding the follow-up CI, codecheck, packaging, deploy, and conflict-resolution commits into one merge commit. The tree is identical to the previous MR head 25a7b4e1fd7ea62d90e2e310a9b7414e4fb2d8a4. Signed-off-by: mhsong2 <songminhui2@huawei.com> | 1 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
feat: add Python SDK enhancements and feature documentation - Python SDK: Add trace module with OpenTelemetry-style tracing API, Histogram metric type - yrcli: Add --async flag, result command - Feature documentation: Add comprehensive docs for 10 features (WebTerminal, Observability, Traefik, Quota, IAM, etc.) - Fixes: SandboxInstance class naming, python3 in webterm entrypoint - Submodules: Update frontend, functionsystem, datasystem fix markdownlint errors (MD040, MD031, MD032) in docs Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
chore: consolidate initial sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 13 天前 | |
chore: consolidate sandbox post-merge fixes Preserve the original sandbox merge history while folding the follow-up CI, codecheck, packaging, deploy, and conflict-resolution commits into one merge commit. The tree is identical to the previous MR head 25a7b4e1fd7ea62d90e2e310a9b7414e4fb2d8a4. Signed-off-by: mhsong2 <songminhui2@huawei.com> | 1 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
ci(buildkite): stabilize macOS SDK and default linux arm64 lane This collapses the Buildkite and packaging follow-ups on top of the sandbox sync into one reviewable change. The resulting state keeps the macOS native-agent lane, adds the default Linux arm64 lane, switches flaky runtime third-party downloads to reachable OBS mirrors where needed, skips the unusable macOS runtime_deps cache, and updates the local trigger helper so fork-based retries can carry ENABLE_MACOS_SDK. Constraint: The active branch must stay based on upstream/feature/sandbox while the CI paths are stabilized for mixed macOS/amd64/arm64 agents Rejected: Preserve the iterative debug history | the user requested a squashed review branch and the intermediate retries do not add review value Confidence: high Scope-risk: moderate Reversibility: clean Directive: Keep future CI/debug follow-ups squashed onto the branch tip unless the user explicitly asks to preserve intermediate history Tested: bash -n .buildkite/pipeline.dynamic.yml; bash -n tools/download_opensource.sh; bash -n tools/download_dependency.sh; bash -n tools/trigger_build.sh; Buildkite trigger and agent-path validation across builds 208-227 Not-tested: A final green macOS/amd64/arm64 Buildkite run after this history rewrite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 2 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
ci(buildkite): stabilize CI, webhook relay, and review fixes Signed-off-by: ycwang <wangyuchao12@huawei.com> | 2 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
fix(package): add openssl linker names to native sdk libs Add package-time helpers that create libssl.so and libcrypto.so symlinks for native SDK library directories when the package only contains versioned OpenSSL libraries. The helper now uses a package-level target/source list and computes relative symlink targets automatically. This covers runtime/sdk/cpp/lib, datasystem SDK native lib directories, and the runtime Python datasystem payload without hard-coding a single source directory. Warn when candidate directories cannot provide the expected OpenSSL libraries so package logs expose incomplete artifacts. Signed-off-by: mhsong2 <songminhui2@huawei.com> | 22 小时前 | |
ci(buildkite): stabilize macOS SDK and default linux arm64 lane This collapses the Buildkite and packaging follow-ups on top of the sandbox sync into one reviewable change. The resulting state keeps the macOS native-agent lane, adds the default Linux arm64 lane, switches flaky runtime third-party downloads to reachable OBS mirrors where needed, skips the unusable macOS runtime_deps cache, and updates the local trigger helper so fork-based retries can carry ENABLE_MACOS_SDK. Constraint: The active branch must stay based on upstream/feature/sandbox while the CI paths are stabilized for mixed macOS/amd64/arm64 agents Rejected: Preserve the iterative debug history | the user requested a squashed review branch and the intermediate retries do not add review value Confidence: high Scope-risk: moderate Reversibility: clean Directive: Keep future CI/debug follow-ups squashed onto the branch tip unless the user explicitly asks to preserve intermediate history Tested: bash -n .buildkite/pipeline.dynamic.yml; bash -n tools/download_opensource.sh; bash -n tools/download_dependency.sh; bash -n tools/trigger_build.sh; Buildkite trigger and agent-path validation across builds 208-227 Not-tested: A final green macOS/amd64/arm64 Buildkite run after this history rewrite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 2 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
ci: add buildkite Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
ci(buildkite): stabilize CI, webhook relay, and review fixes Signed-off-by: ycwang <wangyuchao12@huawei.com> | 2 个月前 | |
feat[all]: merge ant branch with sandbox, snapshot, and aio features Major changes: - Add sandbox functionality for function execution isolation - Add snapshot/snapstart support for checkpoint management - Add AIO (all-in-one) example with Docker deployment - Support loading environment variables from .env files - Add port forwarding functionality - Improve multi-language APIs (Python/Java/Go/C++) - Optimize build and deployment scripts - Update documentation and examples - Add submodules: datasystem, frontend, functionsystem Signed-off-by: songminhui <songminhui2@huawei.com> | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 个月前 | ||
| 1 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 13 天前 | ||
| 1 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 22 小时前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 3 个月前 |