File tree
133 files changed
+1155
-851
lines changed- .github/workflows
- hack
- submodules
- src
- MCPClient
- lib
- clientScripts
- tests
- fixtures
- custom_structmaps/model
- MCPServer
- lib/server
- tests
- archivematicaCommon
- lib
- tests
- fixtures
- dashboard
- src
- components
- access
- accounts
- administration
- api
- appraisal
- archival_storage
- backlog
- filesystem_ajax
- file
- ingest
- mcp
- rights
- transfer
- unit
- fpr
- migrations
- installer
- main
- management/commands
- migrations
- templatetags
- middleware
- settings
- tests
- fixtures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
133 files changed
+1155
-851
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 |
| |
23 | 28 |
| |
24 | 29 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
97 | 103 |
| |
98 | 104 |
| |
99 | 105 |
| |
|
Submodule archivematica-storage-service updated 56 files
- .github/workflows/test.yml+3-9
- .pre-commit-config.yaml+5
- Dockerfile+6
- requirements/base.in+9-9
- requirements/base.txt+19-15
- requirements/local.txt+21-14
- requirements/production.txt+21-14
- requirements/test.txt+21-14
- storage_service/administration/forms.py+1-1
- storage_service/administration/roles.py+1-1
- storage_service/administration/urls.py+15-14
- storage_service/administration/validators.py+1-1
- storage_service/administration/views.py+1-1
- storage_service/common/__init__.py-1
- storage_service/common/gpgutils.py+1-1
- storage_service/common/middleware.py+3-3
- storage_service/common/utils.py+1-1
- storage_service/locations/api/resources.py+28-31
- storage_service/locations/api/sword/helpers.py+2-2
- storage_service/locations/api/sword/views.py+15-21
- storage_service/locations/api/urls.py+6-6
- storage_service/locations/datatable_utils.py+16-1
- storage_service/locations/forms.py+1-1
- storage_service/locations/migrations/0012_dspace_archive_format.py+1-2
- storage_service/locations/migrations/0035_django32.py+48
- storage_service/locations/models/arkivum.py+1-1
- storage_service/locations/models/asynchronous.py+1-1
- storage_service/locations/models/dataverse.py+1-1
- storage_service/locations/models/dspace.py+1-1
- storage_service/locations/models/dspace_rest.py+1-1
- storage_service/locations/models/duracloud.py+1-1
- storage_service/locations/models/event.py+1-1
- storage_service/locations/models/fedora.py+1-1
- storage_service/locations/models/fixity_log.py+2-2
- storage_service/locations/models/gpg.py+1-1
- storage_service/locations/models/local_filesystem.py+1-1
- storage_service/locations/models/location.py+1-1
- storage_service/locations/models/lockssomatic.py+1-1
- storage_service/locations/models/nfs.py+1-1
- storage_service/locations/models/package.py+1-1
- storage_service/locations/models/pipeline.py+1-1
- storage_service/locations/models/pipeline_local.py+1-1
- storage_service/locations/models/rclone.py+1-1
- storage_service/locations/models/replica_staging.py+1-1
- storage_service/locations/models/s3.py+1-1
- storage_service/locations/models/space.py+1-1
- storage_service/locations/models/swift.py+1-1
- storage_service/locations/signals.py+5-5
- storage_service/locations/tests/test_api.py+3-1
- storage_service/locations/tests/test_datatable.py-31
- storage_service/locations/urls.py+42-37
- storage_service/locations/views.py+2-2
- storage_service/storage_service/settings/base.py+1-1
- storage_service/storage_service/urls.py+20-19
- storage_service/storage_service/views.py+3-12
- storage_service/templates/base.html+1-1
Lines changed: 21 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
| |
14 | 18 |
| |
15 | 19 |
| |
| |||
19 | 23 |
| |
20 | 24 |
| |
21 | 25 |
| |
22 |
| - | |
| 26 | + | |
23 | 27 |
| |
24 | 28 |
| |
25 | 29 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
52 |
| - | |
| 56 | + | |
53 | 57 |
| |
54 | 58 |
| |
55 | 59 |
| |
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
59 |
| - | |
| 63 | + | |
60 | 64 |
| |
61 |
| - | |
| 65 | + | |
62 | 66 |
| |
63 |
| - | |
| 67 | + | |
64 | 68 |
| |
65 | 69 |
| |
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
69 |
| - | |
| 73 | + | |
70 | 74 |
| |
71 |
| - | |
| 75 | + | |
72 | 76 |
| |
73 |
| - | |
| 77 | + | |
74 | 78 |
| |
75 | 79 |
| |
76 | 80 |
| |
| |||
88 | 92 |
| |
89 | 93 |
| |
90 | 94 |
| |
91 |
| - | |
| 95 | + | |
92 | 96 |
| |
93 | 97 |
| |
94 | 98 |
| |
| |||
134 | 138 |
| |
135 | 139 |
| |
136 | 140 |
| |
137 |
| - | |
| 141 | + | |
138 | 142 |
| |
139 | 143 |
| |
140 | 144 |
| |
| |||
191 | 195 |
| |
192 | 196 |
| |
193 | 197 |
| |
194 |
| - | |
| 198 | + | |
195 | 199 |
| |
196 | 200 |
| |
197 | 201 |
| |
| |||
235 | 239 |
| |
236 | 240 |
| |
237 | 241 |
| |
238 |
| - | |
| 242 | + | |
239 | 243 |
| |
240 | 244 |
| |
241 | 245 |
| |
| |||
250 | 254 |
| |
251 | 255 |
| |
252 | 256 |
| |
253 |
| - | |
254 | 257 |
| |
255 | 258 |
| |
256 | 259 |
| |
257 | 260 |
| |
258 | 261 |
| |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
259 | 266 |
| |
260 | 267 |
| |
261 | 268 |
| |
| |||
269 | 276 |
| |
270 | 277 |
| |
271 | 278 |
| |
| 279 | + | |
272 | 280 |
| |
273 | 281 |
| |
274 | 282 |
| |
|
Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + |
Lines changed: 18 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
19 |
| - | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
| |||
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
34 |
| - | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
41 |
| - | |
| 43 | + | |
42 | 44 |
| |
43 |
| - | |
| 45 | + | |
44 | 46 |
| |
45 |
| - | |
| 47 | + | |
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
51 |
| - | |
| 53 | + | |
52 | 54 |
| |
53 |
| - | |
| 55 | + | |
54 | 56 |
| |
55 |
| - | |
| 57 | + | |
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
| |||
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
65 |
| - | |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
| |||
91 | 93 |
| |
92 | 94 |
| |
93 | 95 |
| |
94 |
| - | |
| 96 | + | |
95 | 97 |
| |
96 | 98 |
| |
97 | 99 |
| |
| |||
121 | 123 |
| |
122 | 124 |
| |
123 | 125 |
| |
124 |
| - | |
| 126 | + | |
125 | 127 |
| |
126 | 128 |
| |
127 | 129 |
| |
| |||
151 | 153 |
| |
152 | 154 |
| |
153 | 155 |
| |
154 |
| - | |
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
| 159 | + | |
| 160 | + | |
158 | 161 |
| |
159 | 162 |
| |
160 | 163 |
| |
161 |
| - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
162 | 167 |
| |
163 | 168 |
| |
164 | 169 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
437 | 437 |
| |
438 | 438 |
| |
439 | 439 |
| |
440 |
| - | |
| 440 | + | |
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
| |||
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
494 |
| - | |
| 494 | + | |
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
| |||
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
548 |
| - | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
549 | 551 |
| |
550 | 552 |
| |
551 | 553 |
| |
| |||
607 | 609 |
| |
608 | 610 |
| |
609 | 611 |
| |
610 |
| - | |
611 | 612 |
| |
612 | 613 |
| |
613 | 614 |
| |
|
0 commit comments