summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused method from APIHarald Musum2017-12-061-9/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* More wiring for making it possible to disable filedistributorHarald Musum2017-11-271-0/+1
|
* Fix tests after refactorMorten Tokle2017-11-231-4/+4
|
* Move deployment spec ContainerCluster -> ContainerModelBuilderMorten Tokle2017-11-223-20/+25
|
* Move identity configuration services.xml -> deployment.xmlMorten Tokle2017-11-213-9/+125
|
* Resolved conflictJon Marius Venstad2017-11-171-1/+10
|\
| * Add new field for loadbalancername, deprecate loadbalanceraddressMorten Tokle2017-11-151-1/+10
| |
* | Added TODO:Jon Marius Venstad2017-11-151-1/+0
|/
* Revert "Treat loadbalancer address as string and pass through"Harald Musum2017-11-141-1/+2
|
* Treat loadbalancer address as string and pass throughMorten Tokle2017-11-141-2/+1
|
* Remove unused interface no longer needed.Henning Baldersheim2017-11-081-2/+1
|
* Merge pull request #3954 from vespa-engine/mortent/propagate-lbaddressMorten Tokle2017-11-081-0/+2
|\ | | | | Propagate loadBalancerAddress
| * Propagate loadBalancerAddressMorten Tokle2017-11-071-0/+2
| |
* | Merge branch 'master' into balder/add-filedist-rpc-to-configserverHarald Musum2017-11-082-6/+1
|\ \
| * | Remove duplicate regions in testHarald Musum2017-11-081-3/+1
| | |
| * | Name changes, minor refactoring, should be non-functional onlyJon Marius Venstad2017-11-071-3/+0
| |/
* / Add serveFile interface.Henning Baldersheim2017-11-071-1/+5
|/
* Remove deprecated, unused method and default implementation from interfaceHarald Musum2017-11-021-13/+2
|
* Add copyright headerJon Bratseth2017-10-273-0/+3
|
* Disallow parallel triggeringJon Bratseth2017-10-191-1/+1
| | | | | | | - Disallow parallel triggering - Let triggerReadyJobs look at all jobs - Refuse to trigger an upgrade if a newer upgrade has started in the meantime (due to block + timeout) - More upgrade+block scenario tests
* Let block-upgrade continue to workMartin Polden2017-10-162-5/+6
|
* Don't validate when reading stored applicationsJon Bratseth2017-10-162-3/+29
|
* Enforce order of block-changeJon Bratseth2017-10-113-13/+71
| | | | | | | Enforce that the block-change tag is placed after any test and staging tag and before the prod tag. This is in case we want to allow multiple block points in the future (perhaps to block rolling out to the next instance when having multiple instances) such that the placement becomes significant.
* Separate out XML readingJon Bratseth2017-10-112-118/+151
|
* Support blocking application changesJon Bratseth2017-10-092-3/+3
|
* block-upgrade -> block-change to support blocking revisionsJon Bratseth2017-10-092-22/+92
|
* One SlobrokMonitor2 per applicationHåkon Hallingstad2017-10-082-1/+7
|
* Remove unnecessary expensive cleanupHarald Musum2017-09-291-0/+1
| | | | | | * Remove step that is very expensive, since it iterates over all hosts in the system. Cleanup is done by removeDeploymentsThatHaveDifferentApplicationId() anyway
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Merge pull request #3554 from vespa-engine/aressem/remove-post-install-scriptArnstein Ressem2017-09-271-0/+2
|\ | | | | Aressem/remove post install script
| * Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
| |
* | Merge branch 'master' into hakon/move-supermodel-to-config-model-apiHåkon Hallingstad2017-09-264-8/+351
|\ \
| * | Read block-upgrade tag from deployment specMartin Polden2017-09-254-8/+351
| |/
* / Move SuperModel to config-model-apiHåkon Hallingstad2017-09-253-5/+101
|/ | | | This avoids duplication of datastructures in service monitor
* Move SuperModel API to config-model-apiHåkon Hallingstad2017-09-203-0/+59
|
* Fix deployment spec cast in container cluster modelMartin Polden2017-09-081-3/+4
|
* Move zones() up to simplifyJon Marius Venstad2017-08-311-8/+11
|
* Restore indentationMartin Polden2017-08-311-2/+2
|
* Simplify testJon Bratseth2017-08-301-4/+0
|
* Remove dead codeJon Bratseth2017-08-301-27/+0
|
* SimplifyJon Bratseth2017-08-302-3/+25
|
* Read parallel tag from deployment.xmlMartin Polden2017-08-302-15/+133
|
* Merge pull request #3234 from ↵Jon Bratseth2017-08-306-27/+35
|\ | | | | | | | | vespa-engine/bratseth/store-provisioninfo-without-version Bratseth/store provisioninfo without version
| * ProvisionInfo -> AllocatedHostsJon Bratseth2017-08-282-13/+12
| |