aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Avoid printing anything about tests when doing submitJon Marius Venstad2021-11-262-13/+14
|
* Verify test count > 0 for submit tooJon Marius Venstad2021-11-262-6/+5
|
* Improve error messagesJon Marius Venstad2021-11-263-11/+16
|
* Verify tests before submittingJon Marius Venstad2021-11-263-33/+66
|
* Let vespa prod package src/main/application and src/test/application and submitJon Marius Venstad2021-11-263-10/+53
|
* Add link to cloud doc for vespa testJon Marius Venstad2021-11-261-4/+3
|
* Merge pull request #20233 from ↵Håkon Hallingstad2021-11-264-20/+24
|\ | | | | | | | | vespa-engine/jonmv/use-basename-as-default-test-name Use test file basename as default name
| * Fix singular/plural testsJon Marius Venstad2021-11-263-3/+7
| |
| * Use test file basename as default nameJon Marius Venstad2021-11-263-18/+18
| |
* | Merge pull request #20219 from vespa-engine/bjorncs/vespa-cliLeandro Alves2021-11-258-25/+78
|\ \ | |/ |/| Bjorncs/vespa cli
| * Rename file 'auth0.json' => 'auth.json'Bjørn Christian Seime2021-11-251-1/+1
| |
| * Add auth top-level commandBjørn Christian Seime2021-11-257-24/+77
| |
* | Add new test fileJon Marius Venstad2021-11-251-0/+9
| |
* | Allow external URIs (with default no auth) in vespa test commandJon Marius Venstad2021-11-256-12/+35
|/
* Revert "Print go version for debugging"Håkon Hallingstad2021-11-241-1/+0
|
* Print go version for debuggingHåkon Hallingstad2021-11-241-0/+1
|
* Fix go formattingHåkon Hallingstad2021-11-241-2/+2
|
* Merge pull request #20190 from vespa-engine/jonmv/reapply-vespa-cli-testJon Marius Venstad2021-11-2413-99/+183
|\ | | | | Format changes, and rename to steps array
| * No empty lines after successesJon Marius Venstad2021-11-242-5/+9
| |
| * Format changes, and rename to steps arrayJon Marius Venstad2021-11-2413-98/+178
| |
* | Remove spinner from deploy commandLeandro Alves2021-11-242-7/+3
|/
* use ioutil.ReadDir, which exists in go 1.15Jon Marius Venstad2021-11-241-1/+1
|
* Revert "Merge pull request #20181 from ↵Jon Marius Venstad2021-11-2427-28/+1069
| | | | | | | vespa-engine/revert-20098-jonmv/vespa-cli-test-runner" This reverts commit bdd3bf47dde7a047f77dc2832ab7c92ba629e54e, reversing changes made to a0e159641f8361ee2fc1b39836b8a8f9364e9e3d.
* Revert "Allow overriding creds paths, and add dummy test command"Jon Marius Venstad2021-11-2427-1069/+28
|
* Merge pull request #20098 from vespa-engine/jonmv/vespa-cli-test-runnerJon Marius Venstad2021-11-2427-28/+1069
|\ | | | | Allow overriding creds paths, and add dummy test command
| * 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
| | |