aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/InfraDeployerImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Add reactive infra-application redeployer, triggered when hosts complete prov...jonmv2023-10-191-2/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Do not take tenant-host lock in infra-deployerjonmv2023-06-271-12/+9
* Use DomainName instead of the stricter HostName in duper-modeljonmv2023-03-301-3/+3
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Move application lock to ApplicationsValerij Fredriksen2022-10-271-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-091-1/+1
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-081-1/+1
* Move ID part to HostName in config-provisioningjonmv2022-04-081-1/+1
* Revert "Merge pull request #22065 from vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-081-2/+2
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-2/+2
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-081-2/+2
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* More lazy debug log message generationJon Marius Venstad2021-04-281-1/+1
* Revert "Revert "Move node operations into a separate class""Jon Bratseth2021-02-091-1/+1
* Revert "Move node operations into a separate class"Jon Bratseth2021-02-091-1/+1
* Move node operations into a separate classJon Bratseth2021-02-081-1/+1
* Optimize infra app deployment order to reduce errorsValerij Fredriksen2020-10-291-1/+5
* Remove always-acquire-provision-lock flagMartin Polden2020-10-261-1/+1
* Store scaling events in ZooKeeperJon Bratseth2020-10-221-1/+3
* Acquire provision lock for transactional writesMartin Polden2020-10-081-7/+9
* Application config generation in deploymentJon Bratseth2020-09-201-1/+4
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Move group argument inside CapacityJon Bratseth2020-03-251-6/+4
* Fail cfg bootstrap if activation of infra apps failsHåkon Hallingstad2020-02-231-2/+4
* Define completeness of SuperModel and DuperModelHåkon Hallingstad2020-02-231-3/+13
* Do rebalancing deployments in the RebalancerJon Bratseth2019-11-181-0/+1
* Always prepare and activate in InfraDeployerImplValerij Fredriksen2019-10-101-39/+19
* Only deploy supported infrastructure applicationsValerij Fredriksen2019-06-011-10/+4
* Return default version if no target is setValerij Fredriksen2019-06-011-9/+3
* Revert "Always return a target version for appropriate node types"Valerij Fredriksen2019-05-291-3/+9
* Always return a target version for appropriate node typesValerij Fredriksen2019-05-281-9/+3
* Code review fixesValerij Fredriksen2019-05-091-22/+27
* Implement InfraDeployer in node-repositoryValerij Fredriksen2019-05-091-0/+161