-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule apiserver
updated
10 files
+1 −0 | .dockerignore | |
+10 −0 | Dockerfile | |
+28 −3 | api/v1/app_specs.py | |
+7 −24 | api/v1/system.py | |
+1 −13 | api/v1/user_apps.py | |
+7 −1 | openapi/swagger-v1.yml | |
+18 −4 | pkg/config.py | |
+2 −3 | pkg/db/mongo.py | |
+11 −4 | pkg/kube.py | |
+0 −3 | requirements.txt |
Submodule webui
updated
27 files
+2 −0 | .env | |
+4 −4 | .github/workflows/smoke-test.yml | |
+1 −1 | Dockerfile | |
+1 −1 | Dockerfile.dev | |
+29 −29 | package.json | |
+1 −1 | public/swagger.yml | |
+19 −46 | src/App.tsx | |
+5 −2 | src/common/index.ts | |
+1 −1 | src/common/services/openapi/v1/core/OpenAPI.ts | |
+8 −0 | src/index.css | |
+6 −3 | src/index.tsx | |
+4 −4 | src/views/Login.tsx | |
+3 −3 | src/views/all-apps/AllApps.tsx | |
+3 −4 | src/views/all-apps/SearchCatalogHeader.tsx | |
+12 −0 | src/views/all-apps/SpecCard.css | |
+50 −13 | src/views/all-apps/SpecCard.tsx | |
+43 −47 | src/views/all-apps/SpecView.tsx | |
+1 −1 | src/views/all-apps/Taglist.tsx | |
+2 −2 | src/views/landing/LandingPage.tsx | |
+0 −4 | src/views/landing/LandingSection.tsx | |
+2 −2 | src/views/landing/LoginBanner.tsx | |
+1 −1 | src/views/my-apps/ConsolePage.tsx | |
+4 −4 | src/views/my-apps/EditService.tsx | |
+12 −11 | src/views/my-apps/MyApps.tsx | |
+139 −36 | src/views/my-catalog/AddEditSpec.tsx | |
+7 −4 | src/views/my-catalog/MyCatalog.tsx | |
+4,856 −4,360 | yarn.lock |