summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15463 from vespa-engine/ogronnesby/csv-invoice-exportØyvind Grønnesby2020-11-305-12/+74
|\ | | | | Bill CSV export
| * Expose "additional" line items in CSV exportØyvind Grønnesby2020-11-262-4/+5
| |
| * Amend the test to new pathØyvind Grønnesby2020-11-251-1/+1
| |
| * Export all bills/invoices as CSVØyvind Grønnesby2020-11-255-4/+68
| |
| * Method to access all invoices in databaseØyvind Grønnesby2020-11-202-8/+5
| |
* | Only output target if it is not currentJon Bratseth2020-11-263-1/+4
| |
* | Make clusters discoverableJon Bratseth2020-11-264-1/+15
| |
* | Don't use LogLevelBjørn Christian Seime2020-11-251-2/+1
| |
* | Avoid ProgressToken in testsJon Marius Venstad2020-11-252-2/+2
| |
* | Extended reindexing status in controllerJon Marius Venstad2020-11-253-3/+27
| |
* | Pass more cluster infoJon Bratseth2020-11-233-3/+51
| |
* | Merge pull request #15399 from ↵Jon Bratseth2020-11-203-62/+2
|\ \ | | | | | | | | | | | | 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-62/+2
| |/ | | | | | | thrown
* / Change reindexing HTTP API parameter namesJon Marius Venstad2020-11-192-5/+5
|/
* Handle nullness in renderCurrentUsageØyvind Grønnesby2020-11-181-0/+1
| | | | | If there is no usage here the map entry will be null. Just skip rendering if that is the case.
* List _all_ tenants in all tenant viewØyvind Grønnesby2020-11-183-22/+36
| | | | | Previously we only listed tenants with usage data, but now we list all tenants regardless of their usage.
* ADd collection method to all tenants viewØyvind Grønnesby2020-11-182-0/+8
|
* Merge pull request #15361 from vespa-engine/ogronnesby/remove-use-of-streamØyvind Grønnesby2020-11-171-27/+23
|\ | | | | Remove unnecessary use of .stream()
| * Remove unnecessary use of .stream()Øyvind Grønnesby2020-11-171-27/+23
| |
* | Update field names we accept for collection methodØyvind Grønnesby2020-11-162-2/+9
|/
* add instance, plan and planName to api response (#15338)Andreas Eriksen2020-11-135-10/+30
| | | | | * add instance, plan and planName to api response * use PlanId class in BillingController API
* Remove unnecessary environment method from builderMartin Polden2020-11-1310-94/+18
|
* Merge pull request #15322 from vespa-engine/mpolden/check-deploymentMartin Polden2020-11-122-10/+70
|\ | | | | Require valid deployment when changing routing status
| * Require valid deployment when changing routing statusMartin Polden2020-11-122-1/+26
| |
| * Simplify rotation checkMartin Polden2020-11-122-10/+45
| |
* | Print that we are waiting for a web cert (#15309)Jon Marius Venstad2020-11-121-0/+2
| |
* | Change to maps, not lists with keys in them, for config server reindexing APIJon Marius Venstad2020-11-122-8/+9
|/
* Wire reindexing status through controller and application v4Jon Marius Venstad2020-11-124-0/+166
|
* Log OS version fields of parent hostMartin Polden2020-11-112-3/+6
|
* Remove http client typesMorten Tokle2020-11-101-4/+3
|
* Move ErrorHandlerMorten Tokle2020-11-101-1/+1
|
* Revert "Revert "Report metrics on athenz client errors""Morten Tokle2020-11-101-3/+22
|
* Merge pull request #15227 from ↵Torbjørn Smørgrav2020-11-102-1/+36
|\ | | | | | | | | 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-092-1/+36
| |
* | Don't submit issue when public system (#15233)Ola Aunrønning2020-11-091-0/+2
| |
* | Revert "Report metrics on athenz client errors"Morten Tokle2020-11-091-22/+3
| |
* | Bound the test quota to the tenant quota (#15226)Øyvind Grønnesby2020-11-092-4/+5
| | | | | | | | | | * Bound the test quota to the tenant quota * Update tests for quota limit
* | Merge pull request #15199 from ↵Øyvind Grønnesby2020-11-091-1/+0
|\ \ | |/ |/| | | | | vespa-engine/revert-15198-revert-15197-smorgrav/collection_methods_take_2 Revert "Revert "Add collection method enumerations - change default""
| * Revert "Revert "Add collection method enumerations - change default""Øyvind Grønnesby2020-11-061-1/+0
| |
* | Merge pull request #15202 from vespa-engine/mortent/athenz-error-handlerMorten Tokle2020-11-091-3/+22
|\ \ | | | | | | Report metrics on athenz client errors
| * | Add exception dimensionMorten Tokle2020-11-061-1/+4
| | |
| * | Report metrics on Athenz client errorsMorten Tokle2020-11-061-2/+18
| | |
| * | Create DefaultZtsClient builderMorten Tokle2020-11-061-1/+1
| | |
* | | Merge pull request #15210 from vespa-engine/olaa/maintain-all-breakfixed-nodesOla Aunrønning2020-11-062-37/+15
|\ \ \ | | | | | | | | Maintain all nodes in breakfixed state
| * | | Maintain all nodes in breakfixed stateOla Aunrønning2020-11-062-37/+15
| | |/ | |/|
* | | Merge pull request #15189 from ↵Bjørn Meland2020-11-061-0/+5
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bjormel/node-repo-reboot-from-controller Expose reboot to controller
| * | | Expose reboot to controllerBjorn Meland2020-11-051-0/+5
| | | |
* | | | Merge pull request #15206 from ↵Jon Marius Venstad2020-11-064-19/+52
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/jonmv/display-reindexing-actions-in-controller-deployments ConfigChangeActions now includes ReindexActions as well
| * | | ConfigChangeActions now includes ReindexActions as wellJon Marius Venstad2020-11-064-19/+52
| | | |
* | | | Revert "Add collection method enumerations - change default"Øyvind Grønnesby2020-11-061-0/+1
| | | |