Closed cw75 closed 1 year ago
@kenxu95 I think we need to rebase backend-eng-2864 with main first. Loom demo here: https://www.loom.com/share/ba510a359b0141579dd5acde5333ee5c
main
Also adds the ECR resource details card.
python3 scripts/run_linters.py -h
run_integration_test
skip_integration_test
It's also worth noting that this PR contains a fix for ENG-2887, which redirects users to the Resources list page after deleting a resource, instead of the old "Integrations" page.
Describe your changes and why you are making these changes
@kenxu95 I think we need to rebase backend-eng-2864 with
main
first. Loom demo here: https://www.loom.com/share/ba510a359b0141579dd5acde5333ee5cAlso adds the ECR resource details card.
Related issue number (if any)
Loom demo (if any)
Checklist before requesting a review
python3 scripts/run_linters.py -h
for usage).run_integration_test
: Runs integration testsskip_integration_test
: Skips integration tests (Should be used when changes are ONLY documentation/UI)