summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/RoutingController.java
Commit message (Expand)AuthorAgeFilesLines
* Move failed DNS requests behind those of other apps, but keep internal orderingjonmv2023-01-191-4/+8
* Stop looking for DNS records by data onlyMartin Polden2023-01-191-5/+4
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-3/+3
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-3/+3
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-3/+3
* Address reviewjonmv2022-11-161-3/+3
* Support legacy regional app-endpoint URLs, to be revertedjonmv2022-11-161-1/+6
* Always hide regino part in application endpointsjonmv2022-11-161-19/+16
* Collapse multiple regions to a single application endpointjonmv2022-11-161-29/+30
* Allow multiple regions and instances in app endpoints, part model + testsjonmv2022-10-191-15/+20
* Allow creating A recordsValerij Fredriksen2022-10-061-6/+6
* Allow one routing method per zoneMartin Polden2022-09-151-11/+9
* SimplifyMartin Polden2022-06-091-8/+7
* Upgrade to guice 4.2.3 and guava 27.1gjoranv2022-06-081-0/+1
* Remove unused variableMartin Polden2022-05-041-1/+0
* Remove use of shared routing method in controllerMartin Polden2022-02-151-11/+0
* Always list all available endpointsMartin Polden2022-02-141-28/+2
* Remove hide-shared-routing-endpoint feature flagMartin Polden2022-01-131-22/+10
* Stop supporting endpoints on plain portMartin Polden2022-01-131-7/+1
* Remove change-routing-status-of-all-upstreams flagMartin Polden2021-12-081-4/+1
* Change routing status for all known clustersMartin Polden2021-12-021-1/+4
* Extract RoutingPolicyList and refactorMartin Polden2021-11-301-1/+1
* Remove ineffectual and unnecessary optional wrappingMartin Polden2021-11-261-16/+14
* Send container endpoint routing method on deployMartin Polden2021-11-261-16/+19
* Rename routing contextsMartin Polden2021-11-261-4/+4
* Send endpoint weights on deployMartin Polden2021-11-251-8/+21
* Configure all routing variants through a RoutingContextMartin Polden2021-11-191-53/+54
* Move rotation to routing packageMartin Polden2021-11-191-2/+2
* Disallow application endpoints with shared routing methodMartin Polden2021-11-191-10/+15
* Include correct application endpoints in certificateMartin Polden2021-11-181-2/+3
* Assign rotations on deploymentMartin Polden2021-11-171-6/+13
* Include declared application endpoints in certificateMartin Polden2021-11-161-3/+16
* Require non-empty endpoint targetsMartin Polden2021-11-151-2/+3
* Always pass application endpoints to config serverMartin Polden2021-11-121-3/+2
* Account for instance when computing container endpointsMartin Polden2021-11-121-5/+3
* Include application-level endpoints and scope in deployMartin Polden2021-11-101-0/+24
* Add scope to container endpointMartin Polden2021-11-101-0/+11
* Only consider declared instancesMartin Polden2021-11-101-14/+12
* Distinguish between implicit (zone-scoped) and declared endpointsMartin Polden2021-11-101-61/+62
* Revert "Include application-level endpoints and scope in deploy"Harald Musum2021-11-091-97/+61
* Include application-level endpoints and scope in deployMartin Polden2021-11-091-0/+24
* Add scope to container endpointMartin Polden2021-11-091-0/+11
* Distinguish between implicit (zone-scoped) and declared endpointsMartin Polden2021-11-091-61/+62
* Maintain ALIAS records for application-level endpointsMartin Polden2021-11-081-2/+25
* Replace zones with targets in EndpointMartin Polden2021-11-041-11/+12
* Remove compile version checkMartin Polden2021-11-031-32/+24
* Remove legacy parameterMartin Polden2021-11-031-2/+2
* Remove support for legacy endpoints in publicMartin Polden2021-11-021-8/+0
* Remove legacy-endpoint-in-certificate feature flagMartin Polden2021-11-021-16/+4
* Merge pull request #19763 from vespa-engine/mpolden/avoid-three-level-namesMorten Tokle2021-10-281-1/+1
|\