aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentTester.java
Commit message (Expand)AuthorAgeFilesLines
* Use BFS rather than DFS task order for in-thread test executorjonmv2023-10-191-1/+1
* Revert "Merge pull request #28879 from vespa-engine/revert-28869-jonmv/job-ru...jonmv2023-10-111-2/+1
* Revert "Jonmv/job runner thread metrics"Harald Musum2023-10-111-1/+2
* Non-functional changesjonmv2023-10-111-2/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* When a human cancels a job, do not retry itjonmv2023-04-281-1/+1
* Convert controller-server to junit5Bjørn Christian Seime2022-07-281-1/+1
* Handle failures when triggering individual jobsjonmv2022-06-151-1/+1
* Eliminate wrong use of optionaljonmv2022-06-101-2/+2
* Some more testing of dual change with multiple next-when-clear instancesJon Marius Venstad2022-03-161-1/+1
* Log why runs are abortedJon Marius Venstad2022-02-281-1/+1
* More verbose code to facilitate debugging.gjoranv2021-11-091-3/+7
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* SimplifyMartin Polden2020-11-041-6/+3
* Report metric for broken system versionMartin Polden2020-10-281-0/+1
* Control maintenance jobs with feature flagMartin Polden2020-07-091-1/+2
* Use vespajlib maintenance package in controller-serverMartin Polden2020-04-291-6/+6
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-3/+3
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Compute DeploymentStatistics on demand, from fresh dataJon Marius Venstad2020-04-031-0/+2
* Determine endpoints from routing policies for all routing methodsMartin Polden2020-02-271-15/+0
* Simplify now that there are no tester endpointsHarald Musum2020-02-071-2/+0
* Never register non-production deployments in global endpointMartin Polden2020-02-051-8/+0
* Remove ClockHåkon Hallingstad2020-01-061-1/+1
* Adds steps to the run REST APIHåkon Hallingstad2020-01-021-4/+1
* Disallow confidence increases during weekends as wellJon Marius Venstad2019-12-131-5/+8
* Update docJon Marius Venstad2019-11-041-1/+1
* Use DeploymentContext instead of DeploymentTester directlyJon Marius Venstad2019-11-041-121/+0
* Rename deploymentContext() to newDeploymentContext()Jon Marius Venstad2019-11-041-2/+2
* Remove DeploymentTester and rename InternalDeploymentTesterJon Marius Venstad2019-10-311-240/+175
* Update DeploymentTriggerTestJon Marius Venstad2019-10-311-2/+5
* Store commit details of latest versionMartin Polden2019-10-291-18/+7
* Revert "Store commit details of latest version"Harald Musum2019-10-291-7/+18
* Store commit details of latest versionMartin Polden2019-10-291-18/+7
* Update RoutingPoliciesTest and VersionStatusTestJon Marius Venstad2019-10-281-9/+0
* Reduce usage of legacy deployment system in MetricsReporterTestMartin Polden2019-10-241-6/+7
* Set upgrades per minute to non-zero value in testsJon Marius Venstad2019-10-231-0/+1
* Emit metric for nodes failing system upgradeMartin Polden2019-10-021-1/+6
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-13/+19
* Let createApplication return an Application (and :dark_sunglasses:)Jon Marius Venstad2019-09-281-58/+67
* Rename Application -> InstanceJon Marius Venstad2019-09-181-58/+58
* Construct and configure tester in each test methodMartin Polden2019-09-121-0/+20
* Move BuildService to ServiceRegistryMartin Polden2019-09-091-1/+1
* Move ApplicationStore to ServiceRegistryMartin Polden2019-09-091-3/+0
* Move ArtifactRepository to ServiceRegistryMartin Polden2019-09-091-4/+1
* Introduce ServiceRegistry in controllerMartin Polden2019-09-021-3/+2
* Preserve commit details of previous versionsMartin Polden2019-08-261-2/+6
* Store version and commit details in ControllerVersionMartin Polden2019-08-151-2/+3
* Avoid too much use of ZoneList.ids() now that zones() is availableHåkon Hallingstad2019-06-241-3/+4
* Support instancesJon Bratseth2019-06-111-1/+5