File tree
53 files changed
+632
-281
lines changed- hack/submodules
- src
- MCPClient
- lib/clientScripts
- tests
- MCPServer/lib/server
- archivematicaCommon
- lib
- tests
- fixtures
- dashboard
- src
- components
- administration/migrations
- api
- filesystem_ajax
- fpr
- migrations
- tests
- main
- migrations
- tests
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+632
-281
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
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
69 | 67 |
| |
70 | 68 |
| |
71 | 69 |
| |
| |||
251 | 249 |
| |
252 | 250 |
| |
253 | 251 |
| |
254 |
| - | |
255 | 252 |
| |
256 | 253 |
| |
257 | 254 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 | 49 |
| |
52 | 50 |
| |
53 | 51 |
| |
| |||
152 | 150 |
| |
153 | 151 |
| |
154 | 152 |
| |
155 |
| - | |
156 | 153 |
| |
157 | 154 |
| |
158 | 155 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
|
Lines changed: 19 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 |
| |
77 | 81 |
| |
78 | 82 |
| |
| |||
101 | 105 |
| |
102 | 106 |
| |
103 | 107 |
| |
104 |
| - | |
| 108 | + | |
105 | 109 |
| |
106 | 110 |
| |
107 | 111 |
| |
| |||
119 | 123 |
| |
120 | 124 |
| |
121 | 125 |
| |
122 |
| - | |
| 126 | + | |
123 | 127 |
| |
124 | 128 |
| |
125 | 129 |
| |
| |||
143 | 147 |
| |
144 | 148 |
| |
145 | 149 |
| |
146 |
| - | |
| 150 | + | |
147 | 151 |
| |
148 | 152 |
| |
149 | 153 |
| |
| |||
375 | 379 |
| |
376 | 380 |
| |
377 | 381 |
| |
378 |
| - | |
| 382 | + | |
379 | 383 |
| |
380 | 384 |
| |
381 | 385 |
| |
| |||
433 | 437 |
| |
434 | 438 |
| |
435 | 439 |
| |
436 |
| - | |
| 440 | + | |
437 | 441 |
| |
438 | 442 |
| |
439 | 443 |
| |
| |||
455 | 459 |
| |
456 | 460 |
| |
457 | 461 |
| |
458 |
| - | |
| 462 | + | |
459 | 463 |
| |
460 | 464 |
| |
461 |
| - | |
| 465 | + | |
462 | 466 |
| |
463 | 467 |
| |
464 |
| - | |
| 468 | + | |
465 | 469 |
| |
466 | 470 |
| |
467 | 471 |
| |
468 | 472 |
| |
469 | 473 |
| |
470 | 474 |
| |
471 |
| - | |
| 475 | + | |
472 | 476 |
| |
473 | 477 |
| |
474 | 478 |
| |
| |||
485 | 489 |
| |
486 | 490 |
| |
487 | 491 |
| |
488 |
| - | |
| 492 | + | |
489 | 493 |
| |
490 | 494 |
| |
491 | 495 |
| |
492 | 496 |
| |
493 |
| - | |
| 497 | + | |
494 | 498 |
| |
495 | 499 |
| |
496 | 500 |
| |
| |||
514 | 518 |
| |
515 | 519 |
| |
516 | 520 |
| |
517 |
| - | |
| 521 | + | |
518 | 522 |
| |
519 | 523 |
| |
520 | 524 |
| |
| |||
554 | 558 |
| |
555 | 559 |
| |
556 | 560 |
| |
557 |
| - | |
| 561 | + | |
558 | 562 |
| |
559 | 563 |
| |
560 | 564 |
| |
| |||
564 | 568 |
| |
565 | 569 |
| |
566 | 570 |
| |
567 |
| - | |
| 571 | + | |
568 | 572 |
| |
569 | 573 |
| |
570 | 574 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
| 272 | + | |
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
223 |
| - | |
224 |
| - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
225 | 228 |
| |
226 | 229 |
| |
227 | 230 |
| |
| |||
274 | 277 |
| |
275 | 278 |
| |
276 | 279 |
| |
277 |
| - | |
278 | 280 |
| |
279 | 281 |
| |
280 | 282 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 |
| - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
234 | 236 |
| |
235 | 237 |
| |
236 | 238 |
| |
| |||
527 | 529 |
| |
528 | 530 |
| |
529 | 531 |
| |
530 |
| - | |
| 532 | + | |
531 | 533 |
| |
532 | 534 |
| |
533 | 535 |
| |
| |||
657 | 659 |
| |
658 | 660 |
| |
659 | 661 |
| |
660 |
| - | |
| 662 | + | |
661 | 663 |
| |
662 | 664 |
| |
663 | 665 |
| |
| |||
667 | 669 |
| |
668 | 670 |
| |
669 | 671 |
| |
670 |
| - | |
| 672 | + | |
671 | 673 |
| |
672 | 674 |
| |
673 | 675 |
| |
| |||
691 | 693 |
| |
692 | 694 |
| |
693 | 695 |
| |
694 |
| - | |
| 696 | + | |
695 | 697 |
| |
696 | 698 |
| |
697 | 699 |
| |
| |||
701 | 703 |
| |
702 | 704 |
| |
703 | 705 |
| |
704 |
| - | |
| 706 | + | |
705 | 707 |
| |
706 | 708 |
| |
707 | 709 |
| |
| |||
714 | 716 |
| |
715 | 717 |
| |
716 | 718 |
| |
717 |
| - | |
| 719 | + | |
718 | 720 |
| |
719 | 721 |
| |
720 | 722 |
| |
| |||
730 | 732 |
| |
731 | 733 |
| |
732 | 734 |
| |
733 |
| - | |
| 735 | + | |
734 | 736 |
| |
735 | 737 |
| |
736 | 738 |
| |
| |||
761 | 763 |
| |
762 | 764 |
| |
763 | 765 |
| |
764 |
| - | |
765 |
| - | |
766 |
| - | |
767 |
| - | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
768 | 769 |
| |
769 | 770 |
| |
770 | 771 |
| |
| |||
895 | 896 |
| |
896 | 897 |
| |
897 | 898 |
| |
898 |
| - | |
| 899 | + | |
899 | 900 |
| |
900 | 901 |
| |
901 | 902 |
| |
| |||
1136 | 1137 |
| |
1137 | 1138 |
| |
1138 | 1139 |
| |
1139 |
| - | |
| 1140 | + | |
1140 | 1141 |
| |
1141 | 1142 |
| |
1142 | 1143 |
| |
| |||
1147 | 1148 |
| |
1148 | 1149 |
| |
1149 | 1150 |
| |
1150 |
| - | |
| 1151 | + | |
1151 | 1152 |
| |
1152 | 1153 |
| |
1153 | 1154 |
| |
| |||
1193 | 1194 |
| |
1194 | 1195 |
| |
1195 | 1196 |
| |
1196 |
| - | |
| 1197 | + | |
1197 | 1198 |
| |
1198 | 1199 |
| |
1199 | 1200 |
| |
| |||
1205 | 1206 |
| |
1206 | 1207 |
| |
1207 | 1208 |
| |
1208 |
| - | |
| 1209 | + | |
1209 | 1210 |
| |
1210 | 1211 |
| |
1211 | 1212 |
| |
| |||
1223 | 1224 |
| |
1224 | 1225 |
| |
1225 | 1226 |
| |
1226 |
| - | |
| 1227 | + | |
1227 | 1228 |
| |
1228 | 1229 |
| |
1229 |
| - | |
| 1230 | + | |
1230 | 1231 |
| |
1231 | 1232 |
| |
1232 | 1233 |
| |
| |||
1765 | 1766 |
| |
1766 | 1767 |
| |
1767 | 1768 |
| |
1768 |
| - | |
| 1769 | + | |
1769 | 1770 |
| |
1770 | 1771 |
| |
1771 | 1772 |
| |
|
0 commit comments