Commit 5b6e93f
- .pre-commit-config.yaml+3-3
- VERSION+1-1
- bootstrap+4-2
- imbi/app.py+2
- imbi/automations/__init__.py+5-2
- imbi/automations/models.py+2
- imbi/clients/github.py+67-4
- imbi/clients/gitlab.py+2
- imbi/clients/pagerduty.py+1
- imbi/clients/sentry.py+1
- imbi/clients/sonarqube.py+1
- imbi/cors.py+4
- imbi/endpoints/base.py+8
- imbi/endpoints/components/models.py+2
- imbi/endpoints/environments.py+7-5
- imbi/endpoints/integrations/__init__.py+4
- imbi/endpoints/integrations/github.py+138-1
- imbi/endpoints/integrations/notifications/transformations.py+12
- imbi/endpoints/opensearch.py+1
- imbi/endpoints/project_sbom/handlers.py+1
- imbi/endpoints/projects.py+6-2
- imbi/endpoints/ssm/handlers.py+2
- imbi/endpoints/ssm/models.py+1
- imbi/endpoints/static.py+1
- imbi/endpoints/ui/__init__.py+3-1
- imbi/endpoints/ui/authentication.py+1
- imbi/endpoints/ui/project_actions.py+71
- imbi/endpoints/ui/settings.py+3-1
- imbi/errors.py+13
- imbi/ldap.py+1
- imbi/models.py+15-6
- imbi/openapi.py+3
- imbi/opensearch/__init__.py+1
- imbi/opensearch/operations_log.py+1
- imbi/opensearch/project.py+1
- imbi/pkgfiles.py+1
- imbi/semver.py+1
- imbi/server.py+2
- imbi/session.py+1
- imbi/slugify.py+2
- imbi/stats.py+1
- imbi/templates/openapi.yaml+129-6
- imbi/transcoders.py+5
- setup.cfg+5-5
- tests/automations/test_context.py+8
- tests/base.py+1
- tests/endpoints/test_activity_feed.py+1
- tests/endpoints/test_environments.py+7-1
- tests/endpoints/test_metrics.py+1
- tests/endpoints/test_namespaces.py+2-2
- tests/endpoints/test_notification_processing.py+1
- tests/endpoints/test_permissions.py+1
- tests/endpoints/test_project_types.py+2-2
- tests/endpoints/test_status.py+1
- tests/test_app.py+2
- tests/test_cors.py+7
- tests/test_errors.py+2
- tests/test_keychain.py+3
- tests/test_ldap.py+1
- tests/test_pagerduty_client.py+1
- tests/test_semver.py+4
- tests/test_server.py+3
- tests/test_timestamp.py+1
- tests/test_user.py+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
0 commit comments