-
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
6e861b4
commit 3927693
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule api
updated
16 files
+1 −1 | VERSION | |
+2 −1 | docker-compose.yml | |
+13 −4 | imbi/endpoints/__init__.py | |
+25 −4 | imbi/endpoints/base.py | |
+80 −0 | imbi/endpoints/integration_identifiers.py | |
+6 −4 | imbi/endpoints/integrations/__init__.py | |
+77 −0 | imbi/endpoints/integrations/_apps.py | |
+30 −26 | imbi/endpoints/integrations/google.py | |
+10 −0 | imbi/endpoints/project_activity_feed.py | |
+3 −6 | imbi/endpoints/ui/authentication.py | |
+30 −2 | imbi/models.py | |
+5 −0 | imbi/opensearch/project.py | |
+0 −1 | imbi/session.py | |
+284 −47 | imbi/templates/openapi.yaml | |
+3 −3 | imbi/user.py | |
+3 −0 | scaffolding/postgres/dml.sql |
Submodule ddl
updated
5 files
+2 −0 | MANIFEST | |
+24 −0 | tables/v1/integrations.sql | |
+28 −0 | tables/v1/project_identifiers.sql | |
+51 −0 | tests/test_v1_integrations.sql | |
+120 −0 | tests/test_v1_project_identifiers.sql |
Submodule openapi
updated
4 files
+16 −4 | src/endpoints/integrations.yaml | |
+146 −0 | src/endpoints/project_identifiers.yaml | |
+4 −0 | src/main.yaml | |
+2 −36 | src/schemas/integration.yaml |
Submodule ui
updated
9 files