aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
...
* add feature flag to user api for use in consoleandreer2020-05-291-1/+11
|
* add "isCd" to user api output - fix testandreer2020-05-292-0/+2
|
* add "isCd" to user api outputandreer2020-05-291-0/+1
|
* Merge pull request #13401 from vespa-engine/mpolden/provision-exact-capacityMartin Polden2020-05-282-5/+10
|\ | | | | Support provisioning exact capacity
| * Add Cloud builderMartin Polden2020-05-272-5/+10
| |
* | Merge pull request #13400 from vespa-engine/jonmv/add-system-monitorJon Marius Venstad2020-05-273-2/+49
|\ \ | | | | | | Add SystemMonitor and report to it from VersionStatusUpdater
| * | Verify confidence conversionJon Marius Venstad2020-05-272-1/+14
| | |
| * | Expect failures for nowJon Marius Venstad2020-05-271-2/+8
| | |
| * | Add SystemMonitor and report to it from VersionStatusUpdaterJon Marius Venstad2020-05-272-2/+30
| |/
* | Remove the old Billing interfaceØyvind Grønnesby2020-05-274-52/+0
| |
* | Remove legacy billing codeØyvind Grønnesby2020-05-271-1/+0
|/
* don't include all zones in deployed-to regions - only deployed-to zonesandreer2020-05-271-1/+1
|
* 10s expiryJon Marius Venstad2020-05-271-2/+2
|
* Reduce expiry from 10 to 5 minutesMorten Tokle2020-05-271-2/+2
|
* Use target platform for testers when application is pinnedJon Marius Venstad2020-05-262-10/+11
|
* Merge pull request #13380 from ↵Harald Musum2020-05-261-1/+6
|\ | | | | | | | | vespa-engine/hmusum/hardcode-tester-deployment-version-for-pinned-apps Add hack for using same version as applications are pinned to
| * Add hack for using same version as applications are pinned toHarald Musum2020-05-261-1/+6
| |
* | Merge pull request #13374 from vespa-engine/andreer/minimize-requested-SANsAndreas Eriksen2020-05-264-43/+170
|\ \ | |/ |/| reduce number of SANs in endpoint certificates
| * test that zones from deployment spec are included in certandreer2020-05-261-0/+24
| |
| * expect fewer SANs in testandreer2020-05-261-1/+3
| |
| * only require rotation endpoints for prod zones (+ unit tests and fixes)andreer2020-05-262-37/+101
| |
| * use mutable collectionandreer2020-05-261-1/+1
| |
| * reduce number of SANs in endpoint certificatesandreer2020-05-263-14/+51
| |
* | Include instances with only tests in confidence computation if app has other ↵Jon Marius Venstad2020-05-251-5/+5
|/ | | | prod deployment
* Reporting metrics from audit log with user as dimension (#13293)Bjørn Meland2020-05-192-0/+100
| | | | | | | | | * Reporting metrics from audit log with user as dimension * Clean up after code review * Iterate over audit log first, then set metrics * Simplify
* Variable was renamed in different PRJon Marius Venstad2020-05-191-2/+2
|
* Handle when an instance has only declared testsJon Marius Venstad2020-05-195-12/+90
|
* Merge pull request #13243 from vespa-engine/mortent/provision-application-rolesØyvind Grønnesby2020-05-182-7/+31
|\ | | | | Provision application roles
| * Fail deployment when role creating failsMorten Tokle2020-05-181-0/+1
| |
| * Provision application roles and include in cfg deploymentMorten Tokle2020-05-181-7/+22
| |
| * Create application iam role serviceMorten Tokle2020-05-181-0/+8
| |
* | Merge pull request #13274 from vespa-engine/mpolden/shuffle-upgradesMartin Polden2020-05-183-16/+74
|\ \ | |/ |/| Shuffle upgrades
| * Shuffle upgradesMartin Polden2020-05-183-16/+74
| | | | | | | | | | * Avoids instances always upgrading in the same order * Prevents clumping together upgrades of instances under the same tenant
* | Expect user attribute to be a mapJon Marius Venstad2020-05-153-3/+31
|/
* Log version numberMartin Polden2020-05-151-1/+2
|
* Merge pull request #13228 from vespa-engine/ogronnesby/remove-tenant-costØyvind Grønnesby2020-05-143-123/+0
|\ | | | | Remove the TenantCost interface and the tenant cost API
| * Remove the TenantCost interface and the tenant cost APIØyvind Grønnesby2020-05-123-123/+0
| |
* | Remove unused methodsMartin Polden2020-05-141-18/+0
| |
* | SimplifyMartin Polden2020-05-141-27/+19
| |
* | Avoid mixing versions in node count metricMartin Polden2020-05-132-6/+32
| |
* | Merge pull request #13241 from vespa-engine/bratseth/per-dollar-pricesJon Bratseth2020-05-131-4/+4
|\ \ | | | | | | Bratseth/per dollar prices
| * | Expect dollar pricesJon Bratseth2020-05-131-4/+4
| | |
* | | Report node count per version as separate metricMartin Polden2020-05-132-11/+99
| | |
* | | Remove currentVersion dimension from change duration metricsMartin Polden2020-05-132-74/+27
|/ /
* | Read upgradeBudget parameter in REST APIMartin Polden2020-05-134-67/+24
| |
* | Send OS upgrade budget in applicable cloudsMartin Polden2020-05-138-41/+154
| |
* | Support generic version target in InfrastructureUpgraderMartin Polden2020-05-139-61/+67
| |
* | Extract OsVersionTarget to support upgrade budgetMartin Polden2020-05-1310-27/+195
| |
* | Make Cloud accessible to controllerMartin Polden2020-05-131-0/+6
|/
* Set cost only when known, and adjust valueJon Bratseth2020-05-112-5/+6
|