summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Extended reindexing status in controllerJon Marius Venstad2020-11-251-5/+44
|/ /
* | Merge pull request #15432 from vespa-engine/bratseth/pass-more-cluster-infoValerij Fredriksen2020-11-234-2/+70
|\ \ | | | | | | Pass more cluster info
| * | Pass more cluster infoJon Bratseth2020-11-234-2/+70
| | |
* | | Merge pull request #15426 from vespa-engine/kkraune/job-typeKristian Aune2020-11-231-0/+3
|\ \ \ | |/ / |/| | job type for perf zone
| * | job type for perf zonekkraune2020-11-231-0/+3
| | |
* | | Give accountant permission to update planØyvind Grønnesby2020-11-231-1/+2
|/ /
* | Merge pull request #15399 from ↵Jon Bratseth2020-11-203-9/+0
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/throw-during-prepare-with-disallowed-config-change-actions Jonmv/throw during prepare with disallowed config change actions
| * | Remove "allowed" from config change actions (+ wiring) — allowed if not ↵Jon Marius Venstad2020-11-203-9/+0
| |/ | | | | | | thrown
* | Merge pull request #15406 from ↵Ola Aunrønning2020-11-202-3/+34
|\ \ | | | | | | | | | | | | vespa-engine/olaa/get-additional-ip-addresses-and-ostk-id Get additional IP addresses and OSTK id for node
| * | Update ↵Ola Aunrønning2020-11-201-2/+2
| | | | | | | | | | | | | | | controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/Node.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * | Get additional IP addresses and OSTK id for nodeOla Aunrønning2020-11-202-3/+34
| |/
* / Set pool addresses when generating hostHåkon Hallingstad2020-11-191-1/+11
|/
* add instance, plan and planName to api response (#15338)Andreas Eriksen2020-11-132-0/+7
| | | | | * add instance, plan and planName to api response * use PlanId class in BillingController API
* Merge pull request #15324 from ↵Jon Bratseth2020-11-131-0/+1
|\ | | | | | | | | vespa-engine/bratseth/separate-node-failure-maintenance-from-failing Separate node failure maintenance from failing
| * Shorter nameJon Bratseth2020-11-131-1/+1
| |
| * Separate node failure maintenance from failingJon Bratseth2020-11-121-0/+1
| |
* | Merge pull request #15320 from vespa-engine/jonmv/fix-reindexing-apisJon Marius Venstad2020-11-121-1/+1
|\ \ | |/ |/| Jonmv/fix reindexing apis
| * Change to maps, not lists with keys in them, for config server reindexing APIJon Marius Venstad2020-11-121-1/+1
| |
* | Fix path group for reindexingJon Marius Venstad2020-11-121-2/+2
|/
* Wire reindexing status through controller and application v4Jon Marius Venstad2020-11-124-3/+163
|
* Merge pull request #15227 from ↵Torbjørn Smørgrav2020-11-103-1/+12
|\ | | | | | | | | vespa-engine/smorgrav/billing_api_collection_patch Rest api to patch collection method - only accessible for accountants
| * Rest api to patch collection method - only accessible for accountantssmorgrav2020-11-093-1/+12
| |
* | Merge pull request #15199 from ↵Øyvind Grønnesby2020-11-094-6/+29
|\ \ | |/ |/| | | | | vespa-engine/revert-15198-revert-15197-smorgrav/collection_methods_take_2 Revert "Revert "Add collection method enumerations - change default""
| * toString, equals, and hashCodeØyvind Grønnesby2020-11-081-0/+21
| |
| * Have a map of collection methodsØyvind Grønnesby2020-11-081-3/+3
| |
| * Revert "Revert "Add collection method enumerations - change default""Øyvind Grønnesby2020-11-063-4/+6
| |
* | Merge pull request #15210 from vespa-engine/olaa/maintain-all-breakfixed-nodesOla Aunrønning2020-11-065-10/+28
|\ \ | | | | | | Maintain all nodes in breakfixed state
| * | NodeHistory is now List instead of ArrayOla Aunrønning2020-11-062-8/+16
| | |
| * | Include NodeHistory when creating Node from NodeRepositoryNodeOla Aunrønning2020-11-062-3/+13
| | |
| * | Maintain all nodes in breakfixed stateOla Aunrønning2020-11-062-3/+3
| |/
* | Merge pull request #15189 from ↵Bjørn Meland2020-11-061-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/bjormel/node-repo-reboot-from-controller Expose reboot to controller
| * | Expose reboot to controllerBjorn Meland2020-11-051-0/+2
| | |
* | | Merge pull request #15206 from ↵Jon Marius Venstad2020-11-063-4/+60
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/jonmv/display-reindexing-actions-in-controller-deployments ConfigChangeActions now includes ReindexActions as well
| * | | ConfigChangeActions now includes ReindexActions as wellJon Marius Venstad2020-11-063-4/+60
| |/ /
* | | Merge pull request #15193 from vespa-engine/bjormel/getReports-non-nullBjørn Meland2020-11-061-1/+7
|\ \ \ | |_|/ |/| | Return empty map, not null from getReports()
| * | Added json getter method for reportsBjorn Meland2020-11-051-0/+4
| | |
| * | Return empty map, not null from getReports()Bjorn Meland2020-11-051-1/+3
| |/
* | Revert "Add collection method enumerations - change default"Øyvind Grønnesby2020-11-063-6/+4
| |
* | Merge pull request #15197 from vespa-engine/smorgrav/collection_methods_take_2Øyvind Grønnesby2020-11-063-4/+6
|\ \ | | | | | | Add collection method enumerations - change default
| * | Add collection method enumerations - change defaultsmorgrav2020-11-063-4/+6
| |/
* / Wire up update permissions for tenant infosmorgrav2020-11-051-0/+1
|/
* Merge pull request #15142 from vespa-engine/olaa/breakfixed-stateOla Aunrønning2020-11-043-2/+5
|\ | | | | Added 'breakfixed' node state
| * Consider 'breakfixed' node state in controller's NodeRepository clientOla Aunrønning2020-11-022-1/+3
| |
| * Added 'breakfixed' node stateOla Aunrønning2020-11-021-1/+2
| |
* | Revert "Revert "Expire stale container images""Håkon Hallingstad2020-11-043-0/+102
| |
* | Revert "Expire stale container images"Håkon Hallingstad2020-11-043-102/+0
| |
* | Export packageMartin Polden2020-11-041-0/+8
| |
* | Merge pull request #15155 from vespa-engine/mpolden/image-expirerMartin Polden2020-11-043-0/+102
|\ \ | | | | | | Expire stale container images
| * | Expire stale container imagesMartin Polden2020-11-033-0/+102
| |/
* | Merge pull request #15165 from ↵Valerij Fredriksen2020-11-035-7/+23
|\ \ | | | | | | | | | | | | vespa-engine/freva/tag-instances-with-exclusive-to Tag instances with exclusiveTo