summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* treat any supported position type equallyArne H Juul2022-02-031-1/+1
* Merge branch 'master' into bratseth/deterministic-order-take-2Jon Bratseth2022-02-0361-225/+228
|\
| * Merge pull request #21039 from vespa-engine/bratseth/deterministic-order-2Harald Musum2022-02-0210-26/+28
| |\
| | * Produce LinkedHashSets to get deterministic orderJon Bratseth2022-02-0210-26/+28
| * | Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-0252-201/+202
| |/
* / Produce LinkedHashSets to get deterministic orderJon Bratseth2022-02-026-20/+25
|/
* 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
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-022-0/+2
|\
| * 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
* | 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
| |\
| | * Remove legacy <cluster> element from xml schema.gjoranv2022-01-284-26/+1
| | * Remove TODO to remove top-level <config>gjoranv2022-01-281-1/+1
* | | 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 vespa-engine/bratseth/rank-profile-multiple-in...Harald Musum2022-01-2817-297/+442
|\ \ | |/ |/|
| * 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 vespa-engine/vekterli/support-live-reconfig-of...Tor Brede Vekterli2022-01-273-10/+57
|\
| * Add feature flags for dynamic persistence throttling window size tuningTor Brede Vekterli2022-01-273-10/+57
* | Merge pull request #20952 from vespa-engine/hmusum/set-cloud-in-configserver-...Lester Solbakken2022-01-271-0/+1
|\ \
| * | 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
* Revert "Add feature flag for merge throttling policy"Harald Musum2022-01-273-38/+0
* Merge pull request #20927 from vespa-engine/vekterli/merge-throttling-policy-...Geir Storli2022-01-263-0/+38
|\
| * Add feature flag for merge throttling policyTor Brede Vekterli2022-01-253-0/+38
* | 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
|\ \
| * | Modular rank profilesJon Bratseth2022-01-2642-132/+202