-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
8b1cf91
commit 0544d7d
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule api
updated
20 files
+1 −1 | VERSION | |
+1 −1 | compose.yml | |
+28 −0 | imbi/clients/aws.py | |
+8 −0 | imbi/common.py | |
+46 −10 | imbi/endpoints/__init__.py | |
+2 −2 | imbi/endpoints/activity_feed.py | |
+191 −18 | imbi/endpoints/base.py | |
+183 −0 | imbi/endpoints/components.py | |
+1 −0 | imbi/endpoints/integrations/gitlab.py | |
+4 −3 | imbi/endpoints/project_activity_feed.py | |
+129 −36 | imbi/endpoints/project_ssm_configuration.py | |
+3 −1 | imbi/endpoints/reports/__init__.py | |
+21 −0 | imbi/endpoints/reports/component_usage.py | |
+1 −4 | imbi/endpoints/reports/namespace_kpis.py | |
+1 −4 | imbi/endpoints/reports/namespace_shs_history.py | |
+1 −4 | imbi/endpoints/reports/system_shs_history.py | |
+3 −1 | imbi/endpoints/ui/settings.py | |
+6 −0 | imbi/session.py | |
+871 −203 | imbi/templates/openapi.yaml | |
+15 −0 | imbi/user.py |
Submodule ddl
updated
10 files
+4 −0 | MANIFEST | |
+16 −16 | Makefile | |
+0 −1 | compose.yml | |
+21 −0 | tables/v1/component_versions.sql | |
+31 −0 | tables/v1/components.sql | |
+20 −0 | tables/v1/project_components.sql | |
+49 −0 | tests/test_v1_component_versions.sql | |
+34 −0 | tests/test_v1_components.sql | |
+100 −0 | tests/test_v1_project_components.sql | |
+8 −0 | types/v1/component_status_type.sql |
Submodule openapi
updated
8 files
Submodule ui
updated
33 files