aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Really allow skipping of old models in manual zonesJon Bratseth2021-06-082-4/+5
|
* Only validate on hosted, and only if there are multiple nodes per groupJon Bratseth2021-06-075-5/+5
|
* Use feature flag to decide if we should throw when resource limits is specifiedHarald Musum2021-06-071-0/+3
|
* Merge pull request #18149 from vespa-engine/hmusum/cleanup-13Harald Musum2021-06-074-13/+9
|\ | | | | Hmusum/cleanup 13
| * Minor cleanupHarald Musum2021-06-074-13/+9
| | | | | | | | | | We don't use CVS anymore Rename a couple of methods
* | Fix tenant secret store deserialization (#18148)Morten Tokle2021-06-072-1/+23
| |
* | Merge pull request #18143 from ↵Martin Polden2021-06-076-19/+34
|\ \ | |/ |/| | | | | vespa-engine/bratseth/maintainer-success-degree-take-2 Revert "Revert "Emit a success factor from maintainers""
| * Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-066-19/+34
| | | | | | | | This reverts commit cd1b747b4f65fa3a6ed6aace23235db7591638c5.
* | Add max-concurrent-merges-per-node and max-merge-queue-size feature flags.Henning Baldersheim2021-06-061-0/+6
|/
* Revert "Revert "Searchdefinition/schemas cleanup""Harald Musum2021-06-053-11/+7
|
* Revert "Searchdefinition/schemas cleanup"Arnstein Ressem2021-06-043-7/+11
|
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-046-34/+19
|
* Merge pull request #18113 from vespa-engine/bratseth/maintainer-success-degreeJon Bratseth2021-06-046-19/+34
|\ | | | | Emit a success factor from maintainers
| * Return success factorJon Bratseth2021-06-045-15/+20
| |
| * Record successFactorJon Bratseth2021-06-041-1/+2
| |
| * Turn metric consumer into a typed classJon Bratseth2021-06-031-4/+13
| |
* | Don't use deprecated methodsHarald Musum2021-06-041-1/+1
| |
* | Don't use deprecated methodsHarald Musum2021-06-041-3/+3
| |
* | Add getSchemas methodsHarald Musum2021-06-041-6/+1
| | | | | | | | Deprecate two methods where one should use getSchemas instead
* | Add todos about when legacy code can be removedHarald Musum2021-06-041-1/+2
| |
* | Fix log statementMorten Tokle2021-06-041-1/+1
|/
* make flag tunable per zone / applicationArne Juul2021-06-031-1/+1
|
* wire API for new feature flagArne Juul2021-06-031-0/+3
|
* searchdefinitions -> schemasHarald Musum2021-06-0321-2/+2
|
* Merge pull request #18078 from vespa-engine/hmusum/prefere-schema-dirHarald Musum2021-06-022-7/+6
|\ | | | | Write application package schemas to schemas dir in ZooKeeper
| * Write application package schemas to schemas dir in ZooKeeperHarald Musum2021-06-012-7/+6
| |
* | Remove use of flags for tenant specific iam rolesMorten Tokle2021-06-011-3/+0
|/
* GC unused use-bucket-executor-for-prune-removed flagHenning Baldersheim2021-06-011-3/+0
|
* Merge pull request #18017 from ↵Morten Tokle2021-05-3111-8/+178
|\ | | | | | | | | vespa-engine/revert-17975-revert-mortent/cfg-operator-cert Reapply "Include operator certificates in application trust store" [run-systemtest]
| * Revert "Revert mortent/cfg operator cert"Morten Tokle2021-05-2811-8/+178
| |
* | Remove config field that is always true (and never overridden)Harald Musum2021-05-291-4/+1
|/
* Throw IllegalArgumentException for bad requestsHarald Musum2021-05-273-6/+6
|
* Merge pull request #18007 from vespa-engine/bratseth/model-build-errorsJon Bratseth2021-05-278-35/+48
|\ | | | | Log model build errors to the deploy log
| * Log model build errors to the deploy logJon Bratseth2021-05-278-35/+48
| |
* | Use the flag distribute-external-rank-expression to enable distribution (not ↵Henning Baldersheim2021-05-271-1/+4
|/ | | | use) of external rank files.
* Remove support for legacy file registry in zookeeperHarald Musum2021-05-272-16/+17
| | | | | File registry in top-level node for file registrhy has not been in use for many years, remove
* Revert "Set status failed when we do not get a deployment when bootstrapping ↵Harald Musum2021-05-266-30/+24
| | | | …"
* GC unused parameter tenantListenerHenning Baldersheim2021-05-263-10/+4
|
* Use warning as log levelHarald Musum2021-05-261-3/+3
|
* Set status failed when we do not get a deployment when bootstrapping ↵Harald Musum2021-05-266-24/+30
| | | | | | | applications If we for some reason don't get a Deployment the deployment of the app should be retried
* Merge pull request #17980 from vespa-engine/hmusum/cleanup-10Henning Baldersheim2021-05-265-102/+61
|\ | | | | ZooKeeperClient cleanup
| * Use static importsHarald Musum2021-05-261-30/+26
| |
| * Cleanup of some ZooKeeper-related componentsHarald Musum2021-05-265-86/+49
| | | | | | | | | | | | Do not retry setting up ZooKeeperClient, that is already done in ConfigCurator Some other minor cleanup
* | Merge pull request #17975 from vespa-engine/revert-mortent/cfg-operator-certHarald Musum2021-05-2511-178/+8
|\ \ | | | | | | Revert mortent/cfg operator cert
| * | Revert "Include operator certificates in application trust store"Morten Tokle2021-05-2510-151/+8
| | | | | | | | | | | | This reverts commit 05c8138b4936a3144e8b95348ebc525148ba709f.
| * | Revert "Add top-level object, simplify tests"Morten Tokle2021-05-253-41/+14
| | | | | | | | | | | | This reverts commit d97430f1bb633fc9eb541f2fb057a41a012d088f.
* | | Upgrade httpclient5 to 5.1Bjørn Christian Seime2021-05-252-5/+4
|/ /
* | Revert "Bjorncs/upgrade httpclient5"Bjørn Christian Seime2021-05-252-4/+5
| |
* | Merge pull request #17969 from vespa-engine/bjorncs/upgrade-httpclient5Jon Marius Venstad2021-05-252-5/+4
|\ \ | | | | | | Bjorncs/upgrade httpclient5
| * | Upgrade httpclient5 to 5.1Bjørn Christian Seime2021-05-252-5/+4
| |/