summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/routing
Commit message (Expand)AuthorAgeFilesLines
* Require valid deployment when changing routing statusMartin Polden2020-11-121-0/+16
* Simplify rotation checkMartin Polden2020-11-121-1/+36
* Skip status for routing policies not applying to a global endpointMartin Polden2020-10-301-0/+16
* Remove redundant newlinessmorgrav2020-09-231-2/+0
* Add bindings to controller tester and test api prefixsmorgrav2020-09-232-5/+18
* Add optional prefix for 443 accesssmorgrav2020-09-231-0/+5
* Restrict directly routed zone endpoints to qualified deploymentsMartin Polden2020-03-121-0/+5
* Determine endpoints from routing policies for all routing methodsMartin Polden2020-02-271-5/+0
* Sort deployments in responseMartin Polden2020-02-182-6/+6
* Add recursion supportMartin Polden2020-02-174-0/+211
* Make /routing/v1 discoverableMartin Polden2020-02-176-0/+118
* Rename routingType -> routingMethodMartin Polden2020-02-0415-18/+18
* Query routing generator when zone explicitly supports shared routingMartin Polden2020-01-301-8/+13
* Allow status change in zones that are exclusively directly routedMartin Polden2020-01-282-4/+21
* Let controller decide when to ask RoutingGenerator for endpointsMartin Polden2020-01-281-5/+6
* Emphasise statusMartin Polden2020-01-281-10/+10
* Fix importMartin Polden2020-01-241-1/+1
* Unify routing controlMartin Polden2020-01-2416-11/+231
* Implement /routing/v1/ APIMartin Polden2020-01-237-0/+165