Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact authored and replaceafill committed Aug 11, 2023
1 parent 704b373 commit d800361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/submodules/archivematica-storage-service
Submodule archivematica-storage-service updated 59 files
+6 −0 integration/run.sh
+12 −16 integration/test_integration.py
+0 −1 requirements/base.in
+0 −3 requirements/base.txt
+0 −3 requirements/local.txt
+0 −3 requirements/production.txt
+0 −3 requirements/test.txt
+22 −21 storage_service/administration/forms.py
+1 −4 storage_service/common/decorators.py
+32 −0 storage_service/common/fields.py
+1 −7 storage_service/common/gpgutils.py
+2 −2 storage_service/common/management/commands/import_aip.py
+5 −5 storage_service/common/premis.py
+1 −1 storage_service/common/startup.py
+0 −184 storage_service/common/tests/test_shutil.py
+1 −1 storage_service/common/utils.py
+0 −66 storage_service/common/which.py
+27 −20 storage_service/locations/api/resources.py
+0 −4 storage_service/locations/api/sword/helpers.py
+0 −7 storage_service/locations/api/sword/views.py
+1 −1 storage_service/locations/fixtures/dspace.json
+1 −1 storage_service/locations/fixtures/gpg.json
+13 −13 storage_service/locations/fixtures/package.json
+1 −1 storage_service/locations/fixtures/replica_staging.json
+1 −1 storage_service/locations/fixtures/s3.json
+3 −3 storage_service/locations/forms.py
+11 −14 storage_service/locations/migrations/0001_initial.py
+11 −7 storage_service/locations/migrations/0003_v0_5.py
+3 −4 storage_service/locations/migrations/0004_v0_7.py
+2 −12 storage_service/locations/migrations/0014_verbose_field_names.py
+13 −20 storage_service/locations/migrations/0029_python3.py
+99 −0 storage_service/locations/migrations/0034_use_uuidfield.py
+0 −6 storage_service/locations/models/arkivum.py
+1 −1 storage_service/locations/models/async_manager.py
+0 −3 storage_service/locations/models/asynchronous.py
+3 −9 storage_service/locations/models/dataverse.py
+3 −7 storage_service/locations/models/dspace.py
+0 −5 storage_service/locations/models/dspace_rest.py
+0 −6 storage_service/locations/models/duracloud.py
+10 −12 storage_service/locations/models/event.py
+12 −10 storage_service/locations/models/fedora.py
+0 −8 storage_service/locations/models/fixity_log.py
+0 −6 storage_service/locations/models/gpg.py
+0 −6 storage_service/locations/models/local_filesystem.py
+14 −14 storage_service/locations/models/location.py
+2 −7 storage_service/locations/models/lockssomatic.py
+0 −6 storage_service/locations/models/nfs.py
+22 −23 storage_service/locations/models/package.py
+6 −23 storage_service/locations/models/pipeline.py
+0 −6 storage_service/locations/models/pipeline_local.py
+1 −7 storage_service/locations/models/s3.py
+8 −10 storage_service/locations/models/space.py
+0 −6 storage_service/locations/models/swift.py
+4 −4 storage_service/locations/tests/test_api.py
+8 −4 storage_service/locations/tests/test_callbacks.py
+31 −32 storage_service/locations/tests/test_datatable.py
+2 −2 storage_service/locations/tests/test_dspace.py
+7 −6 storage_service/locations/tests/test_package.py
+0 −2 storage_service/storage_service/settings/base.py

0 comments on commit d800361

Please sign in to comment.