summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #6742 from ↵Jon Bratseth2018-08-301-4/+2
| | | | | | | 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-2/+4
|
* Revert "Merge pull request #6722 from ↵Jon Bratseth2018-08-291-4/+2
| | | | | | | 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-2/+4
|
* Read stored models from Zk package for global rank profilesJon Bratseth2018-08-291-4/+2
|
* Scope imported models to an entire application buildJon Bratseth2018-08-221-3/+2
|
* Revert "Merge pull request #6635 from ↵Jon Bratseth2018-08-211-2/+4
| | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-2-4" This reverts commit 3f91e18528b4982398332a30728eed8f7d2b580c, reversing changes made to 8e3ba08f1d3b79e573864726c6c03e58862feee6.
* Revert "Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-201-4/+2
| | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3"" This reverts commit c7cfd9f4742f398331839ed0f2ceeee55c68a791.
* Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-201-2/+4
| | | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3" This reverts commit c6d642b55558203a6eddd79efbc232bb34ec8e52, reversing changes made to 59ffc5091b8246674843deea81a11a917abf801e.
* Revert "Bratseth/generate rank profiles for all models part 2 3"Jon Bratseth2018-08-201-4/+2
|
* Revert "Merge pull request #6619 from ↵Jon Bratseth2018-08-201-2/+4
| | | | | | | vespa-engine/revert-6611-revert-6596-revert-6584-bratseth/generate-rank-profiles-for-all-models-part-2" This reverts commit 0437e8cc1d550fb8c6d24ffe4da813067c542f62, reversing changes made to 1715b8393827c159f8709033075066b29932f852.
* Revert "Revert "Revert "Convert all outputs"""Jon Marius Venstad2018-08-171-4/+2
|
* Avoid ApplicationPackage.getFilesJon Bratseth2018-08-171-2/+2
|
* Revert "Revert "Convert all outputs""Jon Bratseth2018-08-171-0/+2
|
* Revert "Convert all outputs"Jon Bratseth2018-08-151-2/+0
|
* Convert all outputsJon Bratseth2018-08-151-0/+2
|
* Use the guava version from container-dep-versions everywhere.gjoranv2018-07-191-1/+0
|
* Remove unused method and unneeded default implementationHarald Musum2018-07-191-23/+1
|
* Merge pull request #6342 from vespa-engine/hmusum/remove-unused-methodsHarald Musum2018-07-0514-32/+8
|\ | | | | Remove unused methods and default implementations
| * Remove unused methods and default implementationsHarald Musum2018-07-0514-32/+8
| |
* | Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-053-3/+3
|/
* Need default implementation of new method (for old models)Harald Musum2018-07-051-2/+6
|
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-042-3/+70
|
* Wire in isFirstDeployment to AccessControlValidatorHarald Musum2018-07-031-0/+1
| | | | | Use a boolean that is set correctly no matter what versions are loaded to decide when to use AccessControlValidator
* Don't fail on out of capacity on bootstrapJon Bratseth2018-06-261-0/+1
|
* Nonfunctional changesJon Bratseth2018-06-251-1/+1
|
* Nonfunctional changesJon Bratseth2018-06-201-0/+1
|
* Use the same repo for all builtin config definitions in ServerCacheHarald Musum2018-06-111-3/+8
| | | | | | Avoid creating many instances of identical data for builtin config definitions. Also put user config definitions in a repo, the same way the builtin config definitions are.
* Explain validation overridesJon Bratseth2018-06-071-1/+8
|
* Merge with masterJon Bratseth2018-06-011-0/+6
|\
| * Add maintainer for deleting unused file references on diskHarald Musum2018-05-301-0/+6
| | | | | | | | | | | | * For now the maintainer just outputs what to be deleted * Add config for file references dir insteaed of hardcoding to make it possible to test
* | Separate internal redeploys from application package changesJon Bratseth2018-06-013-5/+33
|/ | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* Add method to get all file references used by an applicationHarald Musum2018-05-281-0/+5
|
* Add athenzDnsSuffix and ztsUrl to identity configBjørn Christian Seime2018-05-151-0/+3
|
* Validate that global attribute on document types in a content cluster areTor Egge2018-05-081-0/+1
| | | | unchanged unless the corresponding override is present.
* Revert "Revert "Validate content type removal""Jon Bratseth2018-04-301-0/+1
|
* Revert "Validate content type removal"Jon Marius Venstad2018-04-271-1/+0
|
* Validate content type removalJon Bratseth2018-04-261-0/+1
|
* Remove unused filedistribution methodsHarald Musum2018-03-233-21/+0
|
* Prepare for removing some unused or noop methods from filedistribution APIHarald Musum2018-03-151-3/+6
|
* Remove dead codeHarald Musum2018-02-152-31/+0
|
* disableFiledistributor is not used anymoreHarald Musum2018-02-101-1/+1
|
* Remove call to reload file distributorHarald Musum2018-02-091-0/+2
|
* Handle small constantsJon Bratseth2018-02-051-0/+7
|
* Remove templates dir, not supported in Vespa 6Harald Musum2018-01-311-1/+0
|
* Remove unused methodHarald Musum2018-01-311-10/+0
|
* Avoid using deprecated methodHarald Musum2018-01-311-1/+1
|
* Move it back where it came from.Henning Baldersheim2018-01-251-16/+1
|
* Do not pregenerate uri yet.Henning Baldersheim2018-01-251-0/+15
|
* Add option to also send an uri.Henning Baldersheim2018-01-251-0/+1
|