aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Correct typosJon Bratseth2022-09-011-1/+1
| * Add 'model' config typeJon Bratseth2022-08-316-83/+69
* | Also add option to turn split optimisation off.Henning Baldersheim2022-08-311-1/+1
* | Remove option to specify delay with feature flag.Henning Baldersheim2022-08-311-6/+3
* | Merge pull request #23842 from vespa-engine/bjorncs/zk-tls-configMorten Tokle2022-08-301-0/+4
|\ \
| * | Use separate Vespa mTLS config file for configserver ZKBjørn Christian Seime2022-08-301-0/+4
| |/
* | remove unused config variable with no effectArne Juul2022-08-291-1/+0
* | Duplicate summarymap config into summary config.Geir Storli2022-08-2932-51/+956
* | Control phrase execution with featureflagHenning Baldersheim2022-08-281-0/+40
|/
* Merge pull request #23770 from vespa-engine/bratseth/embedder-syntax-5Jon Bratseth2022-08-265-104/+132
|\
| * Drop special embedder configJon Bratseth2022-08-244-77/+59
| * Output valid modelsJon Bratseth2022-08-241-1/+4
| * More testsJon Bratseth2022-08-244-44/+71
| * Test model id lookupJon Bratseth2022-08-242-23/+22
| * Add tests and more error checkingJon Bratseth2022-08-241-1/+18
* | Merge pull request #23772 from vespa-engine/geirst/paged-support-for-referenc...Henning Baldersheim2022-08-241-4/+10
|\ \
| * | Add 'paged' support for reference attribute fields.Geir Storli2022-08-241-4/+10
| |/
* / Add feature flag for two-phase document GC in content clustersTor Brede Vekterli2022-08-241-0/+26
|/
* Remove dead codeJon Bratseth2022-08-231-3/+2
* Simplify and generalizeJon Bratseth2022-08-234-91/+51
* Merge pull request #23710 from vespa-engine/bratseth/embedder-syntaxLester Solbakken2022-08-233-66/+151
|\
| * Cleanup testsJon Bratseth2022-08-222-95/+87
| * Application embedders can reuse vespa embedder configsJon Bratseth2022-08-223-11/+43
| * Support path=.. in generic embeddersJon Bratseth2022-08-183-7/+68
* | Merge pull request #23644 from vespa-engine/mortent/remove-querybuilderMorten Tokle2022-08-221-19/+0
|\ \
| * | Update testMorten Tokle2022-08-171-19/+0
| |/
* | Add test for feature flag control of dispatch policy.Henning Baldersheim2022-08-201-0/+31
* | Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-192-24/+52
|/
* Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-122-13/+97
* qrserver -> container, part 2Harald Musum2022-08-096-23/+11
* qrserver -> containerHarald Musum2022-08-089-107/+6
* Convert config-model to junit5Bjørn Christian Seime2022-07-28321-6209/+6075
* Don't install zkfacade and zookeeper-server bundles in metrics-proxy.gjoranv2022-07-271-1/+7
* Move rule-based-filter config to configdefinitions module/bundlegjoranv2022-07-271-2/+1
* Implement mechanism for avoiding unnecesssary bundles.gjoranv2022-07-262-12/+31
* Rename and rearrange test helpers, and declare static.gjoranv2022-07-191-36/+35
* Add tests for (non-)installed platform bundles.gjoranv2022-07-191-2/+39
* Make ExecutionFactory a child of SearchHandler for correct chains config.gjoranv2022-07-151-16/+25
* Merge pull request #23505 from vespa-engine/hmusum/fail-if-node-count-not-giv...Jon Bratseth2022-07-141-1/+31
|\
| * Fail deployment if node count is not given for content cluster in hostedHarald Musum2022-07-141-1/+31
* | Ensure the summary transform for 'documentid' is part of summarymap.cfg.Geir Storli2022-07-1428-1/+90
|/
* Change to log warning (for now) as hosted applications are using this wrong.Geir Storli2022-07-131-9/+30
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-132-4/+1
|\
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-042-4/+1
* | Merge pull request #23444 from vespa-engine/hmusum/deprecate-docproc-attributesHarald Musum2022-07-131-7/+2
|\ \
| * | Add deploy warnings for deprecated and ignored docproc configHarald Musum2022-07-111-7/+2
* | | Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-131-1/+25
* | | Revert "Validate that complex fields do not have struct fields with 'indexing...Håkon Hallingstad2022-07-121-25/+1
* | | Merge pull request #23478 from vespa-engine/geirst/struct-fields-with-index-v...Geir Storli2022-07-121-1/+25
|\ \ \
| * | | Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-121-1/+25