| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: restore changes overwritten by pr791 merge PR 791 was merged from an old full-tree branch head and overwrote several changes that had already landed on master after PR 788. - restore PR 750 MSetTx deprecation/API documentation updates - restore PR 792 Java ObjectRef invoke argument handling - restore PR 793, PR 795, and PR 796 documentation cleanup and redaction updates - keep PR 791 split-wheel lazy import and datasystem build changes intact Signed-off-by: mhsong2 <songminhui2@huawei.com> | 4 天前 | |
feat: integrate Keycloak and Casdoor auth flow with quota notification - Add Keycloak deployment manifests for Kubernetes - Add Keycloak integration configuration guide - Integrate Keycloak authentication system - Add local development Keycloak setup - Replace --server-name with --insecure flag for TLS verification - Add consolidation plan and quota notification design - Integrate Keycloak consolidation and quota polling - Resolve build errors and update progress - Apply code review fixes from Codex/Gemini cross-review - Record code review findings and fixes - Preserve local auth environment helpers - Pin auth flow repo updates - Pin frontend auth test updates - Integrate Casdoor mail flow and auth fixes - Update frontend auth expiry handling - Reorganize example layouts - Add Casdoor Kubernetes manifest - Update frontend auth redirects - Merge Keycloak docs into unified auth-integration guide - Remove unused Keycloak K8s deployment templates - Add python sdk and faas smoke test design Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
fix: restore changes overwritten by pr791 merge PR 791 was merged from an old full-tree branch head and overwrote several changes that had already landed on master after PR 788. - restore PR 750 MSetTx deprecation/API documentation updates - restore PR 792 Java ObjectRef invoke argument handling - restore PR 793, PR 795, and PR 796 documentation cleanup and redaction updates - keep PR 791 split-wheel lazy import and datasystem build changes intact Signed-off-by: mhsong2 <songminhui2@huawei.com> | 4 天前 | |
fix: restore changes overwritten by pr791 merge PR 791 was merged from an old full-tree branch head and overwrote several changes that had already landed on master after PR 788. - restore PR 750 MSetTx deprecation/API documentation updates - restore PR 792 Java ObjectRef invoke argument handling - restore PR 793, PR 795, and PR 796 documentation cleanup and redaction updates - keep PR 791 split-wheel lazy import and datasystem build changes intact Signed-off-by: mhsong2 <songminhui2@huawei.com> | 4 天前 | |
fix: restore changes overwritten by pr791 merge PR 791 was merged from an old full-tree branch head and overwrote several changes that had already landed on master after PR 788. - restore PR 750 MSetTx deprecation/API documentation updates - restore PR 792 Java ObjectRef invoke argument handling - restore PR 793, PR 795, and PR 796 documentation cleanup and redaction updates - keep PR 791 split-wheel lazy import and datasystem build changes intact Signed-off-by: mhsong2 <songminhui2@huawei.com> | 4 天前 | |
fix: restore changes overwritten by pr791 merge PR 791 was merged from an old full-tree branch head and overwrote several changes that had already landed on master after PR 788. - restore PR 750 MSetTx deprecation/API documentation updates - restore PR 792 Java ObjectRef invoke argument handling - restore PR 793, PR 795, and PR 796 documentation cleanup and redaction updates - keep PR 791 split-wheel lazy import and datasystem build changes intact Signed-off-by: mhsong2 <songminhui2@huawei.com> | 4 天前 | |
feat(yr-k8s): make Kubernetes deployment externally verifiable - Add K8s deployment manifests (Helm chart, traefik config, sandbox tools) - Optimize Python SDK: reduce off-cluster env vars from 6 to 2 (YR_SERVER_ADDRESS + YR_JWT_TOKEN), auto-infer in_cluster/enable_tls/server_name - Update frontend/functionsystem submodule pointers - Add sandbox command usage guide Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 2 个月前 | |
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 个月前 | |
feat: integrate Keycloak and Casdoor auth flow with quota notification - Add Keycloak deployment manifests for Kubernetes - Add Keycloak integration configuration guide - Integrate Keycloak authentication system - Add local development Keycloak setup - Replace --server-name with --insecure flag for TLS verification - Add consolidation plan and quota notification design - Integrate Keycloak consolidation and quota polling - Resolve build errors and update progress - Apply code review fixes from Codex/Gemini cross-review - Record code review findings and fixes - Preserve local auth environment helpers - Pin auth flow repo updates - Pin frontend auth test updates - Integrate Casdoor mail flow and auth fixes - Update frontend auth expiry handling - Reorganize example layouts - Add Casdoor Kubernetes manifest - Update frontend auth redirects - Merge Keycloak docs into unified auth-integration guide - Remove unused Keycloak K8s deployment templates - Add python sdk and faas smoke test design Signed-off-by: yuchaow <wangyuchao12@huawei.com> | 3 个月前 | |
feat: integrate Keycloak and Casdoor auth flow with quota notification - Add Keycloak deployment manifests for Kubernetes - Add Keycloak integration configuration guide - Integrate Keycloak authentication system - Add local development Keycloak setup - Replace --server-name with --insecure flag for TLS verification - Add consolidation plan and quota notification design - Integrate Keycloak consolidation and quota polling - Resolve build errors and update progress - Apply code review fixes from Codex/Gemini cross-review - Record code review findings and fixes - Preserve local auth environment helpers - Pin auth flow repo updates - Pin frontend auth test updates - Integrate Casdoor mail flow and auth fixes - Update frontend auth expiry handling - Reorganize example layouts - Add Casdoor Kubernetes manifest - Update frontend auth redirects - Merge Keycloak docs into unified auth-integration guide - Remove unused Keycloak K8s deployment templates - Add python sdk and faas smoke test design 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 个月前 |
Example Layout
The example/ directory is organized by scenario instead of keeping all
artifacts at the top level.
casdoor/: Casdoor-based authentication setup and bootstrap scripts.keycloak/: Keycloak-based authentication setup and bootstrap scripts.others/: small standalone sample files kept for reference.traefik/: reverse proxy configuration used by auth examples.webterminal/: webterminal demo runtime and launch scripts.
Top-level helper scripts kept here:
restart.sh: reinstall package artifacts and restart Yuanrong.restart_local.sh: restart without reinstalling wheel artifacts.
Maintained sandbox deployment surfaces live under deploy/sandbox/:
deploy/sandbox/docker/: Docker Compose all-in-one sandbox deployment.deploy/sandbox/k8s/: Kubernetes and Helm sandbox deployment.