aboutsummaryrefslogtreecommitdiffstats
path: root/client/go
Commit message (Collapse)AuthorAgeFilesLines
* Correct copyright headersJon Bratseth2023-10-091-1/+1
|
* Update copyrightJon Bratseth2023-10-09225-186/+225
|
* Update module golang.org/x/net to v0.16.0renovate[bot]2023-10-062-2/+6
|
* Update module golang.org/x/sys to v0.13.0renovate[bot]2023-10-052-1/+3
|
* file has movedKristian Aune2023-10-031-1/+1
|
* Merge pull request #28730 from vespa-engine/mpolden/controller-readmeGjøran Voldengen2023-10-021-0/+1
|\ | | | | Add controller READMEs
| * Add go/OWNERSMartin Polden2023-09-291-0/+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
|/
* Update module github.com/klauspost/compress to v1.17.0renovate[bot]2023-09-202-1/+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
|
* Update module golang.org/x/net to v0.15.0renovate[bot]2023-09-052-3/+9
|
* Verify that commands support given targetMartin Polden2023-09-0412-29/+33
|
* Update module golang.org/x/sys to v0.12.0renovate[bot]2023-09-022-1/+3
|
* 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
| |
* | Run brew update before bumping CLI formulaMartin Polden2023-08-301-0/+1
|/ | | | Fixes #28255
* Update module github.com/zalando/go-keyring to v0.2.3renovate[bot]2023-08-282-2/+6
|
* Update module golang.org/x/net to v0.14.0renovate[bot]2023-08-282-3/+9
|
* Merge pull request #28230 from vespa-engine/renovate/golang.org-x-sys-0.xHenning Baldersheim2023-08-292-1/+3
|\ | | | | Update module golang.org/x/sys to v0.11.0
| * Update module golang.org/x/sys to v0.11.0renovate[bot]2023-08-282-1/+3
| |
* | Merge pull request #28226 from ↵Henning Baldersheim2023-08-292-1/+3
|\ \ | | | | | | | | | | | | vespa-engine/renovate/github.com-mattn-go-isatty-0.x Update module github.com/mattn/go-isatty to v0.0.19
| * | Update module github.com/mattn/go-isatty to v0.0.19renovate[bot]2023-08-282-1/+3
| |/
* | Merge pull request #28225 from ↵Henning Baldersheim2023-08-292-1/+3
|\ \ | | | | | | | | | | | | vespa-engine/renovate/github.com-klauspost-compress-1.x Update module github.com/klauspost/compress to v1.16.7
| * | Update module github.com/klauspost/compress to v1.16.7renovate[bot]2023-08-282-1/+3
| |/
* | Merge pull request #28224 from ↵Henning Baldersheim2023-08-292-1/+3
|\ \ | | | | | | | | | | | | vespa-engine/renovate/github.com-alessio-shellescape-1.x Update module github.com/alessio/shellescape to v1.4.2
| * | Update module github.com/alessio/shellescape to v1.4.2renovate[bot]2023-08-282-1/+3
| |/
* / Update module github.com/stretchr/testify to v1.8.4renovate[bot]2023-08-282-1/+3
|/
* 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
| |