-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring HTTP client for better consistency and maintainability (#401
) * Refactor http client * Sets rivet client * Alway specify client timeout * Remove client timeout * Use proxy instead * Use proxy address from configuration * Do not change default client * Fix linter * Remove rivet client * Move client to ingress module * Correct package name * Allows to access proxy.Dialer * Return when NewUTLSRoundTripper got error * Support for more socks specification scheme * Timeout for defaut client * Format error * Minor fix * Bump depencency * Upgrade dependencies * Run tests on Go 1.21 and 1.22 * Fix data race * Assign http transport * testing: do not check context * ci: allow packages read and statuses write permission for linter workflow * Perform integration testing with parallel=1 * update permission for linter workflow * Perform testing with `CHROMEDP_NO_SANDBOX` environment * update permission for linter workflow * Specify the waiting time for reading the WebSocket URL * ci: ignore install.sh for super linter workflow * Place proxy for `wabarc/screenshot`
- Loading branch information
1 parent
da77ae3
commit ceafbdf
Showing
21 changed files
with
390 additions
and
555 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
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.