Skip to content
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

Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
35b8a1d
add method to enumerate airlock request files
yuvalyaron Aug 22, 2022
dd312c9
add request_files to the output event of BlobCreatedTrigger
yuvalyaron Aug 22, 2022
fe0fce2
consume request_files in the api
yuvalyaron Aug 23, 2022
1771410
Merge branch 'main' of https://github.com/microsoft/AzureTRE into fea…
yuvalyaron Aug 23, 2022
1a1a1be
fix merge conflict and add log
yuvalyaron Aug 23, 2022
f272be5
clean code in BlobCreatedTrigger
yuvalyaron Aug 23, 2022
7f05002
update api and airlock processor versions
yuvalyaron Aug 23, 2022
6ad8ef1
refine comment
yuvalyaron Aug 24, 2022
979f5c2
enumerate request files on failures
yuvalyaron Aug 24, 2022
d354f6a
add test for get_request_files in StatusChangedQueueTrigger
yuvalyaron Aug 24, 2022
f537857
add test for get_request_files in BlobCreatedTrigger
yuvalyaron Aug 24, 2022
0919968
Merge branch 'main' of https://github.com/microsoft/AzureTRE into fea…
yuvalyaron Aug 24, 2022
ed1e071
refine log
yuvalyaron Aug 24, 2022
ac47739
remove empty lines
yuvalyaron Aug 24, 2022
c46f11d
update changelog
yuvalyaron Aug 24, 2022
4d03250
revet file enumeration in BlobCreatedTrigger
yuvalyaron Aug 25, 2022
4671a13
add file enumeration to StatusChangedQueueTrigger
yuvalyaron Aug 28, 2022
6d56239
add support for concurrent updates of airlock requests and for file e…
yuvalyaron Aug 28, 2022
bad2a31
add test for file enumeration in StatusChangedQueueTrigger
yuvalyaron Aug 28, 2022
69e2058
add ETag test case for update_airlock_request
yuvalyaron Aug 28, 2022
4355c9a
Merge branch 'main' of https://github.com/microsoft/AzureTRE into fea…
yuvalyaron Aug 28, 2022
a16d09a
update api version
yuvalyaron Aug 28, 2022
d4d1ef6
Merge branch 'main' of https://github.com/microsoft/AzureTRE into fea…
yuvalyaron Aug 29, 2022
c6e1a65
Merge branch 'main' into feature/2267-enumerating-airlock-files-when-…
yuvalyaron Aug 30, 2022
660732c
update api version
yuvalyaron Aug 30, 2022
a529aec
Merge branch 'main' into feature/2267-enumerating-airlock-files-when-…
yuvalyaron Aug 30, 2022
b9e3264
Merge branch 'main' into feature/2267-enumerating-airlock-files-when-…
yuvalyaron Aug 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update api version
  • Loading branch information
yuvalyaron committed Aug 28, 2022

Verified

This commit was signed with the committer’s verified signature.
commit a16d09af4fdc61c98177b31ae7d7512336d9094c
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.20"
__version__ = "0.4.21"