aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Always pass application endpoints to config serverMartin Polden2021-11-122-3/+7
* Account for instance when computing container endpointsMartin Polden2021-11-123-25/+47
* Merge pull request #19986 from vespa-engine/mpolden/application-api-fixMartin Polden2021-11-124-1/+20
|\
| * Handle application scope in application APIMartin Polden2021-11-124-1/+20
* | Merge pull request #19979 from vespa-engine/mpolden/skip-deprovisionValerij Fredriksen2021-11-112-3/+3
|\ \
| * | Skip node when already deprovisioningMartin Polden2021-11-112-3/+3
| |/
* | Merge pull request #19976 from vespa-engine/olaa/delete-unexpected-rolesMorten Tokle2021-11-111-5/+2
|\ \ | |/ |/|
| * Delete unexpected rolesOla Aunrønning2021-11-111-5/+2
* | Stop supporting multiple routing methods in a single zoneMartin Polden2021-11-115-112/+4
* | Set correct agent when changing routing statusMartin Polden2021-11-111-10/+23
* | SimplifyMartin Polden2021-11-111-12/+15
* | Remove unnecessary and confusingly named methodMartin Polden2021-11-113-10/+6
|/
* Ensure positive weight sum when changing routing statusMartin Polden2021-11-103-14/+113
* Include application-level endpoints and scope in deployMartin Polden2021-11-104-21/+110
* Add scope to container endpointMartin Polden2021-11-101-0/+11
* Rename region -> applicationMartin Polden2021-11-102-8/+8
* Only consider declared instancesMartin Polden2021-11-101-14/+12
* Distinguish between implicit (zone-scoped) and declared endpointsMartin Polden2021-11-1010-91/+107
* Merge pull request #19942 from vespa-engine/more-add-opensHarald Musum2021-11-101-1/+0
|\
| * Remove forkCount from surefire configgjoranv2021-11-091-1/+0
* | Revert "Include application-level endpoints and scope in deploy"Harald Musum2021-11-0912-235/+119
|/
* Include application-level endpoints and scope in deployMartin Polden2021-11-094-23/+112
* Add scope to container endpointMartin Polden2021-11-091-0/+11
* Rename region -> applicationMartin Polden2021-11-092-8/+8
* Distinguish between implicit (zone-scoped) and declared endpointsMartin Polden2021-11-0910-91/+107
* Merge pull request #19923 from vespa-engine/mpolden/readd-rotation-idMartin Polden2021-11-095-0/+19
|\
| * Re-add rotationId fieldMartin Polden2021-11-095-0/+19
* | JDK 17: add-opens for LogFileHandlergjoranv2021-11-091-0/+12
* | Rewrite without streams to ensure jobs are always triggered.gjoranv2021-11-091-22/+37
* | More verbose code to facilitate debugging.gjoranv2021-11-091-3/+7
|/
* Remove unused fields from APIMartin Polden2021-11-086-50/+0
* Merge pull request #19904 from vespa-engine/mpolden/application-level-endpoin...Morten Tokle2021-11-0822-301/+638
|\
| * Move Status class to RoutingPolicyMartin Polden2021-11-0810-76/+64
| * Rename GlobalRouting -> RoutingStatusMartin Polden2021-11-0813-150/+151
| * Maintain ALIAS records for application-level endpointsMartin Polden2021-11-0810-94/+426
| * Less GuavaMartin Polden2021-11-051-17/+16
| * Add support for instances in DeploymentContextMartin Polden2021-11-052-18/+35
* | Replace session timeout with explicit shutdownJon Marius Venstad2021-11-071-0/+1
|/
* Merge pull request #19883 from vespa-engine/mpolden/application-endpoint-formatMorten Tokle2021-11-0518-247/+296
|\
| * Finalize application endpoint namesMartin Polden2021-11-054-28/+24
| * Replace zones with targets in EndpointMartin Polden2021-11-0411-100/+175
| * Remove compile version checkMartin Polden2021-11-036-58/+31
| * Remove legacy parameterMartin Polden2021-11-034-27/+11
| * Store application endpoints in routing policyMartin Polden2021-11-037-39/+60
* | Don't return exceptionOla Aunrønning2021-11-031-1/+1
* | Merge pull request #19841 from vespa-engine/olaa/include-dashboard-idØyvind Grønnesby2021-11-031-1/+10
|\ \
| * | Pass along dashboard IDOla Aunrønning2021-11-031-1/+10
| |/
* | Merge pull request #19842 from vespa-engine/ogronnesby/end-date-inclusiveØyvind Grønnesby2021-11-035-29/+38
|\ \ | |/ |/|
| * Make the bill end date inclusive instead of exclusiveØyvind Grønnesby2021-11-035-29/+38
* | Support building application-scoped endpoint namesMartin Polden2021-11-022-9/+78