aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal
Commit message (Collapse)AuthorAgeFilesLines
* file has movedKristian Aune2023-10-031-1/+1
|
* extend unit test for ParseJvmMemorySpec; handle colonArne Juul2023-10-014-6/+18
|
* Allow upper case unit for jvm heap optionsHarald Musum2023-09-291-3/+3
|
* Always print error for failing operation which cannot be retriedMartin Polden2023-09-182-6/+15
|
* Semicolon not required in YQL anymoreKristian Aune2023-09-143-4/+4
|
* Remove default waitMartin Polden2023-09-142-3/+3
|
* Skip any .DS_Store directories when ziping application packageEirik Nygaard2023-09-121-0/+14
|
* Always validate zipped package for bogus namesMartin Polden2023-09-086-73/+72
|
* Ensure that application-test is included when it existsMartin Polden2023-09-082-28/+26
|
* Verify that commands support given targetMartin Polden2023-09-0412-29/+33
|
* Merge pull request #28345 from vespa-engine/mpolden/fix-submit-urlMartin Polden2023-09-012-1/+2
|\ | | | | Fix submit URL
| * Fix submit URLMartin Polden2023-09-012-1/+2
| |
* | Merge pull request #28313 from ↵Martin Polden2023-08-311-2/+2
|\ \ | |/ |/| | | | | vespa-engine/ean/write-zone-if-endpoint-lookup-failed When no endpoints are found, output the zone they were looked for in
| * When no endpoints are found, output the zone they were looked for inEirik Nygaard2023-08-311-2/+2
| |
* | destroy is only allowed for Vespa CloudHarald Musum2023-08-312-14/+29
| |
* | Add app name and zone to messagesHarald Musum2023-08-302-6/+5
|/
* SimplifyMartin Polden2023-08-231-7/+2
|
* Only wait for requested service if there are multipleMartin Polden2023-08-232-19/+36
|
* Include whether wait was aborted in errorMartin Polden2023-08-234-17/+20
|
* Merge pull request #28120 from vespa-engine/mpolden/clone-to-cwdMartin Polden2023-08-232-14/+54
|\ | | | | Support cloning into existing and empty directory
| * Support cloning into existing and empty directoryMartin Polden2023-08-232-14/+54
| |
* | Merge pull request #28118 from ↵Bjørn Christian Seime2023-08-231-2/+2
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/feed-503-is-not-just-backpressure 503 from /doc/v1 is not backpressure, but hopefully transient
| * | 503 from /doc/v1 is not backpressure, but hopefully transientjonmv2023-08-231-2/+2
| |/
* / Build URLs in one placeMartin Polden2023-08-236-50/+94
|/
* Merge pull request #28093 from vespa-engine/mpolden/cluster-discovery-and-waitJon Bratseth2023-08-2128-575/+1109
|\ | | | | Improved cluster discovery and waiting
| * Extract WaiterMartin Polden2023-08-2115-120/+156
| |
| * Improve wait docMartin Polden2023-08-212-9/+2
| |
| * Wait for deploy serviceMartin Polden2023-08-219-46/+86
| |
| * Add deployment status commandMartin Polden2023-08-213-1/+118
| |
| * Support cluster discovery for all target typesMartin Polden2023-08-2126-533/+881
| |
* | link to vespa feed from CLI insteadKristian Aune2023-08-161-1/+1
|/
* Never attempt to add certificate to compressed packageMartin Polden2023-08-141-3/+10
|
* Look harder for application packageMartin Polden2023-08-142-10/+32
|
* check files from PRELOAD variableArne Juul2023-08-071-2/+15
|
* Require certificate files specified in environmentMartin Polden2023-07-173-34/+58
|
* Include response body in errorMartin Polden2023-07-142-6/+17
|
* Add submission options to prod deployMartin Polden2023-07-133-9/+79
|
* Capitalize help textMartin Polden2023-07-121-7/+7
|
* Wait by default in deploy commandsMartin Polden2023-07-1214-142/+132
|
* vespa destroyMartin Polden2023-07-128-19/+191
|
* Less test noiseMartin Polden2023-07-125-19/+23
|
* Do not count zero response code for transport errorsMartin Polden2023-07-103-22/+34
|
* Do not log retries in non-verbose modeMartin Polden2023-07-103-12/+16
|
* Let decoding and en-queuing errors bubble upMartin Polden2023-06-292-26/+79
|
* allow "vespa-logfmt" to work without full vespa installArne Juul2023-06-292-4/+18
|
* Implement command to generate markdown files from --help pagesTorstein Egge2023-06-262-0/+30
|
* Merge pull request #27480 from vespa-engine/mpolden/deploy-certMartin Polden2023-06-1913-165/+201
|\ | | | | Add certificate via vespa deploy
| * Tweak description moreMartin Polden2023-06-191-2/+2
| | | | | | Co-authored-by: Jon Bratseth <bratseth@gmail.com>
| * Tweak descriptionsMartin Polden2023-06-194-9/+8
| |
| * Add certificate via vespa deployMartin Polden2023-06-1910-156/+193
| |