generated from MapColonies/ts-server-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: added abort api endpoint (MAPCO-8328) #59
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
17e73ab
chore: add abort api key
roicohen326 ef0480b
fix: correct Job Manager abort endpoint from /jobs/{id}/abort to /tas…
roicohen326 737b724
fix: address PR comments for abort API
roicohen326 3290585
refactor: simplify error handling and improve abort validation logic
roicohen326 d0f99fb
chore: fixed bad request end point
roicohen326 a3a10de
fix: remove unsupported chartDirs parameter from workflow
roicohen326 69caf68
style: fix prettier formatting
roicohen326 95461c8
chore: comment out unsupported chartDirs parameter
roicohen326 100b277
fix: import IngestionOperation as value, not type
roicohen326 b5231cc
fix: remove unused BadRequestError import and restore chartDirs
roicohen326 fe85cea
fix: remove chartDirs parameter - not supported in shared workflow v5
roicohen326 e2ce0de
chore: revert with chartDirs for test
CL-SHLOMIKONCHA adef95e
chore: removed chartDirs from pull_request workflow
CL-SHLOMIKONCHA 168593a
feat: abort deployment tests (MAPCO-8328) (#60)
roicohen326 d99b30b
fix: move abort log before abortJob call and update message
roicohen326 9d80f76
Merge branch 'alpha' of https://github.com/MapColonies/ingestion-trig…
roicohen326 efc713e
fix: remove unnecessary blank line in IngestionManager class
roicohen326 3e6d475
Fix formatting in pull_request.yaml
roicohen326 13fbe59
fix: abort api description
CL-SHLOMIKONCHA db717a2
fix: error code description
CL-SHLOMIKONCHA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,6 +55,8 @@ jobDefinitions: | |
| tasks: | ||
| validation: | ||
| type: "" | ||
| finalize: | ||
| type: "" | ||
|
|
||
| storage: | ||
| fs: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.