Conversation
added 30 commits
March 16, 2026 15:10
This reverts commit b700863.
- PlatformResources: simplify to 2 tabs (全局存储, 其他资源); storage sub-tabs are 存储类/存储卷/存储配置 (removes overview and excess tabs) - PlatformResources: add storage config tab with default StorageClass selector; add getStorageConfig/updateStorageConfig service and model effects - ResourceCenter: implement all 6 tabs (workload/pod/network/config/storage/helm) with proper K8s resource type switching per tab - ResourceCenter: complete Helm tab with release list, install modal, uninstall - Both pages: improved UI with card layout, colored status dots, consistent page header style matching Rainbond design system
…resources
- Fix double-wrapping in console: bean=data -> bean=data.get("bean") in
cluster.py and team_resources.py so res.bean.list is correctly populated
- Fix platform-resources 500 "version is required" by switching "其他资源"
tab to call /platform-resources/types endpoint (no GVR params needed)
- Update model to use listPlatformResourceTypes service function
- Update renderOtherResourcesTab columns to match ResourceTypeInfo struct
fields: kind/resource/group/version/verbs (not name/kind/api_group)
- Fix rowKey to use composite group/version/resource key
Signed-off-by: 张启航 <12344192+zhangsetsail@user.noreply.gitee.com>
- Add CRUD operations (create/edit/delete/view YAML) for cluster-scoped resource instances - Implement two-level navigation: resource types list -> instances for selected type - Fix PV tab causing page refresh by adding try/catch to all DVA effects - Add PV create/delete operations and YAML view modal - Add fetchResourceInstances callback support to properly clear loading state
…source center toggle
…_existing_namespace - Read team_name from correct form field 'team_name_bind' in bind tab - Add bind_existing_namespace to createTeam service request body - Refactor other resources tab to vertical sidebar layout
Dev migration cnb
Signed-off-by: Qi Zhang <smallqi1@163.com>
Signed-off-by: Qi Zhang <smallqi1@163.com>
feat: style change
* fix: fallback platform plugin icons by name * fix: scope create team form validation * docs: add snapshot export design * fix: add loading states for resource center actions * feat: reuse snapshot export modal * fix: add app version close callback helper * fix: show backend error details on server failures * fix: validate helm chart urls in resource center * feat: reuse snapshot export modal in app version * docs: add team native resource batch create design * feat: add detailed team resource create results * fix: default publish templates to enterprise scope * fix: separate app version collapse arrow --------- Co-authored-by: 张启航 <12344192+zhangsetsail@user.noreply.gitee.com>
Signed-off-by: Qi Zhang <smallqi1@163.com>
fix: del useless document
Co-authored-by: 张启航 <12344192+zhangsetsail@user.noreply.gitee.com>
fix: align app version visuals with style update
This reverts commit c0f24f4.
Revert "fix: align app version visuals with style update"
Signed-off-by: Qi Zhang <smallqi1@163.com>
refactor: remove package manager version fields from python cnb config
* fix: Fixed the issue where k8s resources were not displayed for ordinary users * fix: url change * fix: url change
Signed-off-by: Qi Zhang <smallqi1@163.com>
refactor: centralize source demos and remove cnb versions api
Signed-off-by: Qi Zhang <smallqi1@163.com>
feat: improve cnb build config and localize resource timestamps
Signed-off-by: Qi Zhang <smallqi1@163.com>
fix: align resource center pod log stream route
Signed-off-by: Qi Zhang <smallqi1@163.com>
fix: preserve build env switches when saving code build config
fix: Remove redundant processes
…latest snapshot Signed-off-by: Qi Zhang <smallqi1@163.com>
fix: preserve source build envs and derive snapshot version from the latest snapshot
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.
No description provided.