summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/config/model
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Move qrstart config generation from ContainerSearh to ↵Henning Baldersheim2018-10-261-2/+1
| | | | ContainerCluster.
* Add support for controlling gcopts in services.xmlHenning Baldersheim2018-10-251-29/+32
|
* Revert "Revert "Balder/avoid caching stuff you already have access t""Henning Baldersheim2018-10-221-2/+2
|
* Revert "Balder/avoid caching stuff you already have access t"Harald Musum2018-10-221-2/+2
|
* Only require Optional. + some intellij advise.Henning Baldersheim2018-10-211-2/+2
|
* Use an SettableOptional to handle xml processing independant of element order.Henning Baldersheim2018-10-191-2/+7
|
* Wire in DeployState as paramHenning Baldersheim2018-10-042-12/+12
|
* Use full nameHarald Musum2018-10-036-6/+6
|
* Add copyright headerJon Bratseth2018-10-011-0/+1
|
* Set useDedicatedNodeForLogserver to true, but enable only for dev in CD (#7083)Harald Musum2018-09-251-2/+1
|
* Fix missing wiring and enable testHarald Musum2018-09-211-4/+7
|
* Minor schema validator cleanupHarald Musum2018-09-201-1/+2
|
* Add feature flag for using dedicated node for logserver (#7023)Harald Musum2018-09-201-0/+3
|
* Merge branch 'master' into bratseth/remove-dead-codeJon Bratseth2018-09-191-0/+7
|\
| * Use logserver when it is running on its own node in hostedHarald Musum2018-09-191-0/+7
| |
* | Rename classJon Bratseth2018-09-191-2/+2
|/
* Call prepare() on logserver container cluster (#6970)Harald Musum2018-09-171-0/+61
|
* RefactorJon Bratseth2018-09-111-130/+0
|
* Use fileAcquirerJon Bratseth2018-09-101-2/+9
|
* Revert "Merge pull request #6859 from ↵Jon Bratseth2018-09-101-1/+14
| | | | | | | vespa-engine/revert-6855-bratseth/test-with-constants" This reverts commit 68708408abd1d47bb8f5e5a1d80855739b717c2f, reversing changes made to 56591420e8cb8c6a9085d7327b977c3c5b1971b1.
* Revert "Test with constants"Arnstein Ressem2018-09-101-14/+1
|
* Test with constantsJon Bratseth2018-09-071-1/+14
|
* Send global constantsJon Bratseth2018-09-061-11/+21
|
* Revert "Merge pull request #6818 from ↵Jon Bratseth2018-09-051-1/+8
| | | | | | | vespa-engine/revert-6813-bratseth/handle-large-constants-take-4" This reverts commit 9394b251a6353151e01121d019052a2e0860f117, reversing changes made to bd6bfca0bc973eb2edd4fc2ab793f2e2ca3fc248.
* Revert "Bratseth/handle large constants take 4"Harald Musum2018-09-051-8/+1
|
* Revert "Merge pull request #6794 from ↵Jon Bratseth2018-09-051-1/+8
| | | | | | | vespa-engine/revert-6788-bratseth/handle-large-constants-take-2" This reverts commit 7516c7245cbcda860ff977fe111ebfe7e35e0078, reversing changes made to 793aac11a3cbefd24535595665fc3c3104c1e043.
* Revert "Bratseth/handle large constants take 3"Jon Bratseth2018-09-051-8/+1
|
* Revert "Merge pull request #6794 from ↵Jon Bratseth2018-09-051-1/+8
| | | | | | | vespa-engine/revert-6788-bratseth/handle-large-constants-take-2" This reverts commit 7516c7245cbcda860ff977fe111ebfe7e35e0078, reversing changes made to 793aac11a3cbefd24535595665fc3c3104c1e043.
* Merge pull request #6778 from ↵Lester Solbakken2018-09-042-0/+44
|\ | | | | | | | | vespa-engine/bratseth/check-for-model-name-collisions Check for model name collisions
| * Check for model name collisionsJon Bratseth2018-09-042-0/+44
| |
* | Revert "Bratseth/handle large constants take 2"Jon Bratseth2018-09-041-8/+1
| |
* | Revert "Merge pull request #6781 from ↵Jon Bratseth2018-09-041-1/+8
| | | | | | | | | | | | | | vespa-engine/revert-6774-bratseth/handle-large-constants" This reverts commit f4b81d662c31f25b2be8964fd22bacf11b60e362, reversing changes made to f0405491348b35153b6bc3137ae8af6df7255c05.
* | Revert "Bratseth/handle large constants"Harald Musum2018-09-041-8/+1
|/
* Read and resolve constants in model evaluationJon Bratseth2018-09-031-2/+8
|
* Test importing of ml modelsJon Bratseth2018-09-031-0/+1
|
* Revert "Merge pull request #6742 from ↵Jon Bratseth2018-08-301-5/+32
| | | | | | | vespa-engine/revert-6732-bratseth/generate-rank-profiles-for-all-models-part-10-2" This reverts commit a294ef166c59c795f9e6fd31fbd6914c502d559a, reversing changes made to cef4c0f9d7c084f320e77abb2a93522acd7f3f53.
* Revert "Bratseth/generate rank profiles for all models part 10 2"Jon Bratseth2018-08-301-32/+5
|
* Merge pull request #6732 from ↵Lester Solbakken2018-08-301-5/+32
|\ | | | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-10-2 Bratseth/generate rank profiles for all models part 10 2
| * Test reading stored global modelsJon Bratseth2018-08-301-6/+24
| | | | | | | | | | | | Also - assign the proper name to ranking expressions in macros - output more debug inof on generated macro collision
| * Revert "Merge pull request #6722 from ↵Jon Bratseth2018-08-291-2/+11
| | | | | | | | | | | | | | vespa-engine/revert-6713-bratseth/generate-rank-profiles-for-all-models-part-10" This reverts commit 6958f2a641eaad0c61249e7bca887a1405e17d02, reversing changes made to 06323aff51bf054d64ef2bea001917a22433717f.
| * Revert "Read stored models from Zk package for global rank profiles"Jon Bratseth2018-08-291-11/+2
| |
| * Read stored models from Zk package for global rank profilesJon Bratseth2018-08-291-2/+11
| |
* | API improvementsJon Bratseth2018-08-281-0/+3
|/
* Strip last namesJon Bratseth2018-08-261-9/+5
|
* Improve evaluation APIJon Bratseth2018-08-253-86/+148
|
* Test global rank profilesJon Bratseth2018-08-251-5/+25
|
* Generate a global rank profile configJon Bratseth2018-08-242-14/+11
| | | | | | | This makes available to all regular container clusters a config containing a set of rank profiles containing the expressions resulting from converting all the ml models added in the models/ directory in the application package.
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-052-2/+2
|
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-043-12/+12
|
* Wire in isFirstDeployment to AccessControlValidatorHarald Musum2018-07-031-0/+3
| | | | | Use a boolean that is set correctly no matter what versions are loaded to decide when to use AccessControlValidator