summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
...
* | Require scheme and host as wellJon Marius Venstad2020-01-201-1/+4
| |
* | Validate sourceUrl parametersJon Marius Venstad2020-01-201-0/+3
| |
* | Make ApplicationVersion id depend on number and commit, and make revision ↵Jon Marius Venstad2020-01-201-26/+25
|/ | | | optional
* Run staging-setup tagged unit tests on initial staging deployment before upgradeJon Marius Venstad2020-01-171-2/+4
|
* Merge pull request #11808 from vespa-engine/hakonhall/improve-deploy-messagesØyvind Grønnesby2020-01-161-4/+11
|\ | | | | Improve deploy messages
| * Improve deploy messagesHåkon Hallingstad2020-01-161-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove misleading prefix of some deploy messages parent-host-not-ready: 0/1 hosts for vespa.album-recommendation.default-t have completed provisioning and bootstrapping, still waiting for h33908.staging.aws-us-east-1c.vespa-external-cd.aws.oath.cloud load-balancer-not-ready: Failed to (re)configure load balancer for CLUSTER in APPLICATION, targeting: REALS. The operation will be retried on next deployment out-of-capacity one of: Could not satisfy request for 3 nodes with... Not enough capacity to start 3 r4.xlarge instances... No host flavor matches [vcpu: 2, memory: ...], nearest matching host flavor...
* | Validate instances names from all sourcesJon Marius Venstad2020-01-161-2/+2
| |
* | Handle combined cluster type in controller's node-repository clientMartin Polden2020-01-152-4/+2
|/
* Move logic to zmsmockMorten Tokle2020-01-102-9/+5
|
* Check launch privilege when launching athenz serviceMorten Tokle2020-01-102-7/+43
|
* Use junit version declared in parent pomHarald Musum2020-01-101-1/+0
|
* Accept, store and display optional sourceUrl and commitJon Marius Venstad2020-01-091-8/+43
|
* Merge pull request #11683 from vespa-engine/olaa/retire-nodes-with-eventOla Aunrønning2020-01-094-8/+49
|\ | | | | Deprovision tenant hosts affected by cloud event
| * Add wantToDeprovision and wantToRetire fields to NodeOla Aunrønning2020-01-082-3/+31
| |
| * Deprovision tenant host affected by cloud eventOla Aunrønning2020-01-073-5/+18
| |
* | Allow any cluster typeOla Aunrønning2020-01-081-8/+3
|/
* Add/corect copyright headersJon Bratseth2020-01-0339-4/+39
|
* Use Double.compareOla Aunrønning2020-01-031-4/+3
|
* Override hashCode and equals for ResourceAllocation/SnapshotOla Aunrønning2020-01-022-0/+37
|
* Expose deployment overview under application/v4/app-path/deploymentJon Marius Venstad2019-12-301-0/+1
|
* Tidy up a little in DeploymentStatusJon Marius Venstad2019-12-271-1/+4
|
* Merge pull request #11545 from vespa-engine/jvenstad/remove-old-job-statusJon Marius Venstad2019-12-131-5/+64
|\ | | | | Jvenstad/remove old job status
| * Support production test jobsJon Marius Venstad2019-12-111-1/+44
| |
| * First draft of deployment orchestration state graphJon Marius Venstad2019-12-111-5/+21
| |
* | Merge pull request #11529 from vespa-engine/frodelu/remove-statuspageBjørn Meland2019-12-121-2/+1
|\ \ | |/ |/| Remove Statuspage.io proxy
| * Remove Statuspage.io proxyFrode Lundgren2019-12-061-2/+1
| |
* | Add optional /api prefix to /deployment/v1 APIValerij Fredriksen2019-12-061-1/+1
|/
* Support optional /api prefix for /athenz/v1Valerij Fredriksen2019-12-051-1/+2
|
* Revert "Add /static/ to classifiedInfo"Valerij Fredriksen2019-12-041-1/+0
|
* Enforce UTF-8 as charsetBjørn Christian Seime2019-12-031-2/+3
|
* Use empty files to signal no flag data for targetsBjørn Christian Seime2019-12-038-14/+68
|
* Handle blank file as flag data with only idBjørn Christian Seime2019-12-031-16/+20
|
* Merge pull request #11473 from ↵Øyvind Grønnesby2019-12-036-0/+124
|\ | | | | | | | | vespa-engine/ogronnesby/expose-cost-api-in-controller-api Expose Cost API in Controller API classes
| * Remove dead codeØyvind Grønnesby2019-12-022-35/+0
| |
| * Add author tag to javadocØyvind Grønnesby2019-12-025-1/+15
| |
| * Expose Cost API in Controller API classesØyvind Grønnesby2019-12-026-0/+145
| |
* | Implement ZmsClient add/delete role member methodsValerij Fredriksen2019-12-022-0/+12
| |
* | Include changes from #11407Valerij Fredriksen2019-12-024-8/+18
| |
* | Allow access to /user/v1/userValerij Fredriksen2019-12-023-0/+9
| |
* | Relax name requirementValerij Fredriksen2019-11-291-2/+2
| |
* | Add all accessible tenantsValerij Fredriksen2019-11-291-5/+7
| |
* | Merge pull request #11443 from vespa-engine/freva/add-staticMorten Tokle2019-11-281-0/+1
|\ \ | | | | | | Add /static/ to classifiedInfo
| * | Add /static/ to classifiedInfoValerij Fredriksen2019-11-281-0/+1
| | |
* | | Merge identical errors with different targetsBjørn Christian Seime2019-11-281-1/+1
| | |
* | | Add hasErrors() to WireSystemFlagsDeployResultBjørn Christian Seime2019-11-281-0/+2
|/ /
* | Merge pull request #11406 from vespa-engine/freva/add-remote-storageValerij Fredriksen2019-11-255-127/+298
|\ \ | | | | | | Use resources in node response
| * | Remove unused fields from NodeRepositoryNodeValerij Fredriksen2019-11-251-22/+0
| | |
| * | Use flavor instead of canonicalFlavor in NodeValerij Fredriksen2019-11-252-11/+11
| | |
| * | Use NodeResources in NodeValerij Fredriksen2019-11-255-133/+160
| | |
| * | Create builder for NodeValerij Fredriksen2019-11-251-9/+175
| | |