aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #20380 from vespa-engine/jonmv/colorise-vespa-test-outputHåkon Hallingstad2021-12-061-1/+1
|\ | | | | Always show step number
| * Always show step numberJon Marius Venstad2021-12-061-1/+1
| |
* | Fix URL and improve message on missing suiteHåkon Hallingstad2021-12-061-8/+23
|/
* Validate file referencesJon Marius Venstad2021-12-064-6/+47
|
* Improve test outputJon Marius Venstad2021-12-066-71/+157
|
* Require test or directory argumentJon Marius Venstad2021-12-061-8/+5
|
* Colorise vespa-cli test outputJon Marius Venstad2021-12-034-15/+29
|
* Merge pull request #20270 from vespa-engine/bjorncs/aliasBjørn Christian Seime2021-12-023-102/+129
|\ | | | | Add deprecated and hidden 'api-key'/'cert' commands
| * SimplifyBjørn Christian Seime2021-12-022-14/+6
| |
| * Add deprecated and hidden 'api-key'/'cert' commandsBjørn Christian Seime2021-11-293-100/+135
| |
* | make installKristian Aune2021-12-021-2/+1
| |
* | Merge pull request #20314 from ↵Håkon Hallingstad2021-12-011-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/install-manual-pages-in-vespa-clients-rpm Install manual pages in vespa-clients RPM
| * | Also install manpagesHåkon Hallingstad2021-12-011-0/+2
| | |
* | | Clarify Execute() returns errorHåkon Hallingstad2021-12-011-1/+1
| | |
* | | Exit vespa cli with non-zero exit code on errorHåkon Hallingstad2021-12-011-1/+4
| | |
* | | Add zone flag to test scommandJon Marius Venstad2021-12-011-0/+1
| | |
* | | Merge pull request #20295 from ↵Martin Polden2021-11-301-1/+4
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hakonhall/avoid-cleaning-foreign-files Avoid cleaning foreign files
| * | Avoid cleaning foreign filesHåkon Hallingstad2021-11-301-1/+4
| | |
* | | Override GOPROXY if using default direct proxyHåkon Hallingstad2021-11-301-3/+10
| | |
* | | print verification urlLeandro Alves2021-11-291-0/+4
| |/ |/|
* | Pass 'System' by referenceBjørn Christian Seime2021-11-291-24/+23
| |
* | Merge pull request #20200 from vespa-engine/ldalves/spinnerLeandro Alves2021-11-295-17/+18
|\ \ | | | | | | Fix spinner for the 'deploy' command
| * | Change Spinner to return errorLeandro Alves2021-11-254-14/+11
| | |
| * | Fix spinner for the 'deploy' commandLeandro Alves2021-11-243-4/+8
| | |
* | | Merge pull request #20239 from vespa-engine/jonmv/vespa-cli-submit-non-javaJon Marius Venstad2021-11-265-65/+153
|\ \ \ | | | | | | | | Jonmv/vespa cli submit non java
| * | | Fix newlinesJon Marius Venstad2021-11-262-4/+7
| | | |
| * | | Add some missing contextJon Marius Venstad2021-11-261-2/+2
| | | |
| * | | Use right file, and right path trimmingJon Marius Venstad2021-11-262-3/+8
| | | |
| * | | 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 #20240 from vespa-engine/bjorncs/remove-groovyHenning Baldersheim2021-11-263-699/+729
|\ \ \ | | | | | | | | Remove dependency on Groovy
| * | | Remove dependency on GroovyBjørn Christian Seime2021-11-263-699/+729
| |/ /
* / / Add providers as top-level construct in auth.jsonBjørn Christian Seime2021-11-261-4/+41
|/ /
* | 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
| |