summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Fix order of upstream ID elementsMartin Polden2020-02-283-6/+6
|
* Allow non-distinct endpoint URLs of different routing methodMartin Polden2020-02-281-2/+3
|
* Prefer endpoints from routing generatorMartin Polden2020-02-284-12/+29
|
* Add TODOMartin Polden2020-02-281-0/+2
|
* SimplifyMartin Polden2020-02-281-6/+7
|
* Merge pull request #12366 from vespa-engine/mpolden/remove-routing-generatorMartin Polden2020-02-2839-558/+529
|\ | | | | Determine endpoints from routing policies for all routing methods
| * Correct javadocMartin Polden2020-02-281-1/+1
| | | | | | Co-Authored-By: Jon Marius Venstad <jonmv@users.noreply.github.com>
| * Correct javadocMartin Polden2020-02-281-1/+1
| | | | | | Co-Authored-By: Jon Marius Venstad <jonmv@users.noreply.github.com>
| * Leave all filtering up to callersMartin Polden2020-02-283-18/+18
| |
| * Determine endpoints from routing policies for all routing methodsMartin Polden2020-02-2735-519/+494
| |
| * Rename methodMartin Polden2020-02-2712-43/+39
| |
* | Merge pull request #12371 from vespa-engine/freva/simplify-user-v1-userJon Marius Venstad2020-02-283-91/+6
|\ \ | | | | | | Do not include list of application & instances in /user/v1/user
| * | Do not include list of application & instances in /user/v1/userValerij Fredriksen2020-02-273-91/+6
| | |
* | | Remove unused cost field from APIMartin Polden2020-02-2711-405/+0
| | |
* | | Stop reading ClusterInfoMartin Polden2020-02-273-29/+5
| | |
* | | Remove ClusterInfoMaintainerMartin Polden2020-02-274-187/+0
| |/ |/|
* | Merge pull request #12335 from vespa-engine/jvenstad/cache-Athenz-user-domainsJon Marius Venstad2020-02-274-35/+103
|\ \ | | | | | | Keep Athenz user domains lookup for 1min, per identity
| * | Close executor on deconstructionJon Marius Venstad2020-02-271-0/+15
| | |
| * | Merge branch 'master' into jvenstad/cache-Athenz-user-domainsJon Marius Venstad2020-02-2623-361/+180
| |\ \
| * | | Rename variable with silly nameJon Marius Venstad2020-02-252-3/+3
| | | |
| * | | Parallellise lookups to ZMS during access control evaluationJon Marius Venstad2020-02-252-23/+43
| | | |
| * | | Cache ZMS has-access lookups as wellJon Marius Venstad2020-02-252-6/+24
| | | |
| * | | Keep Athenz user domains lookup for 1min, per identityJon Marius Venstad2020-02-252-7/+22
| | | |
* | | | Merge pull request #12357 from vespa-engine/mpolden/routing-methodsMartin Polden2020-02-273-12/+15
|\ \ \ \ | | | | | | | | | | Expose routing methods per zone
| * | | | Expose routing methods per zoneMartin Polden2020-02-273-12/+15
| | | | |
* | | | | Merge pull request #12354 from ↵Jon Marius Venstad2020-02-273-2/+92
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/print-nodes-which-need-new-config-during-installation-step Print nodes with services which need new config as well
| * | | | | Update expected log responseJon Marius Venstad2020-02-271-1/+76
| | | | | |
| * | | | | Print nodes with services which need new config as wellJon Marius Venstad2020-02-272-1/+16
| | |_|_|/ | |/| | |
* / | | | Prefer instances with declared tests to minimise #runsJon Marius Venstad2020-02-272-14/+20
|/ / / /
* | | | Merge pull request #12318 from ↵Andreas Eriksen2020-02-264-67/+140
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/andreer/reprovision-endpoint-certs-when-necessary reprovision endpoint cert when necessary
| * | | no need to compute runstatusandreer2020-02-262-5/+3
| | | |
| * | | reprovision endpoint cert when necessaryandreer2020-02-264-67/+142
| |/ /
* | | Merge pull request #12300 from vespa-engine/jvenstad/remove-user-tenantsJon Marius Venstad2020-02-2618-297/+98
|\ \ \ | |/ / |/| | Remove user tenants
| * | Add TODOs for removing transition codeJon Marius Venstad2020-02-212-2/+3
| | |
| * | Remove user tenantsJon Marius Venstad2020-02-2118-297/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @mpolden please review. @tokle FYI. This removes all traces of user tenants from our controllers. Existing deployments (there are none right now) are deactivated, and applications deleted on restart of the controller, for all applications under a user tenant. Existing user tenants are deleted on restart of the controller. APIs pretends creating user tenants is OK, and that any user tenant already exists, for the purposes of dashboard compatibility.
* | | Rename endpointcertificates -> certificateMartin Polden2020-02-213-3/+3
| | |
* | | Move methodMartin Polden2020-02-212-16/+22
| | |
* | | Use RoutingMethod when building endpointMartin Polden2020-02-214-45/+57
| |/ |/|
* | Merge pull request #12295 from vespa-engine/mpolden/remove-invalid-endpointsMorten Tokle2020-02-213-4/+15
|\ \ | | | | | | Only list routing policy endpoints of exclusively routed zones
| * | Only list routing policy endpoints of exclusively routed zonesMartin Polden2020-02-203-4/+14
| | |
| * | Add TODOMartin Polden2020-02-201-0/+1
| | |
* | | Merge pull request #12294 from vespa-engine/andreer/endpoint-cert-updatesAndreas Eriksen2020-02-214-50/+29
|\ \ \ | |/ / |/| | make it possible to request an updated endpoint cert
| * | remove superfluous testandreer2020-02-201-7/+0
| | |
| * | make it possible to request an updated endpoint certandreer2020-02-204-44/+30
| | |
* | | Merge pull request #12285 from vespa-engine/mpolden/remove-cost-apiJon Marius Venstad2020-02-206-123/+12
|\ \ \ | | | | | | | | Remove /cost/v1/
| * | | Inline constant parameterMartin Polden2020-02-202-12/+10
| | | |
| * | | Remove /cost/v1/Martin Polden2020-02-206-111/+2
| | | | | | | | | | | | | | | | API is unused.
* | | | Merge pull request #12266 from ↵Andreas Eriksen2020-02-201-9/+10
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/jvenstad/handle-endpoint-certificate-timeout-status-in-handler Handle serialisation of new run status
| * | | Handle serialisation of new run statusJon Marius Venstad2020-02-191-9/+10
| | | | | | | | | | | | | | | | @andreer please review nand merge
* | | | Merge pull request #12264 from ↵Andreas Eriksen2020-02-201-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/andreer/more-informative-certificate-log-message andreer/more informative certificate log message