summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11955 from ↵Martin Polden2020-01-271-6/+6
|\ | | | | | | | | vespa-engine/jvenstad/no-tests-in-production-deployment-jobs Do not run tests in production deployment jobs
| * Do not run tests in production deployment jobsJon Marius Venstad2020-01-271-6/+6
| |
* | Merge pull request #11951 from ↵Håkon Hallingstad2020-01-272-9/+7
|\ \ | | | | | | | | | | | | vespa-engine/jvenstad/adaptive-deployment-job-timeout Jvenstad/adaptive deployment job timeout
| * | Rename to indicate time unit of node fieldJon Marius Venstad2020-01-272-9/+7
| |/
* / Return string from startTestsHarald Musum2020-01-271-1/+1
|/
* Add info about ongoing firmware checks as wellJon Marius Venstad2020-01-243-4/+54
|
* Time out when no nodes are suspended, or the same node is suspended, for too ↵Jon Marius Venstad2020-01-243-2/+30
| | | | long
* Denser convergence log outputJon Marius Venstad2020-01-242-0/+14
|
* Support setting changing zone status in ConfigServerMartin Polden2020-01-241-4/+14
|
* Improve javadocMartin Polden2020-01-241-6/+13
|
* Merge pull request #11906 from ↵Morten Tokle2020-01-241-1/+13
|\ | | | | | | | | vespa-engine/hmusum/extend-interface-with-new-tester-methods Extend interface with more tester methods
| * Extend interface with more tester methodsHarald Musum2020-01-231-1/+13
| |
* | Add new agentsJon Bratseth2020-01-231-1/+12
| |
* | Merge pull request #11903 from vespa-engine/mpolden/routing-control-apiMartin Polden2020-01-232-1/+3
|\ \ | | | | | | Implement /routing/v1/ API
| * | Implement /routing/v1/ APIMartin Polden2020-01-232-1/+3
| |/
* | Merge pull request #11908 from ↵Andreas Eriksen2020-01-231-0/+17
|\ \ | | | | | | | | | | | | vespa-engine/andreer/read-endpoint-certificate-metadata-from-zk read endpoint certificate metadata from zk
| * | read endpoint certificate metadata from zkandreer2020-01-231-0/+17
| |/
* | empty, not nullJon Bratseth2020-01-231-1/+1
| |
* | Propagate reservedToJon Bratseth2020-01-233-4/+27
|/
* Merge pull request #11900 from ↵Jon Marius Venstad2020-01-232-2/+44
|\ | | | | | | | | vespa-engine/revert-11897-revert-11893-andreer/deploy-with-endpoint-certificate-metadata Reapply "andreer/deploy with endpoint certificate metadata"
| * Revert "Revert "andreer/deploy with endpoint certificate metadata""Andreas Eriksen2020-01-232-2/+44
| |
* | Add more methodsHarald Musum2020-01-232-2/+40
|/
* Revert "andreer/deploy with endpoint certificate metadata"Jon Marius Venstad2020-01-222-44/+2
|
* Merge pull request #11893 from ↵Andreas Eriksen2020-01-222-2/+44
|\ | | | | | | | | vespa-engine/andreer/deploy-with-endpoint-certificate-metadata andreer/deploy with endpoint certificate metadata
| * deploy with endpoint certificate metadataandreer2020-01-221-2/+2
| |
| * copy endpoint certificate metadata / serializer classes to controllerandreer2020-01-221-0/+42
| |
* | Add method for getting tester status through config serverHarald Musum2020-01-222-5/+10
| |
* | Include build time of latest submission in ownership ticketsJon Marius Venstad2020-01-221-1/+8
|/
* Merge pull request #11856 from ↵Harald Musum2020-01-211-0/+5
|\ | | | | | | | | vespa-engine/hmusum/route-tester-requests-based-on-feature-flag Route tester API calls based on feature flag
| * Route tester API calls based on feature flagHarald Musum2020-01-201-0/+5
| |
* | Move verification to handler, only for explicit URLsJon Marius Venstad2020-01-201-5/+0
| |
* | 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
|