summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20793 from ↵Martin Polden2022-01-133-54/+1
|\ | | | | | | | | vespa-engine/mpolden/remove-global-routing-service Remove unused GlobalRoutingService
| * Remove unused GlobalRoutingServiceMartin Polden2022-01-133-54/+1
| |
* | Fix comparison between manually deployed package and not, and remove ↵Jon Marius Venstad2022-01-131-1/+1
|/ | | | outdated safeguard
* Track latest OS release in CD systemMartin Polden2022-01-103-54/+67
|
* unify java warningsArne H Juul2022-01-061-7/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Merge pull request #20629 from vespa-engine/mpolden/downgradeValerij Fredriksen2022-01-042-3/+3
|\ | | | | Support aborting and rolling back incomplete upgrade
| * Support aborting and rolling back incomplete upgradeMartin Polden2022-01-032-3/+3
| |
* | Revert "Allow developers to deploy application in manual zones"Morten Tokle2022-01-033-9/+1
| |
* | Merge pull request #20609 from vespa-engine/mortent/developer-role-manual-deployBjørn Christian Seime2022-01-033-1/+9
|\ \ | | | | | | Allow developers to deploy application in manual zones
| * | Allow developers to deploy application in manual zonesMorten Tokle2021-12-213-1/+9
| |/
* / GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-0/+1
|/
* Avoid org.jetbrains annotationsJon Bratseth2021-12-171-2/+0
|
* Wire speed through controllerJon Marius Venstad2021-12-152-11/+10
|
* Fail if filename refers to unknown zone or regionBjørn Christian Seime2021-12-142-4/+17
|
* Merge pull request #20317 from vespa-engine/olaa/delete-tenant-without-domainOla Aunrønning2021-12-021-1/+8
|\ | | | | Delete tenants without Athenz domain
| * Delete app before tenant. Add testOla Aunrønning2021-12-021-1/+8
| |
* | Merge pull request #20336 from vespa-engine/mpolden/change-all-upstreamsMartin Polden2021-12-022-42/+27
|\ \ | | | | | | Change routing status for all known clusters
| * | Stop sending reason for status changeMartin Polden2021-12-021-36/+22
| | | | | | | | | | | | No longer exposed in API.
| * | Change routing status for all known clustersMartin Polden2021-12-021-6/+5
| |/
* | Remove openStackId field from client typeMartin Polden2021-12-021-11/+0
| |
* | Add missing setterMartin Polden2021-12-021-0/+4
|/
* Accept optional build to roll outJon Marius Venstad2021-11-292-4/+9
|
* Send container endpoint routing method on deployMartin Polden2021-11-261-4/+13
|
* Merge pull request #20220 from vespa-engine/mpolden/send-endpoint-weightsMorten Tokle2021-11-261-5/+15
|\ | | | | Send endpoint weights on deploy
| * Send endpoint weights on deployMartin Polden2021-11-251-5/+15
| |
* | Merge pull request #20112 from vespa-engine/ogronnesby/supported-plansØyvind Grønnesby2021-11-252-8/+18
|\ \ | |/ |/| Show support pane in UI for tenants on plans w/support
| * Merge remote-tracking branch 'origin/master' into ogronnesby/supported-plansØyvind Grønnesby2021-11-231-1/+2
| |\
| * | Show support pane in UI for tenants on plans w/supportØyvind Grønnesby2021-11-192-8/+18
| | |
* | | Moves role maintainer to controller-api. Adds ZMS role deletion functionalityOla Aunrønning2021-11-234-0/+50
| |/ |/|
* | Configure all routing variants through a RoutingContextMartin Polden2021-11-191-1/+2
|/
* Use byte array for proxy responseValerij Fredriksen2021-11-171-4/+3
|
* Include application-level endpoints and scope in deployMartin Polden2021-11-101-0/+3
|
* Copy collectionsMartin Polden2021-11-101-3/+3
|
* Add scope to container endpointMartin Polden2021-11-101-5/+11
|
* Revert "Include application-level endpoints and scope in deploy"Harald Musum2021-11-093-17/+8
|
* Include application-level endpoints and scope in deployMartin Polden2021-11-091-0/+3
|
* Copy collectionsMartin Polden2021-11-091-3/+3
|
* Add scope to container endpointMartin Polden2021-11-091-5/+11
|
* Maintain ALIAS records for application-level endpointsMartin Polden2021-11-081-1/+1
|
* Merge pull request #19841 from vespa-engine/olaa/include-dashboard-idØyvind Grønnesby2021-11-032-2/+2
|\ | | | | Pass along dashboard ID
| * Pass along dashboard IDOla Aunrønning2021-11-032-2/+2
| |
* | Make the bill end date inclusive instead of exclusiveØyvind Grønnesby2021-11-031-0/+9
|/ | | | | | | | | | Before the end date for the billing was used to calculate startOfDay to generate the timestamp we actually use. Now we are changing it to .plusDays(1).startOfDay to make it so UI will effectively use the end of today as the timestamp. Also added some more implementations to ManualClock to get some tests to work.
* Add Horizon meta queryOla Aunrønning2021-10-282-0/+7
|
* Update 2020 Oath copyrights.gjoranv2021-10-2741-41/+41
|
* Update 2019 Oath copyrights.gjoranv2021-10-2742-42/+42
|
* Copyright statementØyvind Grønnesby2021-10-261-0/+1
|
* Merge remote-tracking branch 'origin/master' into ogronnesby/billing-service-3Øyvind Grønnesby2021-10-211-1/+1
|\
| * Add missiung copyrightsJon Bratseth2021-10-201-1/+1
| |
* | Merge branch 'ogronnesby/billing-service-2' into ogronnesby/billing-service-3Øyvind Grønnesby2021-10-191-0/+2
|\ \
| * | Fix NPE when going String -> PlanØyvind Grønnesby2021-10-111-0/+2
| | |