summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bratseth/apply on restart take 2"Harald Musum2020-11-2616-87/+24
* Depend on configgenJon Bratseth2020-11-261-0/+6
* Revert "Merge pull request #15492 from vespa-engine/revert-15450-bratseth/app...Jon Bratseth2020-11-2615-24/+81
* Revert "Support marking configs as apply on restart"Harald Musum2020-11-2615-81/+24
* Merge pull request #15450 from vespa-engine/bratseth/apply-on-restartJon Bratseth2020-11-2615-24/+81
|\
| * Follow API changeJon Bratseth2020-11-257-6/+35
| * Support marking configs as apply on restartJon Bratseth2020-11-248-18/+46
* | Don't use LogLevelBjørn Christian Seime2020-11-252-5/+5
* | Don't reuse clientsBjørn Christian Seime2020-11-251-39/+34
* | Rewrite config convergence checker to use async http clientBjørn Christian Seime2020-11-254-95/+143
* | Merge pull request #15465 from vespa-engine/revert-15454-revert-15448-bjorncs...Bjørn Christian Seime2020-11-254-16/+9
|\ \
| * | Revert "Revert "Bjorncs/config convergence checker preps""Bjørn Christian Seime2020-11-254-16/+9
| * | Revert "Bjorncs/config convergence checker preps"Arnstein Ressem2020-11-254-9/+16
| * | Stabilize unit testBjørn Christian Seime2020-11-241-13/+4
| * | Deprecate VespaClientBuilderFactory + VespaJerseyJaxRsClientFactoryBjørn Christian Seime2020-11-243-1/+3
| * | Don't use private inner class in return type of public methodsBjørn Christian Seime2020-11-241-2/+2
| |/
* / Merge reindexing status for application and each cluster in HTTP responseJon Marius Venstad2020-11-253-24/+194
|/
* Use same clock in TenantApplications as elsewhereJon Marius Venstad2020-11-242-4/+7
* Write default value for reindexing status when creating new appJon Marius Venstad2020-11-242-2/+3
* Merge pull request #15409 from vespa-engine/mortent/pow-two-lbMorten Tokle2020-11-232-0/+22
|\
| * Use 'power of two choices' lb algorithmMorten Tokle2020-11-202-0/+22
* | Merge pull request #15405 from vespa-engine/hmusum/log-when-builder-errors-wh...Harald Musum2020-11-211-1/+7
|\ \
| * | Throw exception with more details when getConfig failsHarald Musum2020-11-201-1/+7
| |/
* | Merge pull request #15404 from vespa-engine/hmusum/log-every-10th-runHarald Musum2020-11-211-1/+6
|\ \
| * | Add iteration to log messageHarald Musum2020-11-201-1/+1
| * | Log every 10th run of SessionsMaintainerHarald Musum2020-11-201-1/+6
| |/
* | Merge pull request #15399 from vespa-engine/jonmv/throw-during-prepare-with-d...Jon Bratseth2020-11-2014-121/+81
|\ \ | |/ |/|
| * Remove "allowed" from config change actions (+ wiring) — allowed if not th...Jon Marius Venstad2020-11-2013-78/+56
| * Add Optional<ValidationId> to ConfigActionChange and use to validate actionsJon Marius Venstad2020-11-201-1/+2
| * Model disallowable actions separately, and collect and throw these in validationJon Marius Venstad2020-11-192-27/+3
| * Use proper ValidationId instead of their String names in ConfigChangeAction s...Jon Marius Venstad2020-11-198-33/+38
* | Merge pull request #15357 from vespa-engine/jonmv/reindexing-metricsJon Marius Venstad2020-11-201-3/+8
|\ \
| * | Avoid potential NPE in config serverJon Marius Venstad2020-11-191-3/+8
* | | Change reindexing HTTP API parameter namesJon Marius Venstad2020-11-192-6/+6
| |/ |/|
* | Do not throw if app has already been copiedHarald Musum2020-11-191-2/+4
|/
* Merge pull request #15373 from vespa-engine/jonmv/block-deployment-with-disal...Jon Marius Venstad2020-11-183-6/+32
|\
| * Activate only if all config change actions are allowed, for hosted deploymentJon Marius Venstad2020-11-183-6/+32
* | Ensure activated applications have a reindexing statusJon Marius Venstad2020-11-181-7/+6
* | Remove unneeded try-catch block (unless sneaky-throw!)Jon Marius Venstad2020-11-181-11/+1
|/
* Merge pull request #15360 from vespa-engine/hmusum/always-include-stack-trace...Harald Musum2020-11-171-0/+1
|\
| * Always include stack trace when throwingHarald Musum2020-11-171-0/+1
* | Merge pull request #15356 from vespa-engine/bratseth/add-in-rotation-metricJon Bratseth2020-11-171-1/+3
|\ \ | |/ |/|
| * Avoid deprecated methodJon Bratseth2020-11-161-1/+3
* | Handle session not existing when deleting appHarald Musum2020-11-163-4/+53
|/
* Improve logging when removing an applicationHarald Musum2020-11-158-55/+52
* Avoid looking up active session when it is knownHarald Musum2020-11-145-28/+27
* Merge pull request #15326 from vespa-engine/balder/add-featureflag-for-feed.c...Henning Baldersheim2020-11-132-0/+5
|\
| * Add a feature flag for controlling the default feed.concurrency setting.Henning Baldersheim2020-11-122-0/+5
* | Make reindexing trigger exactly 28 days after previous instantJon Marius Venstad2020-11-132-30/+29
|/
* Merge pull request #15319 from vespa-engine/hmusum/remove-dead-codeHarald Musum2020-11-123-38/+4
|\