aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
| * Test no tests foundJon Marius Venstad2021-11-241-0/+7
| |
| * Unit tests for test commandJon Marius Venstad2021-11-2317-4/+631
| |
| * No need for API key if endpoints are overriddenJon Marius Venstad2021-11-231-2/+3
| |
| * Require at least one assertion, and improve failure formattingJon Marius Venstad2021-11-232-16/+29
| |
| * Address reviewJon Marius Venstad2021-11-232-32/+28
| |
| * Use ENV for overrides, allow cluster for cloudTarget service, add test cmdJon Marius Venstad2021-11-2311-82/+373
| |
| * Fix formattingJon Marius Venstad2021-11-232-10/+10
| |
| * Allow overriding creds paths, and add dummy test commandJon Marius Venstad2021-11-232-0/+106
| |
* | Merge pull request #20174 from vespa-engine/bratseth/cd-textMartin Polden2021-11-241-2/+2
|\ \ | | | | | | Tweak CD text
| * | Tweak CD textJon Bratseth2021-11-231-2/+2
| | |
* | | Merge pull request #20159 from vespa-engine/ldalves/vespa-cli-spinnerMartin Polden2021-11-244-35/+52
|\ \ \ | |/ / |/| | Add basic spinner to vespa-cli
| * | Add basic spinner to vespa-cliLeandro Alves2021-11-224-35/+52
| | |
* | | Revert "Make client/go/bin/vespa for vespa-clients RPM"Håkon Hallingstad2021-11-231-7/+0
| |/ |/|
* | Make client/go/bin/vespa for vespa-clients RPMHåkon Hallingstad2021-11-221-0/+7
| |
* | Upgrade gson to 2.8.9Harald Musum2021-11-191-1/+1
|/
* Allow usage of both api-key and access-tokenBjørn Christian Seime2021-11-188-11/+68
| | | | | | Use either api-key or access-token based on previous authentication. Ensure previous users of api-key are not forced to use new authentication mechanism.
* Merge pull request #20095 from vespa-engine/ldalves/device-flow-configLeandro Alves2021-11-184-20/+35
|\ | | | | Use system api to get config
| * Add systemApiUrl in Auth0 structLeandro Alves2021-11-184-8/+10
| |
| * Using /auth0/v1/device-flow-config apiLeandro Alves2021-11-181-16/+29
| |
* | Merge pull request #20087 from ↵Martin Polden2021-11-182-16/+47
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/vespa-cli-build-endpoints-map vespa-cli: Build endpoints map
| * | Remove stray commaHåkon Hallingstad2021-11-181-1/+1
| | |
| * | vespa-cli: Build endpoints mapHåkon Hallingstad2021-11-182-16/+47
| | |
* | | Revert "Add vespa program to vespa-clients RPM, try 2"Tor Egge2021-11-182-6/+0
| | |
* | | Merge pull request #20077 from ↵Håkon Hallingstad2021-11-182-0/+6
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/revert-20076-revert-20069-hakonhall/add-vespa-program-to-vespa-clients-rpm Add vespa program to vespa-clients RPM, try 2
| * | Revert "Revert "Add vespa program to vespa-clients RPM""Håkon Hallingstad2021-11-182-0/+6
| | |
* | | Merge pull request #20084 from vespa-engine/ldalves/vespa-cli-logoutBjørn Christian Seime2021-11-182-0/+75
|\ \ \ | |/ / |/| | Adds logout command in vespa-cli
| * | Adds logout commandLeandro Alves2021-11-182-0/+75
| | |
* | | Revert "Add vespa program to vespa-clients RPM"Arnstein Ressem2021-11-182-6/+0
|/ /
* | Merge pull request #20069 from ↵Arnstein Ressem2021-11-182-0/+6
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/add-vespa-program-to-vespa-clients-rpm Add vespa program to vespa-clients RPM
| * | Add vespa program to vespa-clients RPMHåkon Hallingstad2021-11-172-0/+6
| | |
* | | Rename cli to auth0Leandro Alves2021-11-174-55/+55
| | |
* | | remove unused code and rename vars and methodsLeandro Alves2021-11-177-163/+108
|/ /
* | Auth0 device flow will be handled by 4443 endpointBjørn Christian Seime2021-11-161-10/+3
| |
* | Use a custom property for setting relase version for clients.gjoranv2021-11-151-6/+7
|/ | | | | | | | | - Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.
* Wiring of Auth0 access token to cloud specific HTTP requestsBjørn Christian Seime2021-11-127-162/+188
|
* update WithIssuerLeandro Alves2021-11-081-2/+1
|
* first draft for the device flow supportLeandro Alves2021-11-0610-32/+844
|
* Build Vespa CLI for linux/arm64Martin Polden2021-11-021-1/+4
|
* JDK17: Depend on latest groovy and use latest gmavenplus-plugin.gjoranv2021-10-291-5/+3
|
* Update 2019 Oath copyrights.gjoranv2021-10-2727-27/+27
|
* Merge pull request #19663 from vespa-engine/kkraune/err-msgKristian Aune2021-10-212-1/+8
|\ | | | | Improve error msg for cloned app not found
| * Add missing importMartin Polden2021-10-211-0/+1
| |
| * Use fatalErrHintKristian Aune2021-10-201-1/+1
| |
| * Improve error msg for cloned app not foundKristian Aune2021-10-202-1/+7
| |
* | Merge pull request #19658 from vespa-engine/bratseth/no-field-in-weakandJon Bratseth2021-10-204-15/+19
|\ \ | | | | | | WeakAnd has no field
| * | Remove unnecessary fieldJon Bratseth2021-10-203-9/+11
| | |
| * | WeakAnd has no fieldJon Bratseth2021-10-203-7/+9
| |/
* / Add missiung copyrightsJon Bratseth2021-10-205-2/+7
|/
* Fix dist-homebrew targetMartin Polden2021-10-131-1/+1
|
* Build Vespa CLI for ARM-based macOSMartin Polden2021-10-071-1/+4
|