summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* update linkKristian Aune2023-04-121-9/+5
* Merge pull request #26700 from vespa-engine/mpolden/feed-client-6Martin Polden2023-04-1117-190/+378
|\
| * Support reading documents from stdinMartin Polden2023-04-112-7/+27
| * Queue retriesMartin Polden2023-04-111-51/+55
| * Simplify stats collectingMartin Polden2023-04-113-30/+47
| * Adjust min inflight based on connection countMartin Polden2023-04-114-26/+29
| * Support multiple connectionsMartin Polden2023-04-116-24/+115
| * Use slice of certificates instead of pointerMartin Polden2023-04-116-21/+15
| * Add verbose flagMartin Polden2023-04-116-19/+62
| * Always use HTTP/2 when feedingMartin Polden2023-04-113-30/+46
* | Only print from test if running in verbose modeMartin Polden2023-04-111-1/+1
* | Ensure that explicit flag value is always preferredMartin Polden2023-04-112-5/+6
|/
* Revert "Read local config when in an application package sub-directory"Jon Marius Venstad2023-04-115-79/+29
* Merge pull request #26675 from vespa-engine/mpolden/local-configJon Bratseth2023-04-055-29/+79
|\
| * Read local config when in an application package sub-directoryMartin Polden2023-04-034-23/+72
| * Only print from test if running in verbose modeMartin Polden2023-04-031-1/+1
| * Ensure that explicit flag value is always preferredMartin Polden2023-03-302-5/+6
* | Enable valgrind when VESPA_USE_VALGRIND is set to all.Tor Egge2023-04-034-2/+14
|/
* Ensure Go 1.18 compatibilityMartin Polden2023-03-304-39/+38
* Reapply "Add throttling to vespa feed"Martin Polden2023-03-2911-129/+453
* 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