summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Make Auth0 device flow Default authentication for deploy serviceEirik Nygaard2022-02-2419-152/+234
| | | | | | | | Fall back to using tenant api keys if no auth0 system is configured This is to maintain backwards compatibility while users migrate over to Auth0 device flow. Falling back to tenant api keys issue a deprecation warning asking the user to setup the Auth0 device flow, and will be removed at a later time.
* Which issuer is used depends on the system you talk toEirik Nygaard2022-02-241-0/+1
| | | | IsLoggedIn must map the current system to the issuer that system accept
* Avoid leaking config settings from config_test/TestConfig to other testsEirik Nygaard2022-02-242-3/+7
|
* Merge pull request #21362 from vespa-engine/mpolden/cli-compatJon Bratseth2022-02-2410-15/+127
|\ | | | | Warn on API incompatibility in Vespa CLI
| * Reset logCmd between testsMartin Polden2022-02-241-0/+1
| |
| * Print error if CLI version is incompatibleMartin Polden2022-02-244-0/+95
| |
| * SimplifyMartin Polden2022-02-243-7/+3
| |
| * Implement IsZeroMartin Polden2022-02-242-0/+19
| |
| * Rename PrepareApiRequest -> SignRequestMartin Polden2022-02-242-8/+9
| |
* | Improve error handling of unavailable serviceMartin Polden2022-02-232-7/+6
|/
* Merge pull request #21309 from vespa-engine/ean/stricter-nodes-count-validationMartin Polden2022-02-222-7/+17
|\ | | | | Add more strict validation for node counts
| * Add more strict validation for node countsEirik Nygaard2022-02-222-7/+17
| | | | | | | | | | Disallow count values that are zero, negative and ranges where max is less than min.
* | Merge pull request #21306 from vespa-engine/mpolden/query-verboseMartin Polden2022-02-224-11/+44
|\ \ | | | | | | Add verbose flag to vespa query
| * | Add verbose flag to vespa queryMartin Polden2022-02-224-11/+44
| |/ | | | | | | Fixes #20787
* | Make sample-apps downloading atomicEirik Nygaard2022-02-223-46/+76
| | | | | | | | This ensures that no partially downloaded sample-apps file is cached.
* | Add option to make execute fail if executions returns an errorEirik Nygaard2022-02-211-6/+11
|/
* Fixes based on review feedbackEirik Nygaard2022-02-162-7/+9
|
* Support all services types in the curl subcommandEirik Nygaard2022-02-161-11/+50
| | | | Control plane access depends on enabling Auth0 Device Flow.
* Remove unused dependencyMartin Polden2022-02-152-3/+0
|
* Refactor error handlingMartin Polden2022-02-1532-448/+568
|
* Update config get usageMartin Polden2022-02-151-3/+4
|
* Print help if invalid command is givenMartin Polden2022-02-151-1/+3
|
* go fmtJon Marius Venstad2022-02-151-1/+1
|
* Don't verify zipped tests for nowJon Marius Venstad2022-02-151-1/+4
|
* Handle node resource rangesMartin Polden2022-02-032-1/+21
|
* Merge pull request #21048 from vespa-engine/mpolden/keys-in-envHåkon Hallingstad2022-02-034-21/+97
|\ | | | | Support passing keys through environment
| * Support passing API key as environment variableMartin Polden2022-02-032-2/+28
| |
| * Support passing data plane certificate as environment variableMartin Polden2022-02-033-19/+69
| |
* | Merge pull request #21035 from vespa-engine/mpolden/improve-docMartin Polden2022-02-022-7/+9
|\ \ | | | | | | Improve vespa curl documentation
| * | Improve vespa curl documentationMartin Polden2022-02-022-7/+9
| |/
* | Merge pull request #21030 from vespa-engine/jonmv/deployment-log-improvementsJon Marius Venstad2022-02-021-1/+1
|\ \ | | | | | | Suppress host status in deploy CLIs, using debug level, and add summa…
| * | Suppress host status in deploy CLIs, using debug level, and add summary at ↵Jon Marius Venstad2022-02-021-1/+1
| | | | | | | | | | | | info instead
* | | Link to sizing guideMartin Polden2022-02-021-0/+1
| | |
* | | Improve loggingMartin Polden2022-02-022-5/+5
| |/ |/|
* | Merge pull request #21022 from vespa-engine/mpolden/require-argMartin Polden2022-02-021-0/+4
|\ \ | | | | | | Exit with non-zero if no arguments are given
| * | Fail if invalid command is passedMartin Polden2022-02-021-1/+1
| | |
| * | Exit with non-zero if no arguments are givenMartin Polden2022-02-021-0/+4
| | |
* | | Merge pull request #21020 from vespa-engine/mpolden/preserve-permissionsJon Bratseth2022-02-023-32/+37
|\ \ \ | |_|/ |/| | Preserve permissions of extracted files
| * | Make it build with older Go versionMartin Polden2022-02-021-2/+1
| | |
| * | Preserve permissions of extracted filesMartin Polden2022-02-023-32/+34
| | |
| * | Always truncate dst fileMartin Polden2022-02-021-0/+4
| |/
* / Do not generate deprecated attributeMartin Polden2022-02-023-21/+20
|/
* Strip spaces from resources specMartin Polden2022-02-022-2/+3
|
* Strip spaces from node count rangeMartin Polden2022-02-022-2/+3
|
* Write temporary file to same directory as final fileMartin Polden2022-02-011-1/+3
| | | | | Avoids issues where the default temporary directory is on a different filesystem.
* Silence testMartin Polden2022-02-011-4/+3
|
* Set a default query timeoutMartin Polden2022-01-252-8/+19
|
* Use a default period in vespa log if no arguments are givenMartin Polden2022-01-131-4/+10
|
* Lazy target lookup in vespa testJon Marius Venstad2021-12-102-31/+35
|
* Remove debug printingJon Marius Venstad2021-12-091-1/+0
|