aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/builder/xml/dom/ContentBuilderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Arrays.asList => List.ofHenning Baldersheim2024-04-111-3/+2
|
* - Only a single searchcluster per content cluster.Henning Baldersheim2024-03-161-57/+56
| | | | - Check for existence of schema
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-161-32/+9
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-9/+32
|
* Single searchcluster take 4Henning Baldersheim2024-03-151-32/+9
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-9/+32
|
* Revert "Revert "Single searchcluster take 2""Henning Baldersheim2024-03-151-32/+9
|
* Revert "Single searchcluster take 2"Harald Musum2024-03-151-9/+32
|
* Avoid dependency of IndexedSearchClusterHenning Baldersheim2024-03-141-8/+1
|
* Revert "Revert "Balder/single searchcluster""Henning Baldersheim2024-03-141-25/+9
|
* Move getStorageRouteSpec interface to SearchClusterHenning Baldersheim2024-03-141-4/+3
|
* Revert "Balder/single searchcluster"Henning Baldersheim2024-03-131-10/+27
|
* Always produce routespec.Henning Baldersheim2024-03-131-1/+0
|
* Use a single searchcluster with both indexed and streaming docs.Henning Baldersheim2024-03-131-26/+10
|
* Always add an indexing docproc, also for streaming search.Henning Baldersheim2024-01-151-1/+1
|
* Require zone-scoped endpoint in config-modelMartin Polden2023-10-111-3/+13
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Pass ClusterInfoJon Bratseth2023-03-011-1/+1
|
* Revert "Revert "pass environment variables securily in config""Henning Baldersheim2022-09-211-21/+21
|
* Revert "pass environment variables securily in config"Arnstein Ressem2022-09-201-21/+21
|
* pass environment variables securily in configArne Juul2022-09-191-21/+21
|
* qrserver -> container, part 2Harald Musum2022-08-091-6/+0
|
* Convert config-model to junit5Bjørn Christian Seime2022-07-281-283/+274
|
* update unit testsArne H Juul2022-06-081-1/+1
|
* Test ranking constant config generationJon Bratseth2022-05-111-7/+6
|
* Don't support user config under documentJon Bratseth2022-04-291-22/+0
| | | | Not documented, and doesn't really make sense.
* Remove use of dynamic throttling and shared field writer feature flags in ↵Geir Storli2022-04-201-53/+0
| | | | config model.
* Support rank profile input WIPJon Bratseth2022-04-051-4/+4
|
* - Adde featureflag for controlling environment variables.Henning Baldersheim2022-02-071-39/+81
| | | | - Use general environment mechanism for existing ad-hoc environment variables.
* Set defaults in config defs and ModelContext api to improve bucket merge ↵Geir Storli2022-01-121-1/+1
| | | | | | performance on content nodes. These are the same defaults set for the feature flags in https://github.com/vespa-engine/vespa/pull/20759.
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-33/+32
|
* Ignore visibility delay when deciding feed sequencer type.Henning Baldersheim2021-12-131-1/+1
|
* Add feature flag for "feed-master-task-limit".Geir Storli2021-11-181-0/+14
|
* Add feature flag for whether to use a shared field writer executor for the ↵Geir Storli2021-11-051-0/+26
| | | | document database(s) in proton.
* Add feature flag for the task limit used by the executors handling feed in ↵Geir Storli2021-10-141-16/+28
| | | | proton.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Call initService when falling back to a single nodeJon Bratseth2021-10-061-26/+26
|
* GC unused use-bucket-executor-for-prune-removed flagHenning Baldersheim2021-06-011-18/+0
|
* GC now unused unused flags.Henning Baldersheim2021-05-041-50/+0
|
* Control prune job with feature flag.Henning Baldersheim2021-05-041-0/+17
|
* Control max pending move operations by feature flag.Henning Baldersheim2021-02-141-0/+17
|
* Control use of bucket executor for bucket move job.Henning Baldersheim2021-02-141-0/+17
|
* Control which lidspace job implementation to use.Henning Baldersheim2021-01-231-9/+29
|
* GC unused visibility-delay, fsync and compression for tls flags.Henning Baldersheim2020-10-281-6/+5
|
* Remove topleveldispatch remnantsHarald Musum2020-09-251-1/+0
|
* Control visibility-delay with feature flag.Henning Baldersheim2020-09-221-6/+29
|
* set env variable in the config modelHåvard Pettersen2020-09-101-5/+5
|
* Avoid that desire for low latency and high feed throughput selects the ↵Henning Baldersheim2020-07-081-3/+11
| | | | conservative solution.
* Test that we feed-sequencer-flag is reflected in proton.indexing.optimize ↵Henning Baldersheim2020-07-011-0/+32
| | | | | | config. Also handle incorrectly spelled enums by falling back to default.
* Revert "Merge pull request #12565 from ↵Jon Bratseth2020-03-171-4/+4
| | | | | | | vespa-engine/revert-12563-bratseth/search-to-schema" This reverts commit ea5fe1bf8c0d389a3964d2e5c490994920d21a4e, reversing changes made to 7e92c3852e893d09f0aa821e04e4e9dbe83b4ab2.