Date: 2026-07-13
Foundation: PR #2313
moved transfer-source retrieval for auto-approved package creation into the
normal workflow and is present on qa/1.x.
| <?php | |
| use PHPUnit\Framework\TestCase; | |
| require_once 'plugins/sfIsadPlugin/lib/sfIsadPlugin.class.php'; | |
| /** | |
| * Exercise every create, update, delete, and no-op path in the | |
| * languageNotes setter. | |
| * |
Date: 2026-07-13
Foundation: PR #2313
moved transfer-source retrieval for auto-approved package creation into the
normal workflow and is present on qa/1.x.
Issue: archivematica/Issues#1803
Transfer-source retrieval is currently outside the normal transfer workflow in the MCPServer package-create path. MCPServer creates a Transfer row, copies the selected content from Storage Service into the shared directory, moves the
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| INPUT_DIR="${INPUT_DIR:-pictures}" | |
| RUNS="${RUNS:-30}" | |
| WARMUP="${WARMUP:-3}" | |
| WORKERS="${WORKERS:-1,2,4,8,16}" | |
| RESULTS_DIR="${RESULTS_DIR:-bench-results}" | |
| PYGFRIED_SPEC="${PYGFRIED_SPEC:-pygfried @ git+https://github.com/artefactual-labs/pygfried.git@dev/issue-25-many-apis}" |
| Report Summary | |
| ┌─────────────────────────────────────────┬────────┬─────────────────┬─────────┐ | |
| │ Target │ Type │ Vulnerabilities │ Secrets │ | |
| ├─────────────────────────────────────────┼────────┼─────────────────┼─────────┤ | |
| │ artefactual/clamav:latest (debian 8.10) │ debian │ 309 │ - │ | |
| └─────────────────────────────────────────┴────────┴─────────────────┴─────────┘ | |
| Legend: | |
| - '-': Not scanned |
| { | |
| "async": { | |
| "list_endpoint": "/api/v2/async/", | |
| "schema": { | |
| "allowed_detail_http_methods": [ | |
| "get" | |
| ], | |
| "allowed_list_http_methods": [ | |
| "get", | |
| "post", |
| diff --git a/pkg/transfer/bag_validation_test.go b/pkg/transfer/bag_validation_test.go | |
| index 578f0b29..8f48247e 100644 | |
| --- a/pkg/transfer/bag_validation_test.go | |
| +++ b/pkg/transfer/bag_validation_test.go | |
| @@ -2,20 +2,21 @@ package transfer_test | |
| import ( | |
| "os" | |
| + "path/filepath" | |
| "testing" |
🚧 Don't use this deployment, it is not safe! 🚧
This is an example created for projectcontour/contour#238.
It uses sevein/contour:test because #238 had not been merged by the time that this example was built.
It includes: