summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa
Commit message (Expand)AuthorAgeFilesLines
* Revert "Copyright header"Jon Bratseth2017-06-13161-170/+164
* Copyright headerJon Bratseth2017-06-13161-164/+170
* Add the 'system' metric set to all custom consumers.gjoranv2017-06-011-4/+12
* Add unit test.gjoranv2017-06-011-0/+17
* Set minimum threads to be 8Harald Musum2017-05-301-5/+5
* Set number of threads for summary compression to numcores/2.Henning Baldersheim2017-05-221-0/+21
* The threadpoolProvider does not use the container to get config. Only the clu...Henning Baldersheim2017-05-181-2/+12
* Repair broken alignment.Henning Baldersheim2017-05-181-1/+2
* VerifyClusterControllerCluster -> ClusterControllerClusterVerifierHenning Baldersheim2017-05-181-2/+2
* Remove imports not needed.Henning Baldersheim2017-05-181-1/+0
* Exclude SimpleLinguistics component from clustercontroller cluster.Henning Baldersheim2017-05-181-8/+62
* Merge pull request #2303 from yahoo/hmusum/configure-number-of-hsots-to-pick-...Harald Musum2017-05-081-38/+115
|\
| * Add configuration for minimum number of slobroks per container clusterHarald Musum2017-04-261-38/+115
* | Ensure that explicit proton tuning have precedence over default node flavor t...Geir Storli2017-05-032-4/+11
* | Tune flush strategy tls size based on available disk.Geir Storli2017-05-031-4/+22
* | Tune flush strategy memory limits based on available memory.Geir Storli2017-05-031-2/+15
* | Tune document store maxfilesize based on available memory.Geir Storli2017-05-031-2/+32
|/
* Tune proton config based on flavor if this is present for the search node.Geir Storli2017-04-261-1/+11
* Add class for tuning proton config based on node flavor of a search node.Geir Storli2017-04-261-0/+39
* Update expected answer in test too.Henning Baldersheim2017-04-201-1/+1
* Revert "Revert "Balder/fast access fields are also in memory for streaming se...Henning Baldersheim2017-04-202-28/+88
* Revert "Balder/fast access fields are also in memory for streaming search"Henning Baldersheim2017-04-202-88/+28
* Test and implement that only fast access attributes are produced for streamin...Henning Baldersheim2017-04-202-7/+15
* Simplify with streams and ImmutableMap.ofHenning Baldersheim2017-04-201-6/+5
* break long line for readabilityHenning Baldersheim2017-04-201-3/+6
* Properly generate attribute config for streamig search.Henning Baldersheim2017-04-202-22/+72
* Always pass wanted Vespa versionJon Bratseth2017-04-193-7/+27
* Merge branch 'master' into bratseth/receive-wanted-versionJon Bratseth2017-04-182-26/+1
|\
| * Merge pull request #2174 from yahoo/hmusum/remove-searchdefinitions-syntaxgjoranv2017-04-181-25/+0
| |\
| | * Remove unused apps and fix no longer valid <searchdefinitions> in services.xmlHarald Musum2017-04-061-25/+0
| * | Change soLingerTime unit from milliseconds to secondsBjørn Christian Seime2017-04-181-1/+1
| |/
* / Pass wanted node Vespa version aroundJon Bratseth2017-04-073-6/+10
|/
* Forbid document references in streaming searchBjørn Christian Seime2017-04-031-0/+25
* Merge pull request #2119 from yahoo/hmusum/increase-heap-size-for-containerHenning Baldersheim2017-03-311-1/+1
|\
| * Increase heap size for JVM for containerHarald Musum2017-03-311-1/+1
* | Convert Scala code to JavaBjørn Christian Seime2017-03-302-0/+334
|/
* Misc simplifications and code style cleanups.Geir Storli2017-03-283-6/+7
* Simplify some code by using TestUtil.joinLines().Geir Storli2017-03-284-99/+105
* Simplify utils used for unit testing.Geir Storli2017-03-284-22/+19
* Tag globally distributed documents as such in proton config.Geir Storli2017-03-283-11/+64
* Forbid self references in documentsBjørn Christian Seime2017-03-231-11/+0
* Remove CI system, does not exist anymoreHarald Musum2017-03-221-2/+2
* Verify that changing target type of reference field is not allowedBjørn Christian Seime2017-02-281-0/+37
* Merge pull request #1878 from yahoo/gjoranv/hostsystem-improvementsJon Bratseth2017-02-281-8/+78
|\
| * Return ClusterMembership instead of ClusterSpec.gjoranv2017-02-281-1/+1
| * Add method and tests for primary cluster membership.gjoranv2017-02-281-1/+71
| * Rename method.gjoranv2017-02-281-7/+7
* | Stop using 3-arg getConfig method (will be removed)Harald Musum2017-02-261-25/+0
|/
* One TestUtil and joinLines() is enough.gjoranv2017-02-221-1/+1
* Static import method.gjoranv2017-02-221-1/+2