-
Notifications
You must be signed in to change notification settings - Fork 16
Refactor CLI manager to support multiple deployments #213
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 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
559cd35
Remove unused wizard variable
code-asher 9200186
Add more logs around authenticating
code-asher 2c26120
Test on macOS and Windows
code-asher 4da78f0
Refactor CLI manager to support multiple deployments
code-asher 848b1d0
Encapsulate process execution in CLI manager
code-asher e065929
Move CLI config read into CLI manager
code-asher cda750e
Add tests for config dir
code-asher 125b1f2
Redact token from logger output
code-asher ae7b8df
Use ETag for downloading binary
code-asher 1ac681c
Accept gzip when downloading binary
code-asher 6636f31
Store binary in data directory
code-asher 5bb8182
Include port in sub-directory if it is set
code-asher be064e6
Test against a mocked server
code-asher 9b0d21e
Split out version check for testing
code-asher 8aa1124
Use try/finally to close conn
code-asher ab202ca
Handle IDN
code-asher 4fd7482
Lift return out of try
code-asher 0c47258
Suppress empty body control flow warning
code-asher 7f654e4
Test download failure
code-asher 9f2d499
Use real deployment for just one test
code-asher 1e87ae3
Mention tests in the readme
code-asher 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
Store binary in data directory
The @jvmoverloads annotations make Kotlin generate overloads otherwise the test code thinks the optional arguments are not optional.
- Loading branch information
commit 6636f31cfb0a0d853548f63f73f338d288bd0ef7
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
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.