summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-1717-102/+106
|
* Package Apache http client libraries as a single osgi bundleBjørn Christian Seime2021-06-1762-0/+536
|
* Merge pull request #18292 from vespa-engine/arnej/slightly-stricter-limitsArne H Juul2021-06-161-2/+2
|\ | | | | tighten limits slightly when feature flag is on
| * tighten limits slightly when feature flag is onArne Juul2021-06-161-2/+2
| |
* | Merge pull request #18293 from vespa-engine/balder/misc-cleanupBjørn Christian Seime2021-06-163-22/+27
|\ \ | | | | | | Various cleanup when reading grouping code.
| * | Various cleanup when reading grouping code.Henning Baldersheim2021-06-163-22/+27
|/ /
* | Merge pull request #18281 from vespa-engine/bratseth/replacement-termsJon Bratseth2021-06-165-40/+24
|\ \ | |/ |/| Require replacements to be applied during tokenization
| * Require replacements to be applied during tokenizationJon Bratseth2021-06-155-40/+24
| |
* | Merge pull request #18290 from vespa-engine/hmusum/cleanup-16Henning Baldersheim2021-06-161-50/+54
|\ \ | | | | | | Cleanup, no functional changes
| * | Cleanup, no functional changesHarald Musum2021-06-161-50/+54
| | |
* | | Merge pull request #18289 from ↵Henning Baldersheim2021-06-161-3/+5
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/havardpe/start-with-zero-size-buffers start with zero size buffers
| * | | start with zero size buffersHåvard Pettersen2021-06-161-3/+5
| | | |
* | | | Merge pull request #18288 from vespa-engine/mpolden/zero-ctl-budgetHåkon Hallingstad2021-06-162-7/+24
|\ \ \ \ | |_|/ / |/| | | Do not spend upgrade budget on controller zone
| * | | Do not spend upgrade budget on controller zoneMartin Polden2021-06-162-7/+24
| | | |
* | | | Merge pull request #18287 from ↵Geir Storli2021-06-163-11/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/fix-stripe-dispatch-of-request-bucket-info-reply Dispatch RequestBucketInfoReply for non-existing buckets to correct d…
| * | | | Dispatch RequestBucketInfoReply for non-existing buckets to correct ↵Geir Storli2021-06-163-11/+13
| | | | | | | | | | | | | | | | | | | | distributor stripe.
* | | | | Merge pull request #18282 from vespa-engine/geirst/rename-distributor-unit-testsGeir Storli2021-06-166-166/+170
|\ \ \ \ \ | | | | | | | | | | | | Rename misc distributor unit tests that is only testing legacy mode
| * | | | | Rename bucket db updater test that is only testing legacy mode.Geir Storli2021-06-164-96/+98
| | | | | |
| * | | | | Rename destributor test that is only testing legacy mode.Geir Storli2021-06-165-70/+72
| |/ / / /
* | | | | Merge pull request #18285 from vespa-engine/freva/log-restartsHarald Musum2021-06-163-12/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | Log restart actions in configserver log
| * | | | Log restart actions in configserver logValerij Fredriksen2021-06-161-0/+2
| | | | |
| * | | | Simplify application log prefix in configserverValerij Fredriksen2021-06-162-12/+4
| | | | |
* | | | | Merge pull request #18275 from vespa-engine/bjorncs/examplesBjørn Christian Seime2021-06-163-0/+240
|\ \ \ \ \ | |_|_|/ / |/| | | | Add 3 examples
| * | | | Simplify JsonStreamFeederExampleBjørn Christian Seime2021-06-151-32/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Use FeedClient.stats() instead of manual book-keeping. Include document id in error messages.
| * | | | Add 3 examplesBjørn Christian Seime2021-06-153-0/+269
| | | | | | | | | | | | | | | | | | | | The two more complex examples are copied from vespa-http-client documentation.
* | | | | Merge pull request #18274 from vespa-engine/havardpe/tweak-buffers-in-fnetHenning Baldersheim2021-06-163-7/+8
|\ \ \ \ \ | | | | | | | | | | | | start with zero-size buffers
| * | | | | start with zero-size buffersHåvard Pettersen2021-06-153-7/+8
| | | | | |
* | | | | | Merge pull request #18283 from vespa-engine/hakonhall/enable-movetodirtyHåkon Hallingstad2021-06-162-1/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Properly apply changes to node reports to a NodeSpec
| * | | | | remove report if null valueHåkon Hallingstad2021-06-161-2/+4
| | | | | |
| * | | | | Properly apply changes to node reports to a NodeSpecHåkon Hallingstad2021-06-162-1/+10
|/ / / / /
* | | | | Merge pull request #18258 from vespa-engine/add_user_infoTorbjørn Smørgrav2021-06-168-12/+58
|\ \ \ \ \ | |_|_|/ / |/| | | | Additional fields to User - verified and lastLogin
| * | | | Add verified field to user api onprem testsmorgrav2021-06-161-1/+2
| | | | |
| * | | | Add new default field verified to user responsessmorgrav2021-06-165-3/+10
| | | | |
| * | | | Only serialize new fields if they are presentsmorgrav2021-06-151-2/+4
| | | | |
| * | | | Require date to be non-nullsmorgrav2021-06-151-1/+1
| | | | |
| * | | | Use pre defined EPOC and rename no datesmorgrav2021-06-151-2/+2
| | | | |
| * | | | Additional fields to User - verified and lastLoginsmorgrav2021-06-152-8/+44
| | | | |
* | | | | Merge pull request #18278 from vespa-engine/bratseth/cleanup-min-group-coverageHenning Baldersheim2021-06-1516-56/+20
|\ \ \ \ \ | | | | | | | | | | | | Gc unused config options: min-group-coverage and max nodes per group
| * | | | | Warn if 'min-group-coverage' is usedJon Bratseth2021-06-151-0/+3
| | | | | |
| * | | | | Mark config option min-group-coverage for removalJon Bratseth2021-06-152-2/+1
| | | | | |
| * | | | | Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-1515-54/+16
| | |_|/ / | |/| | |
* | | | | Merge pull request #18280 from ↵Geir Storli2021-06-152-9/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/geirst/assert-message-has-valid-bucket-id-for-striping Assert that the storage message has a valid bucket id for striping.
| * | | | Assert that the storage message has a valid bucket id for striping.Geir Storli2021-06-152-9/+11
|/ / / /
* | | | Merge pull request #18276 from ↵Harald Musum2021-06-152-3/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-flag-for-skipping-bootstrapping-local-sesssions Load local sessions only if enabled by flag
| * | | | Load local sessions only if enabled by flagHarald Musum2021-06-152-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Loading local sessions should not be needed, everything should exist as a remote session. Hide behind feature flag for now
* | | | | Merge pull request #18277 from vespa-engine/mpolden/improve-messageJon Marius Venstad2021-06-151-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Improve failure reason for suspension timeout
| * | | | Improve failure reason for suspension timeoutMartin Polden2021-06-151-1/+4
| | | | |
* | | | | Merge pull request #18265 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-158-283/+12
|\ \ \ \ \ | |/ / / / |/| | | | Jonmv/vespa feed client
| * | | | Update abi specJon Marius Venstad2021-06-153-16/+3
| | | | |
| * | | | Make it configurable wheethere to benchmark clientJon Marius Venstad2021-06-152-2/+9
| | | | |