1 file changed
+1
-1
lines changedSubmodule archivematica-storage-service updated 59 files
- integration/run.sh+6
- integration/test_integration.py+12-16
- requirements/base.in-1
- requirements/base.txt-3
- requirements/local.txt-3
- requirements/production.txt-3
- requirements/test.txt-3
- storage_service/administration/forms.py+22-21
- storage_service/common/decorators.py+1-4
- storage_service/common/fields.py+32
- storage_service/common/gpgutils.py+1-7
- storage_service/common/management/commands/import_aip.py+2-2
- storage_service/common/premis.py+5-5
- storage_service/common/startup.py+1-1
- storage_service/common/tests/test_shutil.py-184
- storage_service/common/utils.py+1-1
- storage_service/common/which.py-66
- storage_service/locations/api/resources.py+27-20
- storage_service/locations/api/sword/helpers.py-4
- storage_service/locations/api/sword/views.py-7
- storage_service/locations/fixtures/dspace.json+1-1
- storage_service/locations/fixtures/gpg.json+1-1
- storage_service/locations/fixtures/package.json+13-13
- storage_service/locations/fixtures/replica_staging.json+1-1
- storage_service/locations/fixtures/s3.json+1-1
- storage_service/locations/forms.py+3-3
- storage_service/locations/migrations/0001_initial.py+11-14
- storage_service/locations/migrations/0003_v0_5.py+11-7
- storage_service/locations/migrations/0004_v0_7.py+3-4
- storage_service/locations/migrations/0014_verbose_field_names.py+2-12
- storage_service/locations/migrations/0029_python3.py+13-20
- storage_service/locations/migrations/0034_use_uuidfield.py+99
- storage_service/locations/models/arkivum.py-6
- storage_service/locations/models/async_manager.py+1-1
- storage_service/locations/models/asynchronous.py-3
- storage_service/locations/models/dataverse.py+3-9
- storage_service/locations/models/dspace.py+3-7
- storage_service/locations/models/dspace_rest.py-5
- storage_service/locations/models/duracloud.py-6
- storage_service/locations/models/event.py+10-12
- storage_service/locations/models/fedora.py+12-10
- storage_service/locations/models/fixity_log.py-8
- storage_service/locations/models/gpg.py-6
- storage_service/locations/models/local_filesystem.py-6
- storage_service/locations/models/location.py+14-14
- storage_service/locations/models/lockssomatic.py+2-7
- storage_service/locations/models/nfs.py-6
- storage_service/locations/models/package.py+22-23
- storage_service/locations/models/pipeline.py+6-23
- storage_service/locations/models/pipeline_local.py-6
- storage_service/locations/models/s3.py+1-7
- storage_service/locations/models/space.py+8-10
- storage_service/locations/models/swift.py-6
- storage_service/locations/tests/test_api.py+4-4
- storage_service/locations/tests/test_callbacks.py+8-4
- storage_service/locations/tests/test_datatable.py+31-32
- storage_service/locations/tests/test_dspace.py+2-2
- storage_service/locations/tests/test_package.py+7-6
- storage_service/storage_service/settings/base.py-2
0 commit comments