Simplify slow call logging events#329
Merged
kevin-mcgoldrick merged 1 commit intomasterfrom Jun 5, 2024
Merged
Conversation
Zakaria-Kofiro
pushed a commit
that referenced
this pull request
Jun 18, 2024
Zakaria-Kofiro
added a commit
that referenced
this pull request
Sep 20, 2024
* filter by content-type to save responseData * Add client5 * Refactor checkContentType to use AgentConfig for MIME types * IMDSv2 (#322) * [SRE-30912] Disallow Doctype Declaration (#323) * Disallow Doctype Decleration * disable DTD in XMLInputFactory of the ScriptProcessor --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com> * Nonlinear Workload - Calculate Number of Agents based on Total Ramp Rate and Max Users/Sec per Agent (#320) * initial implementation * unneeded --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com> * [SRE-30568] Tank V2 API Module Refactor (#324) * Tank V2 API Module Refactor * unneeded test file * updating pom * missing resource file for tests * update all requests w/ auth header * small updates, unneeded files --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com> * Update POST /scripts endpoint and add "Copy From Script" functionality (#325) * Tank V2 API Module Refactor * unneeded test file * updating pom * missing resource file for tests * update all requests w/ auth header * moving to new branch * small updates, unneeded files * small fixes, unit tests, and fix for script upload error * match convention --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com> * null checks for input (#326) Co-authored-by: zkofiro <zakaria_kofiro@intuit.com> * JDK httpclient (HTTP/2.0) (#327) * Add JDK Http Client * Remove: apache httpclient 5 * library updates (#328) * Simplify slow call logging events (#329) * Refactor checkContentType to use AgentConfig for MIME types * removing http client 5 * updated for JDK client * create TankConfig once * pull mimeTypes once + update checkContentType --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com> Co-authored-by: Kevin McGoldrick <kevin_mcgoldrick@intuit.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Simplify slow call logging events
Please make sure these check boxes are checked before submitting
mvn clean test -P default** PR review process **