aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Remove component job typeJon Marius Venstad2019-11-051-4/+0
|
* Get ZoneRegistry from ServiceRegistry, to make them the same in container testsJon Marius Venstad2019-11-041-0/+3
|
* Merge pull request #11195 from ↵Jon Marius Venstad2019-11-041-5/+2
|\ | | | | | | | | vespa-engine/jvenstad/convert-more-deployment-tests Jvenstad/convert more deployment tests
| * ApplicationVersion equality on id parts onlyJon Marius Venstad2019-11-041-5/+2
| |
* | Merge pull request #11183 from vespa-engine/freva/configserver-v1Valerij Fredriksen2019-11-012-1/+9
|\ \ | | | | | | Create /configserver/v1
| * | Add optional /api prefixValerij Fredriksen2019-11-011-1/+2
| | |
| * | Limit reads under /configserver/v1 to operatorsValerij Fredriksen2019-10-312-3/+9
| | |
| * | Limit /configserver/v1 to operatorsValerij Fredriksen2019-10-311-1/+2
| | |
* | | Default system clockJon Marius Venstad2019-11-011-1/+1
| |/ |/|
* | Put the controller clock in service registryJon Marius Venstad2019-11-011-0/+4
|/
* Add job for dev.cd-us-west-1 zoneJon Marius Venstad2019-10-311-0/+3
|
* Pass Okta identity token to Athenz tenancy operationsBjørn Christian Seime2019-10-291-4/+9
|
* Revert "Revert "Bjorncs/system flags handler""Bjørn Christian Seime2019-10-251-2/+5
|
* Revert "Bjorncs/system flags handler"Harald Musum2019-10-241-5/+2
|
* Merge pull request #11082 from vespa-engine/bjorncs/system-flags-handlerBjørn Christian Seime2019-10-241-2/+5
|\ | | | | Bjorncs/system flags handler
| * Add controller api endpoint to ZoneRegistryBjørn Christian Seime2019-10-241-0/+3
| |
| * Change return type of 'getConfigServerVipUri' to 'URI'Bjørn Christian Seime2019-10-241-2/+2
| | | | | | | | Configservers in all zones are behind a VIP/load balancer.
* | Use Set instead and add basic testsValerij Fredriksen2019-10-242-14/+73
| |
* | Add method to get snapshot of tenants, applications and instancesValerij Fredriksen2019-10-242-11/+74
|/
* Revert "Revert "Added TenantCost""Ola Aunrønning2019-10-236-3/+150
|
* Revert "Added TenantCost"Ola Aunrønning2019-10-236-150/+3
|
* Merge pull request #11002 from vespa-engine/olaa/tenant-costOla Aunrønning2019-10-236-3/+150
|\ | | | | Added TenantCost
| * Use BigDecimalOla Aunrønning2019-10-181-7/+9
| |
| * Added empty TenantCostOla Aunrønning2019-10-181-0/+15
| |
| * Added TenantCostOla Aunrønning2019-10-176-3/+133
| |
* | Add support for downloading application packageMartin Polden2019-10-212-0/+9
| |
* | ApplicationId x JobType is now JobIdJon Marius Venstad2019-10-212-18/+55
|/
* Add listFlagData() to controller's ConfigServer clientValerij Fredriksen2019-10-111-0/+4
|
* Change recursive type to BooleanValerij Fredriksen2019-10-111-1/+1
|
* Move FlagsV1Api to controller-apiValerij Fredriksen2019-10-112-0/+46
|
* Stop sending empty rotationNames parameterMartin Polden2019-10-111-2/+3
|
* Do not expose the headless role in the APIs - only used for keysØyvind Grønnesby2019-10-101-1/+1
|
* Merge pull request #10934 from ↵Øyvind Grønnesby2019-10-101-0/+18
|\ | | | | | | | | vespa-engine/mpolden/change-status-of-all-endpoints Change status of all endpoints when overriding global status
| * Change status of all endpoints when overriding global statusMartin Polden2019-10-101-0/+18
| | | | | | | | | | Since a deployment can now be a member of multiple global endpoints, we need to change the status of all of them when status is overridden by tenant.
* | Merge pull request #10933 from vespa-engine/jvenstad/more-dep-orch-cleanupJon Marius Venstad2019-10-102-9/+11
|\ \ | | | | | | Jvenstad/more dep orch cleanup
| * | Store prod packages without instance elementJon Marius Venstad2019-10-091-8/+10
| | |
| * | Add and use completeRollout() instead of hard coded jobsJon Marius Venstad2019-10-091-1/+1
| |/
* / Add InstanceRole and the instance role athenzUserJon Marius Venstad2019-10-106-41/+118
|/
* Merge pull request #10921 from vespa-engine/ogronnesby/simplified-rolesØyvind Grønnesby2019-10-093-7/+32
|\ | | | | Introduce simplified roles without removing old ones
| * Remove visibility of "old" rolesØyvind Grønnesby2019-10-081-9/+2
| |
| * Introduce simplified roles without removing old ones - some tests commented outØyvind Grønnesby2019-10-083-2/+34
| |
* | Move rotationId and globalRotations to instance level in application responseJon Marius Venstad2019-10-092-3/+3
| |
* | Merge pull request #10911 from ↵Jon Marius Venstad2019-10-082-14/+23
|\ \ | |/ |/| | | | | vespa-engine/jvenstad/application-response-with-proper-instances Explicit latest application versions and aggregate over instance in application response
| * List deployments in each instance, in application response modelJon Marius Venstad2019-10-082-14/+23
| |
* | Merge pull request #10906 from vespa-engine/ogronnesby/tenant-cost-apiØyvind Grønnesby2019-10-081-1/+3
|\ \ | |/ |/| Initial tenant cost API that is not wired up to any clients yet
| * Don't expose day in API as we don't really care about it hereØyvind Grønnesby2019-10-081-1/+1
| |
| * Initial tenant cost API that is not wired up to any clients yetØyvind Grønnesby2019-10-071-1/+3
| |
* | Merge pull request #10902 from vespa-engine/freva/remove-limitsValerij Fredriksen2019-10-072-63/+0
|\ \ | | | | | | Remove unused files related to AWS limits
| * | Remove unused classesValerij Fredriksen2019-10-072-63/+0
| |/
* | Merge pull request #10876 from vespa-engine/olaa/metering-by-zoneOla Aunrønning2019-10-071-3/+11
|\ \ | |/ |/| Add zone dimension to metering data