summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26590 from vespa-engine/kkraune/cli-bucketspaceArne H Juul2023-04-212-7/+27
|\
| * visit both "global" and "default" bucket-space as defaultArne Juul2023-03-282-10/+15
| * Support bucketSpace doc/v1 argument in vespa cliKristian Aune2023-03-272-1/+16
* | Merge pull request #26781 from vespa-engine/hmusum/gc-old-env-varHenning Baldersheim2023-04-202-4/+1
|\ \
| * | GC undocumented env var that has been replaced by VESPA_CONFIGSERVER_MULTITEN...Harald Musum2023-04-192-4/+1
* | | Add compressionMartin Polden2023-04-194-10/+116
* | | Extract Queue typeMartin Polden2023-04-193-20/+80
* | | Re-use document group listsMartin Polden2023-04-191-3/+9
* | | SimplifyMartin Polden2023-04-191-36/+21
* | | Add (hidden) profiling flagsMartin Polden2023-04-181-1/+28
* | | Remove unnecessary ID string buildingMartin Polden2023-04-181-18/+4
|/ /
* | Merge pull request #26754 from vespa-engine/bratseth/jdk20Jon Bratseth2023-04-181-0/+6
|\ \
| * | Build with jdk20Jon Bratseth2023-04-171-0/+6
* | | Merge pull request #26751 from vespa-engine/mpolden/feed-client-7Martin Polden2023-04-1823-374/+526
|\ \ \ | |/ / |/| |
| * | Never wait on 4xx for any targetMartin Polden2023-04-177-27/+55
| * | Release lock before retryingMartin Polden2023-04-171-2/+2
| * | Create key onceMartin Polden2023-04-171-2/+3
| * | Always print errorsMartin Polden2023-04-173-37/+56
| * | Support TLS in custom targetMartin Polden2023-04-1719-286/+375
| * | Adjust request timeout like Java clientMartin Polden2023-04-142-3/+7
| * | Wire client optionsMartin Polden2023-04-142-17/+28
| * | Remove unused pointer receiverMartin Polden2023-04-121-2/+2
* | | 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