aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Tests must be after last prod job, with any statusJon Marius Venstad2020-04-071-1/+0
|/
* Merge pull request #12866 from vespa-engine/jonmv/dedupe-failed-runs-per-vers...Martin Polden2020-04-071-1/+2
|\
| * List only the last failing run per versionJon Marius Venstad2020-04-071-1/+2
* | Merge pull request #12859 from vespa-engine/jonmv/avoid-application-(dead)-lockJon Marius Venstad2020-04-072-18/+13
|\ \
| * | 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-072-17/+13
| |/
* / log if getting endpoint cert metadata is very slowandreer2020-04-071-0/+10
|/
* Remove RoutingGeneratorMartin Polden2020-04-064-59/+0
* Merge pull request #12822 from vespa-engine/jvenstad/all-jobs-in-deployment-apiMartin Polden2020-04-0511-240/+276
|\
| * Compute DeploymentStatistics on demand, from fresh dataJon Marius Venstad2020-04-0311-240/+276
* | Add missing equals()/hashCode() to WarningWithoutTargetBjørn Christian Seime2020-04-031-0/+14
|/