This repository was archived by the owner on Oct 30, 2023. It is now read-only.
forked from adamfisk/LittleProxy
-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
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
* Adds custom message when there is a problem with upstream server certificate * Makes the implementation generic. * Renamed interface * Removes unnecesssary if statement * Adds tests * Addresses code review comments * trigger build * trigger build 2 * Adds clear content on head request test * Added minor version
* Introduces mitm manager factory which can create a defferent mitm manager based on attributes from channel * Extracted self figned mitm manager factory * Import cleanup * Refactors (rename) mitmManager
* Implements custom proxy to server error handler * Adds unit test * Adds client to proxy exception handler * Fixes java docs * Fixes after code review
* Adds remote address to client to proxy channel on proxy to server connection * Bumps up version * Renames remoteAddressAttrKey * Camel case remote address att key vaule
* Adds custom status to bad request response composer * bumps up version * Renames BadGatewayFailureHttpResponseComposer * Removes unused import
* Adds global state customizer * Clear global state * Use spans instead of MDC values * Fixes the code so logging context test passes * javadoc update * build fix * Clear global context in finally bloack
* Bump guava to version 23 * adamfisk#337 - SNI headers not being sent for outbound proxies. * Adds NULL check * Fixes repo
* Separate global state handler from request tracing * Wraps channel read into finally section * Formatting * Adds catch block to request tracer * Adds try catch to trace finish method
* Versioning test jgitflow (#27) * Added jgitflow plugin * Added release section * Versioning test jgitflow (#28) * Added jgitflow plugin * Added custom version and remove ssh agent * Added maven plugin and circle code that make release (#29) * Fix gitflow plugin dependency (#30) * test code * test code * test code * deploy any branch * Added plugin to dependency management * comment code * trigger build * skip tests * skip tests * try to fix dependencies * full name of plugin * remove gitflow from report section * removed gitfloe from dependency management * added gitflow from dependency management * added gitflow to release * added gitflow configs to command * remove dependency * remove no needed commands * possible fix * fix gitflow release (#31) * test code * test code * test code * deploy any branch * comment code * trigger build * skip tests * skip tests * try to fix dependencies * full name of plugin * remove gitflow from report section * removed gitfloe from dependency management * added gitflow from dependency management * added gitflow to release * added gitflow configs to command * remove dependency * remove no needed commands * possible fix * Ignore some commands. Added configs in all gitflow declaration * release any branch * Test no needed configs * Test no needed configs * Test no needed configs * revert changes for test * Fix gitflow release (#32) * test code * test code * test code * deploy any branch * comment code * trigger build * skip tests * skip tests * try to fix dependencies * full name of plugin * remove gitflow from report section * removed gitfloe from dependency management * added gitflow from dependency management * added gitflow to release * added gitflow configs to command * remove dependency * remove no needed commands * possible fix * Ignore some commands. Added configs in all gitflow declaration * release any branch * Test no needed configs * Test no needed configs * Test no needed configs * revert changes for test * Another try to release * pull branch * revert formatting * update versions for 1.1.5.0-vgs-test release * Fix gitflow release (#33) * test code * test code * test code * deploy any branch * comment code * trigger build * skip tests * skip tests * try to fix dependencies * full name of plugin * remove gitflow from report section * removed gitfloe from dependency management * added gitflow from dependency management * added gitflow configs to command * remove dependency * remove no needed commands * possible fix * Ignore some commands. Added configs in all gitflow declaration * release any branch * Test no needed configs * Test no needed configs * Test no needed configs * revert changes for test * Another try to release * pull branch * revert formatting * change version. skip tests * Fix gitflow release (#34) * test code * test code * test code * deploy any branch * comment code * trigger build * skip tests * skip tests * try to fix dependencies * full name of plugin * remove gitflow from report section * removed gitfloe from dependency management * added gitflow from dependency management * added gitflow configs to command * remove dependency * remove no needed commands * possible fix * Ignore some commands. Added configs in all gitflow declaration * release any branch * Test no needed configs * Test no needed configs * Test no needed configs * revert changes for test * Another try to release * pull branch * revert formatting * change version. skip tests * reset uncommited * fiz * update versions for 1.1.5.0-vgs-test release * update for next development version 1.1.6.0-vgs-test-SNAPSHOT * test code * test code * test code * deploy any branch * comment code * trigger build * skip tests * skip tests * try to fix dependencies * remove gitflow from report section * removed gitfloe from dependency management * added gitflow from dependency management * added gitflow configs to command * remove dependency * remove no needed commands * possible fix * Ignore some commands. Added configs in all gitflow declaration * release any branch * Test no needed configs * Test no needed configs * Test no needed configs * revert changes for test * Another try to release * pull branch * revert formatting * change version. skip tests * fiz * revert version * change release branch * change branch name
* change to next snapshot version * split release goals * skip tests when tag set * change permission * add user email * revert version
* Added build number plugin * Move plugin configs from plugin management
This was referenced Oct 2, 2019
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
VGS Specific Config
DO NOT MERGE