Feature/qscan masters - #507
Merged
Merged
Conversation
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.82.1 to 1.83.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.82.1...v1.83.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.83.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
After a master is imported into Mediabanken, processMaster starts an abandoned QScanMaster child workflow. It creates a QScan job for the master with the "BCCM - Masters" template, queues the file from the isilon repository, polls until the analysis is terminal, and emails a summary with the PDF report attached (Telegram gets the summary too). QC never delays or fails the import. Submission is idempotent: the job name is derived from the VXID and filename and looked up before creating, the file is looked up in the job before adding, and the HTTP client retries only GET requests, so a retried activity reconciles instead of duplicating. The PDF is written to the workflow temp folder and the email attachment carries a path, so report bytes never enter the workflow history. New env: QSCAN_BASE_URL, QSCAN_USERNAME, QSCAN_PASSWORD, with optional QSCAN_REPOSITORY_ID (2), QSCAN_TEMPLATE_NAME and QSCAN_REPORT_EMAILS. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.