aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/rotation/RotationRepository.java
Commit message (Expand)AuthorAgeFilesLines
* Move rotation to routing packageMartin Polden2021-11-191-191/+0
* Support application-level endpoints in DeploymentSpecMartin Polden2021-11-021-1/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Text.fmt -> Text.formatArne Juul2021-06-291-1/+1
* String.format -> Text.fmtArne Juul2021-06-291-1/+2
* Test deployment while unreadable application existsMartin Polden2020-03-181-0/+1
* Refactor assignment of single rotationMartin Polden2020-03-181-37/+28
* Handle updating cluster of existing endpointMartin Polden2020-03-121-76/+24
* Avoid temporarily breaking deployment API when instance is removedJon Marius Venstad2019-12-181-1/+1
* Revert "Revert "Jvenstad/test steps in deployment spec""Jon Marius Venstad2019-12-021-1/+1
* Revert "Jvenstad/test steps in deployment spec"Valerij Fredriksen2019-11-291-1/+1
* Rename deploysTo -> concerns in DeploymentSpec.Step, and includes -> deploysToJon Marius Venstad2019-11-281-1/+1
* Skip rotation assignment in rotation-less systemsMartin Polden2019-11-201-0/+6
* Remove instance only when no longer referenced, plus some test fixesJon Marius Venstad2019-10-211-0/+1
* Assign rotations per instanceJon Marius Venstad2019-10-211-3/+6
* Rename methodMartin Polden2019-10-161-1/+1
* Make getOrAssignRotation privateMartin Polden2019-10-141-2/+3
* Remove unused methodMartin Polden2019-10-141-12/+2
* Revert "Merge pull request #10923 from vespa-engine/revert-10912-bratseth/ins...Jon Bratseth2019-10-081-38/+34
* Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-081-34/+38
* Revert "Merge pull request #10909 from vespa-engine/revert-10891-bratseth/ins...Jon Bratseth2019-10-081-38/+34
* Revert "Bratseth/instances in deployment xml rebased"Jon Bratseth2019-10-071-34/+38
* Avoid deprecated methodsJon Bratseth2019-10-041-38/+34
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-36/+42
* Rename Application -> InstanceJon Marius Venstad2019-09-181-42/+42
* Remove unnecessary getterMartin Polden2019-08-221-14/+17
* Split finding needed rotations and assigning them to two stepsØyvind Grønnesby2019-07-021-4/+23
* Fix issue with rotations changing after assignmentØyvind Grønnesby2019-07-021-17/+61
* Add methods to get rotations based on ID, and to assign multiple rotations pe...Øyvind Grønnesby2019-06-281-0/+64
* Make rotations be List<> instead of Optional<>Øyvind Grønnesby2019-05-271-5/+5
* SimplifyMartin Polden2019-04-041-1/+1
* Remove special handling of corp zonesMartin Polden2018-12-171-8/+0
* Remove corp zone from testsMartin Polden2018-12-061-0/+1
* Add systemname to global rotation nameMorten Tokle2018-10-021-3/+3
* Use rotation FQDN when checking health statusMartin Polden2018-04-131-1/+7
* Remove DNS records for unassigned rotationsMartin Polden2017-12-081-11/+13
* Use curator lock when assigning rotationMartin Polden2017-12-051-7/+16
* Move rotation to applicationMartin Polden2017-11-291-0/+106