summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix version (typo)Harald Musum2018-01-231-1/+1
|
* Merge pull request #4692 from ↵Jon Bratseth2018-01-171-2/+8
|\ | | | | | | | | vespa-engine/bratseth/store-converted-expressions-in-zk Bratseth/store converted expressions in zk
| * Persist constant info in ZooKeeperJon Bratseth2018-01-171-1/+3
| |
| * Access files through application packageJon Bratseth2018-01-161-1/+1
| |
| * Use Path. Save constants in models.generated/Jon Bratseth2018-01-151-1/+5
| |
* | Prepare for removal of RuleConfigDeriverHarald Musum2018-01-171-0/+16
| |
* | Ask other config servers to start downloading filesHarald Musum2018-01-161-0/+11
|/ | | | | | To have redundancy, ask the other config servers to start downloading a file, so we have redundancy in case the config server running the code goes down after deployment has finished
* Use constant tensor files WIPJon Bratseth2018-01-112-4/+5
|
* Revert "Revert "Revert "Revert "Jvenstad/zone cleanup 4""""Jon Marius Venstad2018-01-031-14/+4
| | | | This reverts commit 7b99d259bf378c0e5c43c9a199efffdf056678f4.
* Revert "Revert "Revert "Jvenstad/zone cleanup 4"""Harald Musum2018-01-021-4/+14
|
* Revert "Revert "Jvenstad/zone cleanup 4""Jon Marius Venstad2018-01-021-14/+4
|
* Revert "Jvenstad/zone cleanup 4"Jon Marius Venstad2018-01-021-4/+14
|
* Merge branch 'master' into jvenstad/zone-cleanup-4Jon Marius Venstad2018-01-022-9/+19
|\
| * Restore importJon Bratseth2017-12-201-0/+1
| |
| * Merge branch 'master' into bratseth/long-dimensionsJon Bratseth2017-12-201-1/+12
| |\
| | * Revert "Revert "Restore public method""Jon Bratseth2017-12-191-4/+15
| | |