summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Move qrstart config generation from ContainerSearh to ↵Henning Baldersheim2018-10-263-5/+3
| | | | ContainerCluster.
* Also detect cms argsHenning Baldersheim2018-10-251-0/+1
|
* Detect conflicting jvmargs.Henning Baldersheim2018-10-251-0/+41
|
* If System name is dev enable G1GCHenning Baldersheim2018-10-251-4/+9
|
* Add support for controlling gcopts in services.xmlHenning Baldersheim2018-10-252-31/+40
|
* Control gcopts from model.Henning Baldersheim2018-10-251-0/+24
| | | | Default is now g1gc for hosted && (!prod || region=us-east-3)
* Expect gcopts in configHenning Baldersheim2018-10-251-1/+1
|
* Check that assumption of struct data type is correctLester Solbakken2018-10-231-0/+5
|
* Revert "Revert "Disallow complex types as keys for nested types in arrays""Lester Solbakken2018-10-232-0/+55
| | | | | | | This reverts commit bb42d0c6f30de25b9ca6b8e232b6920aeb51a7d1. Reason for system tests failing was changes in the system tests, not this PR.
* Revert "Disallow complex types as keys for nested types in arrays"Harald Musum2018-10-232-55/+0
|
* Merge pull request #7407 from ↵Henning Baldersheim2018-10-223-17/+14
|\ | | | | | | | | vespa-engine/revert-7397-revert-7391-balder/avoid-caching-stuff-you-already-have-access-t Revert "Revert "Balder/avoid caching stuff you already have access t""
| * Revert "Revert "Balder/avoid caching stuff you already have access t""Henning Baldersheim2018-10-223-17/+14
| |
* | Merge pull request #7399 from ↵Henning Baldersheim2018-10-222-0/+55
|\ \ | |/ |/| | | | | vespa-engine/lesters/disallow-complex-types-as-key-in-arrays Disallow complex types as keys for nested types in arrays
| * Disallow complex types as keys for nested types in arraysLester Solbakken2018-10-222-0/+55
| |
* | Revert "Balder/avoid caching stuff you already have access t"Harald Musum2018-10-223-14/+17
|/
* Optional intended as a return value, not as fields.Henning Baldersheim2018-10-211-13/+12
|
* Only require Optional. + some intellij advise.Henning Baldersheim2018-10-212-3/+3
|
* GC unused parameters.Henning Baldersheim2018-10-211-3/+1
|
* Revert "Handle user metrics when generating metrics config for container ↵Tor Egge2018-10-191-44/+19
| | | | cluster"
* Merge pull request #7382 from ↵Henning Baldersheim2018-10-191-2/+7
|\ | | | | | | | | vespa-engine/balder/let-setting-of-memory-work-independent-of-xml-processing-order Use an SettableOptional to handle xml processing independant of eleme…
| * Use an SettableOptional to handle xml processing independant of element order.Henning Baldersheim2018-10-191-2/+7
| |
* | Handle user metrics when generating metrics config for container cluster.Tor Egge2018-10-191-19/+44
|/
* Avoid deprecated methodJon Bratseth2018-10-162-19/+4
|
* Do not warn until Vespa 7Henning Baldersheim2018-10-121-1/+1
|
* Add from-disk flag on document-summaryJon Bratseth2018-10-121-0/+47
| | | | And warn if not set and the summary accesses disk.
* Wire in deployLogger explicit instead of using a backdoor.Henning Baldersheim2018-10-086-63/+83
|
* Wire in the deploylogger from the frontHenning Baldersheim2018-10-081-2/+4
|
* Enforce DeployState propagationHenning Baldersheim2018-10-042-13/+8
|
* Wire in DeployState as paramHenning Baldersheim2018-10-0423-65/+68
|
* Revert "Revert "Balder/reduce usage of complex deploystate""Henning Baldersheim2018-10-041-1/+1
|
* Revert "Balder/reduce usage of complex deploystate"Harald Musum2018-10-041-1/+1
|
* Merge pull request #7190 from ↵Henning Baldersheim2018-10-041-1/+1
|\ | | | | | | | | vespa-engine/balder/reduce-usage-of-complex-deploystate Balder/reduce usage of complex deploystate
| * Further reduce complicated and magic use of getDeployState callbackHenning Baldersheim2018-10-031-1/+1
| |
* | Use full nameHarald Musum2018-10-0313-13/+13
|/
* Be truthful about generated functionsJon Bratseth2018-10-021-1/+1
|
* Add copyright headerJon Bratseth2018-10-012-0/+2
|
* Merge pull request #7155 from vespa-engine/bratseth/expose-type-informationLester Solbakken2018-10-012-22/+44
|\ | | | | Bratseth/expose type information
| * Fill in missing typesJon Bratseth2018-10-011-2/+2
| |
| * Resoløve return types whenever possibleJon Bratseth2018-10-011-2/+3
| |
| * Include argument type information in functionsJon Bratseth2018-10-012-22/+43
| |
* | Stop emitting proton config for search io tuning. Files are memory mapped.Tor Egge2018-09-281-1/+0
|/
* Merge with masterJon Bratseth2018-09-284-9/+50
|\
| * Small test are better to keep in the code.Henning Baldersheim2018-09-272-4/+45
| |
| * When you want to let them through, you can not only give them partial rights.Henning Baldersheim2018-09-272-5/+5
| |
* | Imported ML model robustnessJon Bratseth2018-09-272-1/+81
| | | | | | | | | | | | | | | | | | - Handle properly that compiling an expression leads to adding new expressions - Don't load rank profile models as global when reading stored models - Proper verification of model pseudofeature arguments before taking an action - Handle missing models and missing models in existing paths properly - Don't require return types to be resolved for all functions yet (they won't be for those added during comppilation)
* | Skip return type info if defaultJon Bratseth2018-09-252-11/+8
| |
* | Revert "Merge pull request #7094 from ↵Jon Bratseth2018-09-256-17/+24
|/ | | | | | | vespa-engine/revert-7070-bratseth/rank-type-information-2" This reverts commit 0246064bbfb9657515f516e2fea12d593cd13016, reversing changes made to f627463a8100090ec109d27c3aeb439a3395a34f.
* Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-256-24/+17
|
* Set useDedicatedNodeForLogserver to true, but enable only for dev in CD (#7083)Harald Musum2018-09-251-2/+1
|
* Allow mutable fields to be modifiable in indexing docproc and to have an ↵Henning Baldersheim2018-09-251-16/+37
| | | | initial value.