-
Notifications
You must be signed in to change notification settings - Fork 103
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
937f41b
commit df00d21
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule archivematica-acceptance-tests
updated
3 files
+4 −0 | Dockerfile | |
+1 −1 | amuser/selenium_ability.py | |
+1 −1 | simplebrowsertest.py |
Submodule archivematica-storage-service
updated
22 files
+7 −0 | .markdown-link-check.json | |
+7 −0 | .pre-commit-config.yaml | |
+2 −2 | CONTRIBUTING.md | |
+33 −2 | Dockerfile | |
+1 −1 | README.md | |
+1 −1 | SECURITY.md | |
+1 −1 | install/README.md | |
+7 −0 | pyproject.toml | |
+6 −0 | requirements-dev.in | |
+26 −7 | requirements-dev.txt | |
+6 −6 | requirements.txt | |
+11 −6 | storage_service/common/backends.py | |
+13 −6 | storage_service/common/startup.py | |
+5 −1 | storage_service/common/utils.py | |
+1 −1 | storage_service/locations/api/resources.py | |
+1 −1 | storage_service/locations/models/package.py | |
+2 −2 | storage_service/locations/views.py | |
+29 −1 | tests/integration/docker-compose.yml | |
+52 −0 | tests/integration/etc/keycloak/realm.json | |
+348 −45 | tests/integration/test_integration.py | |
+157 −0 | tests/integration/test_oidc_auth.py | |
+94 −49 | tests/storage_service/test_oidc.py |