summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentStatus.java
Commit message (Expand)AuthorAgeFilesLines
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
* Do a proper BFS through deployment graphjonmv2023-01-101-7/+10
* Avoid exponential behaviourjonmv2023-01-101-5/+7
* Use prerequsite tests, rather than same-instance declared or else fallbackjonmv2023-01-031-38/+18
* Compute prerequisite tests for a given prod deploymentjonmv2023-01-031-3/+24
* Test jobs have no permanent runtime versionsjonmv2023-01-021-1/+1
* Avoid platform-specific error message in testjonmv2022-12-071-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Avoid rare deadlock with production test/deployment triggeringjonmv2022-11-101-13/+17
* No real changesjonmv2022-10-271-23/+20
* Handle instances without jobs in deployment specjonmv2022-10-261-1/+2
* Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-2/+4
* Check for not AWS or GCP insteadJon Marius Venstad2022-10-041-1/+1
* No istant retires on node allocation failures outside on-prem test zonesjonmv2022-10-041-1/+3
* Reset cooldown when targets for test jobs change, irrespective of changejonmv2022-10-041-5/+5
* Pick cloud used by app for manually triggered test jobsjonmv2022-09-261-1/+1
* Ensure operators may force downgrade to unknown versionjonmv2022-09-261-21/+24
* Refine check for whether app is/was on old majorjonmv2022-09-191-1/+3
* Try/catch triggering new revisions, and return success ratejonmv2022-09-191-2/+2
* Corner case fixjonmv2022-09-141-1/+4
* Do not require equal source versions for system tests to be equaljonmv2022-09-131-1/+4
* Refuse new apps deployments to outdated majorsjonmv2022-09-121-3/+36
* Consider version confidence for fallback platforms (when no deployments/change)jonmv2022-09-121-6/+17
* Run test jobs only in clouds for which there are dependent deploymentsjonmv2022-09-121-12/+45
* Ensure production tests are "done" when we skip production downgradesjonmv2022-09-121-1/+9
* Ensure comp.platform for all changes of change, and do not override present onesjonmv2022-09-071-8/+8
* Consider only dep.spec. variables when computing compile versionjonmv2022-09-021-1/+1
* Let revision change which requires platform override blockersjonmv2022-09-011-6/+7
* Just move some codejonmv2022-09-011-0/+39
* Require test success in right instance, or else start relevant test jobjonmv2022-08-011-1/+3
* Detect when using .zone() on incomplete job typejonmv2022-06-291-17/+13
* Correctly compare run and expected cloudjonmv2022-06-281-3/+5
* Revert "Merge pull request #23247 from vespa-engine/revert-23218-jonmv/multip...jonmv2022-06-281-56/+115
* Revert "Jonmv/multiple test and staging zones"Jon Marius Venstad2022-06-271-115/+56
* ZoneList.get(ZoneId)jonmv2022-06-241-1/+1
* Support multiple system/staging test cloud combinationsjonmv2022-06-231-48/+108
* Allow system test with different zones, test with different clouds (but not t...jonmv2022-06-231-0/+4
* Remove now unneeded job filteringjonmv2022-06-231-8/+1
* Stash with partial multile job typesjonmv2022-06-231-2/+4
* Simplify and clean up some code related to ordering jobs/deploymentsjonmv2022-06-171-2/+4
* Use a compatible fallback versionjonmv2022-06-151-6/+29
* Improve decision making for instances with only testsjonmv2022-05-051-4/+21
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-15/+12
* Fix badge handler NPEjonmv2022-04-221-1/+1
* Add new run status noTests, which is a success, but not quite as shinyjonmv2022-04-211-4/+4
* Serialise JobType with zone+test, and eliminate last == usagesjonmv2022-04-191-1/+1
* Revert "Merge pull request #22130 from vespa-engine/revert-22100-jonmv/remove...jonmv2022-04-191-1/+1
* Revert "Remove compatibility serialisation for revisions, and add (de-) for j...Harald Musum2022-04-191-1/+1