aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/versions/VersionStatusTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove DeploymentTester and rename InternalDeploymentTesterJon Marius Venstad2019-10-311-6/+6
|
* Take care of DeploymentTester stragglersJon Marius Venstad2019-10-311-4/+2
|
* Always use a future controller versionMartin Polden2019-10-291-4/+2
|
* Store commit details of latest versionMartin Polden2019-10-291-3/+10
|
* Revert "Store commit details of latest version"Harald Musum2019-10-291-10/+3
|
* Store commit details of latest versionMartin Polden2019-10-291-3/+10
|
* Update RoutingPoliciesTest and VersionStatusTestJon Marius Venstad2019-10-281-119/+180
|
* Only count actively upgrading nodesMartin Polden2019-10-031-1/+0
|
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-3/+3
|
* Let createApplication return an Application (and :dark_sunglasses:)Jon Marius Venstad2019-09-281-22/+23
|
* Rename Application -> InstanceJon Marius Venstad2019-09-181-23/+23
|
* Construct and configure tester in each test methodMartin Polden2019-09-121-23/+14
|
* Restrict confidence change to a fixed time windowMartin Polden2019-09-121-12/+88
|
* Preserve commit details of previous versionsMartin Polden2019-08-261-0/+31
|
* Store version and commit details in ControllerVersionMartin Polden2019-08-151-5/+10
|
* Avoid too much use of ZoneList.ids() now that zones() is availableHåkon Hallingstad2019-06-241-8/+9
|
* Store whether versions have been released to customer-available repo for buildsJon Marius Venstad2019-06-201-1/+6
|
* Also move UpgradePolicy, ZoneFilter, and ZoneListHåkon Hallingstad2019-04-081-1/+1
|
* Move ZoneId to config-provisioningHåkon Hallingstad2019-04-081-1/+1
|
* Never downgrade system versionMartin Polden2018-10-101-14/+38
|
* Renaming and minor cleanupJon Marius Venstad2018-08-101-3/+2
|
* Remove outdated testsJon Marius Venstad2018-07-021-5/+0
|
* Revert "Revert "Jvenstad/hosted vespa deployment pipeline""Jon Marius Venstad2018-06-201-4/+4
| | | | This reverts commit c6a24ec54ad6a59b5b5c602d9358372c41c314f7.
* Revert "Jvenstad/hosted vespa deployment pipeline"Harald Musum2018-06-191-4/+4
|
* I'm a skeletonJon Marius Venstad2018-06-191-4/+4
|
* Only consider operational nodes for upgradeMartin Polden2018-05-081-2/+2
|
* Define and upgrade system applicationsMartin Polden2018-05-021-4/+12
|
* Refactor system upgrade test helpersMartin Polden2018-04-261-9/+9
|
* Trigger system and staging tests in parallelJon Marius Venstad2018-04-251-0/+1
|
* Add helper for triggering all ready jobsJon Marius Venstad2018-04-251-21/+6
|
* Decide controller version across all controllersMartin Polden2018-04-191-6/+32
|
* ConflictsJon Marius Venstad2018-04-091-3/+23
|
* Merge pull request #5464 from vespa-engine/mpolden/refactor-tenantMartin Polden2018-04-061-2/+2
|\ | | | | Refactor tenant
| * Refactor tenantMartin Polden2018-04-051-2/+2
| | | | | | | | | | | | * Split tenant types into separate classes * Stop using TenantId internally in controller-server * Test variations of invalid tenant names and normalization
* | Removed triggering on job completion (but notify in tests call it to ↵Jon Marius Venstad2018-03-271-6/+2
|/ | | | simulate the maintainer)
* Allow version confidence to be overriddenMartin Polden2018-02-261-0/+28
|
* Remove ignore confidence featureMartin Polden2018-02-261-41/+0
|
* Require application versionMartin Polden2018-02-201-26/+0
|
* Cleanup and proper application creation on deployJon Marius Venstad2018-02-011-3/+0
|
* Update filter too, and add testJon Marius Venstad2018-01-231-2/+5
|
* Use https endpoint on config serverBjørn Christian Seime2018-01-031-5/+1
|
* Check for ! lastTriggered.at.isBefore.lastCompeted.at, which is betterJon Marius Venstad2017-11-081-0/+6
|
* Merged masterJon Marius Venstad2017-11-081-0/+2
|
* Merge with masterJon Bratseth2017-11-081-12/+2
|\
| * Name changes, minor refactoring, should be non-functional onlyJon Marius Venstad2017-11-071-12/+2
| |
* | Complete upgrades which already startedJon Bratseth2017-11-081-0/+1
|/ | | | | | | | This avoids starvation when an upgrade takes so long that it doesn't complete until the next version is released. This also removes rescheduling of upgrades which has not commpleted after 12 hours; retrying should be on the job level only.
* Finished JobList, need to fix a testJon Marius Venstad2017-11-031-14/+13
|
* Revert "Jvenstad/expose more deployment info in v1"Jon Marius Venstad2017-11-031-13/+14
|
* Fixed test and resolved conflictJon Marius Venstad2017-11-021-2/+8
|\
| * Always try to upgrade to the latest good versionJon Bratseth2017-11-011-2/+8
| |