-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enumerating Airlock request files after request submission #2504
Enumerating Airlock request files after request submission #2504
Conversation
…ture/2267-enumerating-airlock-files-when-submitting-a-new-request � Conflicts: � airlock_processor/BlobCreatedTrigger/__init__.py
…ture/2267-enumerating-airlock-files-when-submitting-a-new-request
…numeration response
…ture/2267-enumerating-airlock-files-when-submitting-a-new-request � Conflicts: � CHANGELOG.md
…ture/2267-enumerating-airlock-files-when-submitting-a-new-request � Conflicts: � CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/2949384321 (with refid (in response to this comment from @yuvalyaron) |
…submitting-a-new-request
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/2954267779 (with refid (in response to this comment from @yuvalyaron) |
…submitting-a-new-request
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/2954582840 (with refid (in response to this comment from @yuvalyaron) |
…submitting-a-new-request
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/2954949171 (with refid (in response to this comment from @yuvalyaron) |
Resolves #2267
What is being addressed
Populating the
files
field in Airlock requests (using the Airlock processor since it cannot be done in the API)How is this addressed
StatusChangedQueueTrigger
, the function will return a step result with the enumerated files. The enumeration will only happen when the new status is "submitted".updating
Airlock requests to check the ETag of the request, and retry the update if it's not up to date.