summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentTrigger.java
Commit message (Expand)AuthorAgeFilesLines
* Test and avoid potential deadlock with production tests leap-frogging deploym...Jon Marius Venstad2022-02-141-1/+1
* Special-case OOC only in test zones, and catch all dependent jobs for a revis...Jon Marius Venstad2022-02-021-5/+4
* Decouple deployment of revisoin and upgrade within each instanceJon Marius Venstad2022-01-311-27/+49
* Let "separate" revision upgrade strategy wait for previous, unless they failJon Marius Venstad2022-01-211-5/+7
* Store completed application version whenever it completesJon Marius Venstad2022-01-201-1/+4
* Simplify remaining change code, no functional changesJon Marius Venstad2022-01-201-20/+12
* Recompute change to avoid setting a change which triggers no jobsJon Marius Venstad2021-11-301-2/+7
* Rewrite without streams to ensure jobs are always triggered.gjoranv2021-11-091-22/+37
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Allow POSTing a dev/perf job to re-run on system versionJon Marius Venstad2021-09-221-1/+14
* Abort running jobs less eagerlyJon Marius Venstad2021-08-191-25/+26
* Remove dead codeJon Marius Venstad2021-08-191-71/+0
* Allow configuring upgrade rollout in deployment.xmlJon Marius Venstad2021-08-191-0/+2
* Avoid NPE when getting application set for non-loaded sessionJon Marius Venstad2021-07-021-1/+1
* Text.fmt -> Text.formatArne Juul2021-06-291-1/+1
* String.format -> Text.fmtArne Juul2021-06-291-1/+2
* Add retrigger queue to avoid errors when job already runningMorten Tokle2021-06-181-0/+31
* More lazy debug log message generationJon Marius Venstad2021-04-281-1/+1
* Split isSuspended and isHealthy, and show only healthy content clustersJon Marius Venstad2020-12-211-4/+4
* Default to conservative behaviour when config servers downJon Marius Venstad2020-12-211-1/+1
* Read version status once per computeMartin Polden2020-10-291-2/+1
* Reduce version status readsMartin Polden2020-10-281-1/+1
* Count prod deployments as relevant (to not abort) when same targetsJon Marius Venstad2020-09-241-1/+3
* Let relevant jobs finish when new application change rolls outJon Marius Venstad2020-09-081-2/+7
* Allow retriggering in all environmentsJon Marius Venstad2020-06-161-3/+4
* Handle when an instance has only declared testsJon Marius Venstad2020-05-191-2/+4
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-2/+2
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Fix javadoc even more :)Jon Marius Venstad2020-04-071-2/+1
* Avoid taking run lock and then application lock, to avoid deadlockJon Marius Venstad2020-04-071-6/+1
* Act on the readable subset of applications when appropriateMartin Polden2020-03-181-1/+1
* Allow rerunning job with last triggered parametersJon Marius Venstad2020-03-051-0/+12
* Remove unused parameterMartin Polden2020-03-041-3/+2
* Remove unused importsMartin Polden2020-03-041-1/+0
* Resume jobs in application/v4 by deleting a pauseJon Marius Venstad2020-01-201-0/+7
* Allow OCD to propagate revisions to instances failing upgradesJon Marius Venstad2020-01-071-18/+26
* Move changes to instancesJon Marius Venstad2020-01-071-48/+64
* Avoid throwing around Versions when checking job completenessJon Marius Venstad2020-01-071-1/+1
* Clarify and simplify little bitsJon Marius Venstad2020-01-071-10/+3
* Compute outstanding change, instead of keeping it in syncJon Marius Venstad2020-01-071-37/+28
* Force trigger correct jbosJon Marius Venstad2020-01-021-1/+1
* Refactor forceTrigger job computationJon Marius Venstad2020-01-021-29/+12
* Reorder, rename, reduce visibility — nonfunctional changesJon Marius Venstad2019-12-271-2/+1
* Do not trigger already running jobsJon Marius Venstad2019-12-111-3/+4
* Some cleanup and TODOsJon Marius Venstad2019-12-111-120/+8
* Support production test jobsJon Marius Venstad2019-12-111-15/+5
* All green skiesJon Marius Venstad2019-12-111-2/+3
* More fixJon Marius Venstad2019-12-111-2/+4
* Fixing broken things, more to comeJon Marius Venstad2019-12-111-1/+26