summaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
* Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-0252-202/+201
|
* Allow and ignore 'default inherits default'Jon Bratseth2022-02-022-0/+18
|
* Allow the default rank profile to inheritJon Bratseth2022-02-024-27/+9
|
* Skip legacy pathsJon Bratseth2022-02-021-0/+1
|
* Revert "Revert "Bratseth/avoid schema dir""Jon Bratseth2022-02-023-46/+39
| | | | This reverts commit 41c341a302ccf641acc91c2b3afb49844a43d216.
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-022-0/+2
|\ | | | | Deprecate config.subscription
| * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-022-0/+2
| |
* | Revert "Bratseth/avoid schema dir"Harald Musum2022-02-013-39/+46
| |
* | Support searchdefinitions/ legacy dirJon Bratseth2022-02-011-9/+12
| |
* | Resolve once, after each changeJon Bratseth2022-02-011-10/+9
| |
* | Avoid schema dirJon Bratseth2022-02-012-28/+19
| |
* | Add feature flag to enable preshutdown command for jdiscBjørn Christian Seime2022-01-313-1/+20
| |
* | drop old summary fields in v8 modeArne H Juul2022-01-3111-51/+72
| | | | | | | | | | * the extra summary fields with .position and .distance will only be added in v7-geo-positions legacy mode on Vespa 8.
* | Merge branch 'master' into arnej/cleanup-some-todos-1Arne H Juul2022-01-318-36/+13
|\ \
| * | Ensure deterministic ordering of array configHenning Baldersheim2022-01-312-3/+5
| | |
| * | Ensure list of cipher suites has deterministic order.Henning Baldersheim2022-01-301-3/+3
| | |
| * | Ensure that hostnames are added to config in determinsitic(sorted) order.Henning Baldersheim2022-01-301-3/+3
| |/
| * Merge pull request #20982 from vespa-engine/services-updatesHarald Musum2022-01-294-27/+2
| |\ | | | | | | Services updates
| | * Remove legacy <cluster> element from xml schema.gjoranv2022-01-284-26/+1
| | | | | | | | | | | | - Has thrown an exception since at least early Vespa 7
| | * Remove TODO to remove top-level <config>gjoranv2022-01-281-1/+1
| | | | | | | | | | | | - Still useful, at least for the Vespa team.
* | | add missing dependencyArne H Juul2022-01-311-1/+1
| | |
* | | cosmetic fixesArne H Juul2022-01-291-4/+1
| | |
* | | fix old copy-paste bugArne H Juul2022-01-291-1/+1
| | |
* | | remove old un-neccessary codeArne H Juul2022-01-291-8/+1
| | |
* | | we decided to keep top-level config for our own usageArne H Juul2022-01-291-1/+1
|/ /
* | Merge pull request #20979 from ↵Harald Musum2022-01-2817-297/+442
|\ \ | |/ |/| | | | | vespa-engine/bratseth/rank-profile-multiple-inheritance Bratseth/rank profile multiple inheritance
| * Add testsJon Bratseth2022-01-281-1/+94
| |
| * Test inheriting a profile defined laterJon Bratseth2022-01-282-0/+12
| |
| * Support multiple inheritance of rank profilesJon Bratseth2022-01-2817-296/+336
| |
* | update expected configArne H Juul2022-01-281-0/+7
| |
* | trigger new VSM search method for GeoPos type fieldsArne H Juul2022-01-281-7/+15
|/
* Expose proton resource usage metrics with new names.Geir Storli2022-01-271-4/+10
|
* Merge pull request #20950 from ↵Tor Brede Vekterli2022-01-273-10/+57
|\ | | | | | | | | vespa-engine/vekterli/support-live-reconfig-of-dynamic-throttle-params Add feature flags for dynamic persistence throttling window size tuning [run-systemtest]
| * Add feature flags for dynamic persistence throttling window size tuningTor Brede Vekterli2022-01-273-10/+57
| | | | | | | | | | | | | | Added flags: * Window size decrement factor (default 1.2) * Window size backoff (default 0.95)
* | Merge pull request #20952 from ↵Lester Solbakken2022-01-271-0/+1
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/set-cloud-in-configserver-config-2 Set 'cloud' in configserver config, part 2
| * | Set 'cloud' in configserver config, part 2Harald Musum2022-01-271-0/+1
| |/
* / Reduce JVM heap size for metrics proxyBjørn Christian Seime2022-01-271-3/+3
|/
* Add feature flag for merge throttling policyTor Brede Vekterli2022-01-273-0/+38
| | | | | | | Two options; `STATIC` (default) and `DYNAMIC`. Does not currently set any window size configs based on the existing feature flag for max pending, so the config defaults will be used for these when dynamic throttling is enabled.
* Revert "Add feature flag for merge throttling policy"Harald Musum2022-01-273-38/+0
|
* Merge pull request #20927 from ↵Geir Storli2022-01-263-0/+38
|\ | | | | | | | | vespa-engine/vekterli/merge-throttling-policy-feature-flag Add feature flag for merge throttling policy
| * Add feature flag for merge throttling policyTor Brede Vekterli2022-01-253-0/+38
| | | | | | | | | | | | | | Two options; `STATIC` (default) and `DYNAMIC`. Does not currently set any window size configs based on the existing feature flag for max pending, so the config defaults will be used for these when dynamic throttling is enabled.
* | Expose the new proton CPU util metrics.Geir Storli2022-01-261-0/+17
| |
* | Merge pull request #20938 from vespa-engine/bratseth/modular-profilesJon Bratseth2022-01-26140-1238/+1287
|\ \ | | | | | | Bratseth/modular profiles
| * | Modular rank profilesJon Bratseth2022-01-2642-132/+202
| | |
| * | CleanupJon Bratseth2022-01-2512-55/+59
| | |
| * | SimplifyJon Bratseth2022-01-2516-81/+72
| | |
| * | Return applicationJon Bratseth2022-01-242-6/+6
| | |
| * | SchemaBuilder -> ApplicationBuilderJon Bratseth2022-01-2488-374/+371
| | |
| * | Correct javadocJon Bratseth2022-01-2483-292/+291
| | |
| * | Simplify documentmodel builderJon Bratseth2022-01-243-19/+17
| | |