Callbacks are sent out from an asynchronous job with no web context. Therefore, it is impossible, at that time, to generate absolute URI:s. Pre-generate them at upload time to maximize the chance that the correct web context is used to generate the URI:s.
When a pull request is opened, will deploy that branch to `<reponame>-<branchname>.branch.dsv.su.se` with branch name having `/` replaced with `-` and all characters that do not match `[a-z0-9-]` are removed.
Co-authored-by: Andreas Svanberg <andreass@dsv.su.se>
Co-committed-by: Andreas Svanberg <andreass@dsv.su.se>
To get something transcribed is a three-step process;
1. Create and configure the transcription job
2. Attach files to the job to be transcribed
3. Submit the job for processing
This is step three of the process.
To get something transcribed is a three-step process;
1. Create and configure the transcription job
2. Attach files to the job to be transcribed
3. Submit the job for processing
This is step two of the process.
To get something transcribed is a three-step process;
1. Create and configure the transcription job
2. Attach files to the job to be transcribed
3. Submit the job for processing
This is step one of the process.
This enables the same authentication mechanism for local development as for running in production. Easily switch principals with the included authorization server docker container.