aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentTester.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refresh routing policies on deploy (de)activationMartin Polden2019-05-231-3/+3
* Report metric for queued name service requestsMartin Polden2019-04-301-1/+9
* Queue and dispatch all name service requestsMartin Polden2019-04-291-1/+15
* Also move UpgradePolicy, ZoneFilter, and ZoneListHåkon Hallingstad2019-04-081-1/+1
* Move ZoneId to config-provisioningHåkon Hallingstad2019-04-081-2/+1
* Allow for different tenants (with auth things)Jon Marius Venstad2019-03-171-0/+1
* CleanupMartin Polden2019-02-121-1/+1
* Rename isPresent to hasTargets, and display change which is only pin in REST APIJon Marius Venstad2019-01-211-5/+5
* Make OutstandingChangeDeployer accessible from DeploymentTesterJon Marius Venstad2018-10-311-0/+5
* Never downgrade system versionMartin Polden2018-10-101-1/+1
* Make infrastructure upgrade logic reusableMartin Polden2018-08-161-10/+3
* Expose application store to testertoby2018-08-151-0/+3
* Clean up deactivation codeJon Marius Venstad2018-08-131-2/+1
* CleanupJon Marius Venstad2018-08-091-18/+7
* Reduce Optional usageJon Marius Venstad2018-08-091-4/+3
* Move integration mocks to integration packageMartin Polden2018-06-291-2/+2
* Move testUpdatesFailingJobStatus to DeploymentTriggerTestMartin Polden2018-06-291-0/+6
* Use current system version for non-converging system applicationsMartin Polden2018-06-281-4/+2
* Ensure that config has converged before changing system versionMartin Polden2018-06-271-9/+14
* Revert "Revert "Jvenstad/hosted vespa deployment pipeline""Jon Marius Venstad2018-06-201-1/+1
* Revert "Jvenstad/hosted vespa deployment pipeline"Harald Musum2018-06-191-1/+1
* I'm a skeletonJon Marius Venstad2018-06-191-1/+1
* Always run job if targets changeMartin Polden2018-06-151-6/+5
* Back off when retrying failing jobsMartin Polden2018-06-141-2/+14
* Move deployment spec helper methods to DeploymentStepsMartin Polden2018-06-141-2/+2
* Rename DeploymentOrder -> DeploymentStepsMartin Polden2018-06-131-1/+1
* Define and upgrade system applicationsMartin Polden2018-05-021-7/+17
* Refactor system upgrade test helpersMartin Polden2018-04-261-14/+6
* Trigger system and staging tests in parallelJon Marius Venstad2018-04-251-1/+1