-
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
9a70391
commit d8e5ab8
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule api
updated
10 files
+1 −1 | VERSION | |
+1 −1 | compose.yml | |
+2 −2 | imbi/app.py | |
+60 −37 | imbi/endpoints/components/handlers.py | |
+27 −7 | imbi/endpoints/components/models.py | |
+60 −40 | imbi/endpoints/components/scoring.py | |
+2 −1 | imbi/endpoints/reports/__init__.py | |
+50 −0 | imbi/endpoints/reports/outdated_projects.py | |
+1 −0 | imbi/server.py | |
+8 −0 | imbi/templates/openapi.yaml |
Submodule ddl
updated
4 files
+1 −0 | MANIFEST | |
+5 −3 | tables/v1/component_versions.sql | |
+2 −1 | tests/test_v1_component_versions.sql | |
+10 −0 | types/v1/component_version_status_type.sql |
Submodule ui
updated
87 files