aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
| * Output valid modelsJon Bratseth2022-08-241-1/+4
| * More testsJon Bratseth2022-08-241-35/+63
| * Test model id lookupJon Bratseth2022-08-241-22/+21
| * 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-231-88/+46
* Merge pull request #23710 from vespa-engine/bratseth/embedder-syntaxLester Solbakken2022-08-231-66/+106
|\
| * Cleanup testsJon Bratseth2022-08-221-75/+87
| * Application embedders can reuse vespa embedder configsJon Bratseth2022-08-221-3/+19
| * Support path=.. in generic embeddersJon Bratseth2022-08-181-7/+19
* | 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-082-33/+1
* 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-141-1/+9
|/
* 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
* | | | Merge pull request #23465 from vespa-engine/geirst/summary-transform-for-docu...v8.17.19Geir Storli2022-07-121-3/+22
|\ \ \ \
| * | | | Add new summary transform for all 'documentid' summary fields.Geir Storli2022-07-121-3/+22
| |/ / /
* | | | Merge pull request #23477 from vespa-engine/mpolden/handle-abs-rootHarald Musum2022-07-121-1/+1
|\ \ \ \
| * | | | Handle absolute root in MockApplicationPackageMartin Polden2022-07-121-1/+1
* | | | | Merge pull request #23445 from vespa-engine/bratseth/improve-messageHarald Musum2022-07-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't say we expect declaration in query profilesJon Bratseth2022-07-111-1/+1
* | | | | Simplify creation of BundleInstantiationSpecgjoranv2022-07-121-1/+1
* | | | | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-116-17/+17
* | | | | Add test to verify default threadpool for builtin handlers.gjoranv2022-07-111-0/+12
* | | | | Convenience fixupgjoranv2022-07-115-15/+19
* | | | | Add test to verify default threadpool for custom handlers.gjoranv2022-07-112-83/+118