aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal
Commit message (Expand)AuthorAgeFilesLines
* go fmtjonmv2023-11-071-1/+1
* Filter out token endpoints in Vespa CLIjonmv2023-11-071-3/+7
* Merge pull request #29123 from vespa-engine/hakonhall/enumerate-all-prod-regionsHåkon Hallingstad2023-10-271-9/+34
|\
| * Enumerate all prod regionsHåkon Hallingstad2023-10-261-9/+34
* | Always configure TLSbjormel2023-10-261-3/+1
|/
* Print all endpoints independent of readinessMartin Polden2023-10-2310-33/+69
* Use unauthenticated path for CLI health checkMartin Polden2023-10-233-16/+12
* Fix wrappingMartin Polden2023-10-201-2/+4
* Abort waiting on authentication failureMartin Polden2023-10-182-2/+7
* Minor improvements to wording and consistencyMartin Polden2023-10-127-11/+12
* Improve vespa status documentationMartin Polden2023-10-121-4/+16
* Improve vespa auth documentationMartin Polden2023-10-124-17/+31
* Specify which options are cloud-onlyMartin Polden2023-10-121-3/+3
* Improve vespa config documentationMartin Polden2023-10-121-15/+28
* Correct copyright headersJon Bratseth2023-10-091-1/+1
* Update copyrightJon Bratseth2023-10-09221-184/+221
* 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 URLMartin Polden2023-09-012-1/+2
* | Merge pull request #28313 from vespa-engine/ean/write-zone-if-endpoint-lookup...Martin Polden2023-08-311-2/+2
|\ \ | |/ |/|
| * 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 directoryMartin Polden2023-08-232-14/+54
* | Merge pull request #28118 from vespa-engine/jonmv/feed-503-is-not-just-backpr...Bjørn Christian Seime2023-08-231-2/+2
|\ \
| * | 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
|\
| * 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