aboutsummaryrefslogtreecommitdiffstats
path: root/client/go
Commit message (Collapse)AuthorAgeFilesLines
* 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 #26751 from vespa-engine/mpolden/feed-client-7Martin Polden2023-04-1823-374/+526
|\ | | | | Support TLS in custom target
| * 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
|/ | | - and less lecturing of users
* Merge pull request #26700 from vespa-engine/mpolden/feed-client-6Martin Polden2023-04-1117-190/+378
|\ | | | | Support feeding with multiple connections/clients
| * 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-directory
| * 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
| | | | 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
| |