summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Always link vespa cli staticallyMartin Polden2022-03-251-1/+1
|
* Avoid bash-ism in redirectionMartin Polden2022-03-241-1/+1
|
* Enable releasingMartin Polden2022-03-241-4/+2
|
* Make wildcard expansion work in build envMartin Polden2022-03-241-2/+3
|
* Make build compatible with Go 1.16Martin Polden2022-03-241-0/+1
|
* Implement conditional make wrapperMartin Polden2022-03-232-11/+267
|
* Add link to getting startedMartin Polden2022-03-231-6/+2
|
* Add instance optionMartin Polden2022-03-185-9/+45
|
* Allow custom prefixMartin Polden2022-03-171-2/+3
|
* Revert "Use a single variable for install prefix"Martin Polden2022-03-171-6/+8
| | | | This reverts commit da742fc1e74c0ce8a8724794f42a885bad63f092.
* Stop using deprecated ioutil functionsMartin Polden2022-03-1623-73/+59
|
* Use a single variable for install prefixMartin Polden2022-03-161-8/+6
|
* Only override GOPROXY in CIMartin Polden2022-03-161-12/+9
|
* Revert "Revert "Use entity tag to expire sample apps cache""Martin Polden2022-03-1516-117/+257
|
* Revert "Use entity tag to expire sample apps cache"Harald Musum2022-03-1516-257/+117
|
* Merge pull request #21667 from vespa-engine/mpolden/expire-by-etagEirik Nygaard2022-03-1416-117/+257
|\ | | | | Use entity tag to expire sample apps cache
| * Use entity tag to expire sample apps cacheMartin Polden2022-03-144-77/+210
| |
| * Rename printErrHint -> printErrMartin Polden2022-03-143-8/+8
| |
| * Rename NextResponse -> NextResponseStringMartin Polden2022-03-1410-29/+29
| |
| * SimplifyMartin Polden2022-03-141-29/+36
| |
* | Correct pathKristian Aune2022-03-141-1/+1
|/
* Move Logout functionality to cmd package to match new Login structureEirik Nygaard2022-03-112-20/+11
|
* Move spinner configuration to CLI structEirik Nygaard2022-03-116-106/+87
| | | | | | Do not use spinner if quiet flag is set. Missing access token or changed scopes now require a manual re-authentication. This matches better with failed refresh flow.
* Remove spinner if we are running under screwdriverEirik Nygaard2022-03-111-3/+15
|
* FinalMSG must be set before Stop() callEirik Nygaard2022-03-111-3/+3
|
* Both stderr and stdout must be a tty to qualify as a terminalMartin Polden2022-03-101-1/+1
|
* Do not open browser in dist-homebrew targetMartin Polden2022-03-101-1/+1
|
* Tweak documentation formattingMartin Polden2022-03-102-8/+8
|
* Print warning instead of error on incompatible versionMartin Polden2022-03-102-2/+2
|
* Merge pull request #21551 from vespa-engine/ean/verify-bumped-homebrew-versionMartin Polden2022-03-071-0/+4
|\ | | | | Add note about verifying that the new vespa-cli version works
| * Clarify brew merge requirementsEirik Nygaard2022-03-051-2/+3
| |
| * Add note about verifying that the new vespa-cli version worksEirik Nygaard2022-03-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | We had an instance where the brew bottles from the PR was not uploaded and made available when bumping the version. Their BrewTestBot should merge an approved PR, when it does it will trigger a bottle upload to make the new version available for install. See PRs for details: https://github.com/Homebrew/homebrew-core/pull/96173 https://github.com/Homebrew/homebrew-core/pull/96229
* | Do not require certificate for vespa prod commandsMartin Polden2022-03-078-53/+64
| |
* | Print go environment when running in CIMartin Polden2022-03-071-0/+3
| |
* | Merge pull request #21555 from vespa-engine/mpolden/refactorEirik Nygaard2022-03-0752-2135/+2097
|\ \ | | | | | | Refactor cmd package to eliminate package-level state
| * | Move auth0 and zts to auth packageMartin Polden2022-03-068-6/+6
| | |
| * | Restore custom User-AgentMartin Polden2022-03-061-4/+11
| | |
| * | Refactor cmd package to eliminate package-level stateMartin Polden2022-03-0449-2122/+2080
| | |
| * | Avoid implicit re-authentication as this breaks spinner animationMartin Polden2022-03-041-7/+1
| | |
| * | Set directory localsMartin Polden2022-03-041-0/+3
| |/
* | Add context when failing to sign requestMartin Polden2022-03-061-1/+1
| |
* | Add more context to private key decoding errorsMartin Polden2022-03-061-2/+6
|/
* Merge pull request #21509 from vespa-engine/ean/wrong-args-validationEirik Nygaard2022-03-031-1/+1
|\ | | | | Max 1 argument for add, either app dir og default to .
| * Max 1 argument for add, either app dir og default to .Eirik Nygaard2022-03-031-1/+1
| |
* | Use only one color packageMartin Polden2022-03-0314-90/+99
|/
* Print log lines sent as response to Application Prepare requestEirik Nygaard2022-03-032-33/+70
| | | | This will show required restart, re-feed and re-index action(s) to the caller.
* Merge pull request #21500 from vespa-engine/mpolden/tweak-warningsMartin Polden2022-03-024-8/+30
|\ | | | | Reduce warnings when using Vespa CLI in CI
| * Ignore CI when running testMartin Polden2022-03-021-0/+7
| |
| * Do not check version when running in Vespa CloudMartin Polden2022-03-021-2/+10
| |
| * Do not suggest Auth0 in CI environmentMartin Polden2022-03-023-6/+13
| |