summaryrefslogtreecommitdiffstats
path: root/client/go
Commit message (Collapse)AuthorAgeFilesLines
...
* reimplementation of start-cbinaries.shArne Juul2022-09-2817-0/+737
|
* Merge pull request #24214 from vespa-engine/toregge/adjust-go-buildTor Egge2022-09-261-1/+1
|\ | | | | Use real outputs for custom command that builds go binaries.
| * Use real outputs for custom command that builds go binaries.Tor Egge2022-09-261-1/+1
| |
* | Merge pull request #24216 from vespa-engine/mpolden/bump-go-versionMartin Polden2022-09-261-6/+15
|\ \ | | | | | | Bump minimum required Go version
| * | Bump minimum required Go versionMartin Polden2022-09-261-6/+15
| | |
* | | rename GetOutputFromProgram -> BackTicksArne Juul2022-09-263-7/+25
| | |
* | | use common GetOutputFromProgram()Arne Juul2022-09-264-16/+9
| |/ |/|
* | common tracingArne Juul2022-09-226-65/+21
| |
* | use common curl utilityArne Juul2022-09-2210-62/+172
|/
* Merge pull request #24164 from vespa-engine/arnej/handle-simple-panicMartin Polden2022-09-221-0/+12
|\ | | | | on panic(err), just print the message and exit
| * on panic(err), just print the message and exitArne Juul2022-09-211-0/+12
| |
* | move tracing to its own packageArne Juul2022-09-2110-27/+42
|/
* Validate zip entry path when unpackingMartin Polden2022-09-204-2/+42
|
* Merge pull request #24104 from vespa-engine/bratseth/say-what-to-doMartin Polden2022-09-171-1/+1
|\ | | | | Say what to do
| * Say what to doJon Bratseth2022-09-161-1/+1
| |
* | Specify this is the CLI, not Vespa versionJon Bratseth2022-09-162-3/+3
|/
* minor tweaksArne Juul2022-09-121-1/+5
| | | | | * add missing --force option * ensure output includes "OK" as before on success
* add CLI for get-cluster-state and friendsArne Juul2022-09-1217-17/+1051
|
* dive deeper, fix mixed mode logicArne Juul2022-09-091-1/+1
|
* add security-env optionArne Juul2022-09-091-1/+4
|
* if upload fails, just return the errorArne Juul2022-09-081-1/+4
|
* Revert "switch to script-utils for security-env"Henning Baldersheim2022-09-071-4/+1
|
* switch to script-utils for security-envArne Juul2022-09-071-1/+4
|
* Merge pull request #23929 from vespa-engine/arnej/json-tls-config-for-goArne H Juul2022-09-071-0/+64
|\ | | | | add parsing of tls config
| * drop currently-unused fieldsArne Juul2022-09-061-8/+0
| |
| * add parsing of tls configArne Juul2022-09-051-0/+72
| |
* | allow indirection via script-utilsArne Juul2022-09-055-43/+40
|/
* Print hints if service discovery failsMartin Polden2022-08-307-21/+29
|
* Include deployment in endpoint discovery errorMartin Polden2022-08-301-1/+1
|
* Avoid doing real DNS lookups in unit testMartin Polden2022-08-302-16/+27
|
* Merge pull request #23831 from vespa-engine/mpolden/athenz-cert-from-envJon Marius Venstad2022-08-294-60/+65
|\ | | | | Support specifying Athenz key pair through environment
| * Support specifying Athenz key pair through environmentMartin Polden2022-08-294-60/+65
| |
* | add binary replacing some perl snippetsArne Juul2022-08-291-0/+30
| |
* | stricter validationArne Juul2022-08-291-31/+48
| |
* | use t.Setenv() in testsArne Juul2022-08-292-9/+9
| |
* | add ExportDefaultEnvToSh()Arne Juul2022-08-262-36/+198
| |
* | slight improvements for FindOurHostnameArne Juul2022-08-262-16/+29
| |
* | add FindOurHostname()Arne Juul2022-08-262-0/+135
| |
* | add FindVespaUserArne Juul2022-08-262-0/+49
|/
* update after review feedbackArne Juul2022-08-252-19/+64
| | | | | | | * return scanner error also * use testing TempDir * split test method * test various error returns also
* go function loading default-env.txtArne Juul2022-08-252-0/+164
|
* remove some unused codeArne Juul2022-08-251-22/+0
|
* use Split for go 1.17Arne Juul2022-08-251-2/+2
|
* Reapply "add go code for vespa-deploy"Arne Juul2022-08-2513-9/+973
| | | | This reverts commit c8ee76ed23e255fa749d68c48162b60702beb10a.
* Revert "add go code for vespa-deploy"Harald Musum2022-08-2513-973/+9
|
* Merge pull request #23773 from vespa-engine/arnej/add-deploy-go-1Arne H Juul2022-08-2513-9/+973
|\ | | | | add go code for vespa-deploy
| * add go code for vespa-deployArne Juul2022-08-2413-9/+973
| | | | | | | | | | * using same logic as perl script as far as possible * uses vespa-curl-wrapper for HTTP with TLS
* | fix copy-paste bugArne Juul2022-08-241-1/+0
|/
* Merge pull request #23714 from vespa-engine/hmusum/fix-go-client-prepareEirik Nygaard2022-08-233-1/+19
|\ | | | | Handle response from prepare properly
| * Only return session-id from upload, then full prepared output after prepareEirik Nygaard2022-08-231-0/+1
| |