summaryrefslogtreecommitdiffstats
path: root/client/go
Commit message (Collapse)AuthorAgeFilesLines
...
| * use MatchesListEnv to simplifyArne Juul2023-04-231-17/+10
| |
| * refactorArne Juul2023-04-2315-685/+56
| |
* | Support feeding multiple filesMartin Polden2023-04-242-43/+47
| |
* | Merge pull request #26827 from vespa-engine/mpolden/feed-client-9Martin Polden2023-04-247-28/+39
|\ \ | |/ |/| Less locking
| * Fix unstable testMartin Polden2023-04-243-6/+12
| |
| * Reduce lock contentionMartin Polden2023-04-191-13/+3
| |
| * Add dispatch benchmarkMartin Polden2023-04-191-0/+15
| |
| * Bump net moduleMartin Polden2023-04-192-9/+9
| |
* | Merge pull request #26590 from vespa-engine/kkraune/cli-bucketspaceArne H Juul2023-04-212-7/+27
|\ \ | | | | | | Support bucketSpace doc/v1 argument in vespa cli
| * | 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
| * | GC undocumented env var that has been replaced by ↵Harald Musum2023-04-192-4/+1
| | | | | | | | | | | | VESPA_CONFIGSERVER_MULTITENANT a long time ago
* | | 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