aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13166 from vespa-engine/bratseth/propagate-cluster-infoJon Bratseth2020-05-066-21/+143
|\
| * Propagate cluster infoJon Bratseth2020-05-066-40/+133
| * Propagate cluster info wipJon Bratseth2020-05-021-0/+29
* | Add currentVersion dimension to change duration metricMartin Polden2020-05-053-15/+21
* | Log full version stringMartin Polden2020-05-051-1/+1
* | Use shutdownNow if shutdown is not enough, after 10 secondsJon Marius Venstad2020-05-041-1/+6
* | Avoid Instant.MAX that is later serialised to epoch millis -> overflowJon Marius Venstad2020-05-041-1/+1
|/
* Merge pull request #13117 from vespa-engine/hmusum/remove-dead-code-10Martin Polden2020-04-301-54/+1
|\
| * Simplify mockHarald Musum2020-04-301-54/+1
* | Include "pending" runs only for the relevant version >_<Jon Marius Venstad2020-04-303-41/+22
* | Consistently choose instance for implicit tests to avoid duplicatesJon Marius Venstad2020-04-301-5/+5
|/
* Use vespajlib maintenance package in controller-serverMartin Polden2020-04-2959-626/+314
* Jobs without a readyAt timestamp are pendingJon Marius Venstad2020-04-281-1/+1
* "application" and "platform"Jon Marius Venstad2020-04-282-16/+16
* Indicate pending runs and whether they are upgradesJon Marius Venstad2020-04-282-15/+39
* Disallow Screwdriver from submitting to the sandbox tenantJon Marius Venstad2020-04-271-1/+4
* Use Vespa LogLevel where appropriate.gjoranv2020-04-251-2/+2
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-1/+1
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-3/+3
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-253-3/+3
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-2513-19/+19
* LogLevel.INFO -> Level.INFOgjoranv2020-04-254-7/+7
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-254-6/+6
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2522-22/+22
* Merge pull request #13056 from vespa-engine/mpolden/remove-unused-metricsMartin Polden2020-04-242-73/+44
|\
| * Remove unused metricsMartin Polden2020-04-242-73/+44
* | Only print docker image if wanted is not the same as currentHarald Musum2020-04-241-1/+3
* | Add docker image repository to node detailsHarald Musum2020-04-244-17/+26
|/
* Merge pull request #13019 from vespa-engine/mpolden/measure-change-durationJon Bratseth2020-04-2322-268/+352
|\
| * Measure platform and OS change duration per hostMartin Polden2020-04-2213-213/+291
| * Rename methodsMartin Polden2020-04-2211-55/+61
* | Revert "Reduce timeout for nodesDown and noNodeDown in cd"Harald Musum2020-04-221-2/+2
|/
* Require flag to be defined in target zoneHåkon Hallingstad2020-04-212-6/+38
* Apply suggestions from code reviewJon Marius Venstad2020-04-171-1/+1
* break, not return, from switch statementJon Marius Venstad2020-04-171-2/+2
* Log process during contact information updatesJon Marius Venstad2020-04-171-4/+16
* Expand ContactInformationMaintainer unit test to verify exception handlingJon Marius Venstad2020-04-171-13/+13
* Inline variablesJon Marius Venstad2020-04-171-2/+1
* Used named threads in maintainersJon Marius Venstad2020-04-171-1/+1
* Reduce initial maintainer delay in controllerJon Marius Venstad2020-04-172-7/+12
* Acquire lock through CuratorMartin Polden2020-04-141-28/+14
* Merge pull request #12883 from vespa-engine/jonmv/remove-deployment-jobs-from...Jon Marius Venstad2020-04-146-804/+0
|\
| * Remove now unused deploymentJobs fieldJon Marius Venstad2020-04-096-804/+0
* | Hide manual jobsJon Marius Venstad2020-04-092-5/+4
* | Add some more job data in deployment APIJon Marius Venstad2020-04-092-29/+107
|/
* Merge pull request #12874 from vespa-engine/jvenstad/all-jobs-in-deployment-apiTorbjørn Smørgrav2020-04-081-0/+3
|\
| * Add completedAt to delay stepsJon Marius Venstad2020-04-081-0/+3
* | Merge pull request #12869 from vespa-engine/jvenstad/all-jobs-in-deployment-apiJon Marius Venstad2020-04-083-28/+308
|\|
| * List jobs explicitlyJon Marius Venstad2020-04-073-284/+113
| * Provide all (relevant runs of all) jobs in deployment APIJon Marius Venstad2020-04-072-27/+478