aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Remove CI messageKristian Aune2023-03-291-3/+0
* make nicerKristian Aune2023-03-281-1/+1
* 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 TLSMartin Polden2023-03-2310-56/+78
* | Merge pull request #26548 from vespa-engine/hmusum/use-tmp-for-persisting-dat...Arne H Juul2023-03-231-11/+13
|\ \ | |/ |/|
| * Update client/go/internal/admin/deploy/persist.goHarald Musum2023-03-231-1/+1
| * Create dir to persist vespa-deploy data in temp dirHarald Musum2023-03-231-11/+13
* | 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 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
|\
| * 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
| * add "printDebug" alsoArne Juul2023-02-201-0/+4
| * add quotingArne Juul2023-02-172-3/+49
| * remove experimental options for nowArne Juul2023-02-171-18/+5
| * add "visit" as vespa cli commandArne Juul2023-02-172-0/+332