-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add V2 clients * fix: clean up + switching to webclient exception handling * fix: better exception handling * feat: [SRE-26521] upload/download for scripts/datafiles fix: supports both normal and gzip file uploads fix: updating get specific script to script JSON description, download handles content fix: updated max file size and added exception handling for file exceptions fix: set debug to false fix: group all exception handlers fix: updating prefix fix: unneeded file fix: reverting file change Revert "fix: reverting file change" This reverts commit 0ba90f6. fix: revert file fix: reverting file as well fix: detailed error msg for incorrect request * Revert "feat: [SRE-26521] upload/download for scripts/datafiles" This reverts commit 66d2ca4. * feat: Updated clients, new routes, status response from agent/job ops, and testing agent client with APIHarness * fix: listing only user-facing endpoints * fix: small updates to deps + docs for client changes * fix: temp fix for tools while testing agent * fix: removing unneeded files * fix: temp fix for client tools * fix: missing file * moved last backend V1 deps over with models + tested locally * updating file documentation * reverting debug flag * moving other misc backend changes to this branch * moving over one more backend change * updated in UI ref branch * cleaning up, removing old files * testing base agent client * small clean up * dep injection fix * need to shorten V2 url due to dep inj fix * missing dependency * unneeded files * reverting cloud models until move away from Java EE CDI * updating vmtracker as well * TankAPI fix * moving vmmanger + models outside of rest api * update pom for logging * vmTracker models moved to api * updating import ref to cloud * reverting defaultcontroller * revert ui for now * reverting module deletion, saving for V1 removal * reverting local files * updating package names * update UI refs to /v2 path * banner fixed to stay closed each session * updated tools for changes * banner logic for SSOlogin * exclude to reenable agent logging * commenting back httpclient tests * should fix agent logging * reverting files * adding to child pom * logback vs log4j2 mismatch - probable cause for log drop between modules * attempt to force spring to use log4j * correct file path for log4j2 * revert after testing logging fix * legacy spring startup, removing from web/WEB-INF * re-adding bridge deps * fixed versions * logging config issue fix: including maven-shade-plugin fixes issue locally * updating gitignore * logs showing locally, just needed to exclude extra servlet fragment * switching scope out for absolute-ordering, logging to file locally * moving from tank-api to agent module * exclude Log4j2plugins.dat w/ maven shaded plugin instead, avoiding dep issues * updating fix for other modules, tested locally * uncommenting tests now that builds passing * updated not needed, pending deletion * filter endpoint fix - moving script models out to api module * Revert "filter endpoint fix - moving script models out to api module" This reverts commit 6db2e74. * new filter fix: reverting all script models to v1 until external scripts updated * reduced war file size by 80M, still needs more dep exclusions from spring --------- Co-authored-by: zkofiro <[email protected]>
- Loading branch information
1 parent
1fd5143
commit ec74378
Showing
126 changed files
with
3,547 additions
and
424 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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
6 changes: 3 additions & 3 deletions
6
agent/apiharness/src/test/java/com/intuit/tank/harness/APIMonitorTest.java
This file contains 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 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 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 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 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.