summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Ensure Go 1.18 compatibilityMartin Polden2023-03-304-39/+38
|
* Reapply "Add throttling to vespa feed"Martin Polden2023-03-2911-129/+453
| | | | This reverts commit f9f0cdad3c6721d06a7833be07d6280c68347263.
* Remove CI messageKristian Aune2023-03-291-3/+0
|
* make nicerKristian Aune2023-03-281-1/+1
| | | | - imho this could be removed - I don't think this is a good place to lecture the user - users deploying to prod for the first time using the guide will see this, it should not warn, it is normal to do this
* Add commonly used command as exampleKristian Aune2023-03-271-0/+1
|
* Decouple JSON parsing from Document typeMartin Polden2023-03-235-85/+78
|
* Fix min latencyMartin Polden2023-03-232-1/+35
|
* Dispatch documents with common ID in orderMartin Polden2023-03-234-34/+193
|
* Merge pull request #26559 from vespa-engine/mpolden/feed-client-2Martin Polden2023-03-2310-56/+78
|\ | | | | Always use HTTP/2 transport when using TLS
| * Always use HTTP/2 transport when using TLSMartin Polden2023-03-2310-56/+78
| |
* | Merge pull request #26548 from ↵Arne H Juul2023-03-231-11/+13
|\ \ | |/ |/| | | | | vespa-engine/hmusum/use-tmp-for-persisting-data-with-vespa-deploy-take-2 Create dir to persist vespa-deploy data in temp dir
| * Update client/go/internal/admin/deploy/persist.goHarald Musum2023-03-231-1/+1
| | | | | | Co-authored-by: Arne H Juul <arnej27959@users.noreply.github.com>
| * Create dir to persist vespa-deploy data in temp dirHarald Musum2023-03-231-11/+13
| | | | | | | | | | Create dir in os temp dir, per user and use another name for dir, as this dir is only used by vespa-deploy
* | Fix ID parsing edge caseMartin Polden2023-03-232-15/+31
| |
* | Initial feed frontendMartin Polden2023-03-233-0/+211
| |
* | Make connections per host configurableMartin Polden2023-03-231-5/+8
| |
* | Basic dispatcherMartin Polden2023-03-232-0/+100
| |
* | DocumentId -> IdMartin Polden2023-03-235-118/+119
| |
* | Move URL buildingMartin Polden2023-03-234-151/+153
| |
* | Rename feed -> documentMartin Polden2023-03-235-10/+10
| |
* | Collect statisticsMartin Polden2023-03-233-26/+183
| |
* | Include document ID in resultMartin Polden2023-03-231-3/+3
| |
* | Expose HTTP transportMartin Polden2023-03-236-19/+36
| |
* | Parse document fully as part of decodingMartin Polden2023-03-233-48/+67
| |
* | Model result of a feeding operationMartin Polden2023-03-233-12/+74
| |
* | Initial clientMartin Polden2023-03-232-0/+106
| |
* | Build feed URLMartin Polden2023-03-232-3/+175
| |
* | Report byte offset on parse errorMartin Polden2023-03-232-0/+29
| |
* | Implement document decoderMartin Polden2023-03-232-0/+168
| |
* | Parse document IDMartin Polden2023-03-232-0/+175
| |
* | Move build package up one levelMartin Polden2023-03-2310-9/+9
| |
* | go mod tidyMartin Polden2023-03-231-0/+15
| |
* | Merge pull request #26552 from vespa-engine/arnej/cosmetic-log-messageHarald Musum2023-03-233-3/+10
|\ \ | | | | | | minor (cosmetic) changes to startup log messages
| * | minor (cosmetic) changes to startup log messagesArne Juul2023-03-233-3/+10
| |/
* / Mock auth clients in testsMartin Polden2023-03-2313-99/+133
|/
* typoKristian Aune2023-03-211-1/+1
|
* typoKristian Aune2023-03-211-2/+2
|
* Rename arguments, use secondsKristian Aune2023-03-211-8/+24
|
* slice-id can be 0Kristian Aune2023-03-161-2/+2
|
* to/from-timestamp, better args test, default -1Kristian Aune2023-03-161-11/+14
|
* Check arguments firstKristian Aune2023-03-151-7/+16
|
* Add more document/v1 argumentsKristian Aune2023-03-151-1/+22
|
* Remove telegraf metrics-proxy integrationOla Aunronning2023-03-101-1/+0
|
* Merge pull request #26086 from vespa-engine/arnej/add-visit-in-vespa-cliArne H Juul2023-02-283-0/+495
|\ | | | | Arnej/add visit in vespa cli
| * minor update to help textArne Juul2023-02-201-4/+3
| |
| * move long strings to const sectionArne Juul2023-02-201-16/+32
| |
| * add some unit testingArne Juul2023-02-201-0/+101
| |
| * restructure to allow unit testingArne Juul2023-02-201-62/+72
| | | | | | | | make "json-lines" mode default
| * add "printDebug" alsoArne Juul2023-02-201-0/+4
| |
| * add quotingArne Juul2023-02-172-3/+49
| |