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

Add filtering to list Airlock requests #2433

Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
32bf4db
add query parameters to 'get all airlock requests' endpoint
yuvalyaron Aug 9, 2022
f879e8e
add allowed_user_actions to 'get all airlock requests' endpoint that …
yuvalyaron Aug 9, 2022
928985e
Merge branch 'main' of https://github.com/microsoft/AzureTRE into yuv…
yuvalyaron Aug 9, 2022
dcd279b
fix tests
yuvalyaron Aug 10, 2022
14bda58
move logic from endpoint to helper service and add tests
yuvalyaron Aug 10, 2022
da95172
add test to verify that any role that can access the 'review' endpoin…
yuvalyaron Aug 10, 2022
4cb8fcf
add tests for get_allowed_actions
yuvalyaron Aug 10, 2022
cde5a00
Merge branch 'main' of https://github.com/microsoft/AzureTRE into yuv…
yuvalyaron Aug 10, 2022
d1a584a
update api version
yuvalyaron Aug 10, 2022
5efcb14
fix typo and rename method
yuvalyaron Aug 10, 2022
1f7cc7b
update changelog
yuvalyaron Aug 11, 2022
cd3b67f
Merge branch 'main' of https://github.com/microsoft/AzureTRE into yuv…
yuvalyaron Aug 14, 2022
e6b987d
rename AirlockRequestInList to AirlockRequestWithAllowedUserActionsIn…
yuvalyaron Aug 14, 2022
abf1df4
rename get_airlock_requests_by_workspace_id to get_airlock_requests
yuvalyaron Aug 14, 2022
ede57f0
rename variables
yuvalyaron Aug 14, 2022
a39c191
Merge branch 'main' of https://github.com/microsoft/AzureTRE into yuv…
yuvalyaron Aug 14, 2022
1f93593
update api version
yuvalyaron Aug 14, 2022
4064243
change endpoint permissions to allow airlock manager to access it
yuvalyaron Aug 14, 2022
3a88367
add role dependency to dependencies
yuvalyaron Aug 14, 2022
2d4572a
add get_sample_airlock_request_with_allowed_user_actions method
yuvalyaron Aug 14, 2022
ecf7ae1
add 'submit' airlock actions
yuvalyaron Aug 15, 2022
118b7b2
combine airlock action tests
yuvalyaron Aug 15, 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
Merge branch 'main' of https://github.com/microsoft/AzureTRE into yuv…
…alyaron-feature/2271-add-filtering-to-list-airlock-requests

� Conflicts:
�	CHANGELOG.md
  • Loading branch information
yuvalyaron committed Aug 14, 2022
commit a39c1919a4b309e983a8bd9e812f892e6c42fb7f
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FEATURES:
ENHANCEMENTS:

* 'CreationTime' field was added to Airlock requests ([#2432](https://github.com/microsoft/AzureTRE/issues/2432))
* Bundles mirror Terraform plugins when built ([#2446](https://github.com/microsoft/AzureTRE/pull/2446))
* 'Get all Airlock requests' endpoint supports filtering ([#2433](https://github.com/microsoft/AzureTRE/pull/2433)).

BUG FIXES:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.