summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Make it perfectJon Bratseth2022-03-271-2/+2
|
* Fixed timeJon Bratseth2022-03-261-2/+3
|
* Merge pull request #21819 from vespa-engine/jonmv/misc-2Jon Bratseth2022-03-258-3/+28
|\ | | | | Jonmv/misc 2
| * Make application dir upper levelJon Marius Venstad2022-03-244-0/+0
| |
| * Add a top layer path to virtual file systemJon Marius Venstad2022-03-244-3/+28
| |
* | Node can go from REQUIRES_OPERATOR_ACTION to PENDING_RETIREMENT if capacity ↵Ola Aunrønning2022-03-241-4/+2
| | | | | | | | has increased
* | Make no assumptions about list orderOla Aunrønning2022-03-241-18/+30
| |
* | Revert "Revert "Support multizone CMR" (#21795)"Ola Aunrønning2022-03-242-25/+57
| | | | | | | | This reverts commit e1e8e116f74c3b32faf5d901a07bbe14c67d1249.
* | Revert "Support multizone CMR" (#21795)Arnstein Ressem2022-03-242-57/+25
| |
* | Merge pull request #21764 from vespa-engine/olaa/multizone-cmrOla Aunrønning2022-03-242-25/+57
|\ \ | |/ |/| Support multizone CMR
| * Support multizone CMROla Aunrønning2022-03-222-25/+57
| |
* | Fix rest path usageJon Marius Venstad2022-03-232-0/+10
|/
* Toggle managed access instead of pre-approvedOla Aunrønning2022-03-181-11/+11
|
* Merge pull request #21742 from vespa-engine/jonmv/lower-broken-thresholdJon Marius Venstad2022-03-181-3/+3
|\ | | | | Reduce threshold for broken confidence to 5% of all apps failing
| * Reduce threshold for broken confidence to 5% of all apps failingJon Marius Venstad2022-03-181-3/+3
| |
* | add node group in the api responseLeandro Alves2022-03-182-1/+3
|/
* Shard all issue actionsJon Marius Venstad2022-03-171-11/+13
|
* Fix assertion in testJon Marius Venstad2022-03-171-3/+3
|
* Change compile version computation to account for incompatibilitiesJon Marius Venstad2022-03-174-37/+75
|
* Move ownership of target major to ApplicationController, and use for ↵Jon Marius Venstad2022-03-173-9/+43
| | | | compileVersion
* Merge pull request #21713 from vespa-engine/jonmv/shard-ownership-confirmationValerij Fredriksen2022-03-164-4/+17
|\ | | | | Shard ownership confirmation requests by 24
| * Shard ownership confirmation requests by 24Jon Marius Venstad2022-03-164-4/+17
| |
* | Add application id dimension to incompatibility flagJon Marius Venstad2022-03-167-22/+23
| |
* | Merge pull request #21704 from vespa-engine/ldalves/disallow-duplicated-emailValerij Fredriksen2022-03-162-1/+10
|\ \ | | | | | | disallow duplicate contact
| * | Nicer error messageValerij Fredriksen2022-03-161-2/+2
| | |
| * | add testLeandro Alves2022-03-161-0/+7
| | |
| * | disallow duplicate contactLeandro Alves2022-03-161-0/+2
| | |
* | | Merge pull request #21702 from vespa-engine/jonmv/major-upgrade-orchestrationMartin Polden2022-03-167-33/+111
|\ \ \ | | | | | | | | Tune criterion for when jobs need to re-run, and some other fixes
| * | | Use version.toFullString() for platform in APi responseJon Marius Venstad2022-03-161-1/+1
| | | |
| * | | Trigger all ready prodd testsJon Marius Venstad2022-03-161-4/+2
| | | |
| * | | Looser prod deployment completion criterion, stricter for prodd testssJon Marius Venstad2022-03-163-23/+32
| | | |
| * | | Some more testing of dual change with multiple next-when-clear instancesJon Marius Venstad2022-03-164-5/+76
| | | |
* | | | Merge pull request #21700 from vespa-engine/mpolden/compile-version-majorJon Marius Venstad2022-03-164-30/+94
|\ \ \ \ | | | | | | | | | | Add allowMajor parameter to compile-version endpoint
| * | | | Add allowMajor parameter to compile-version endpointMartin Polden2022-03-164-30/+94
| | |/ / | |/| |
* | | | Merge pull request #21692 from vespa-engine/jonmv/major-upgrade-orchestrationMartin Polden2022-03-1613-30/+138
|\ \ \ \ | |/ / / |/| / / | |/ / Handle incocmpatible versions for dev/perf deployments
| * | Handle incocmpatible versions for dev/perf deploymentsJon Marius Venstad2022-03-1513-30/+138
| | |
* | | Merge pull request #21475 from vespa-engine/ogronnesby/tenant-info-notificationsLeandro Alves2022-03-156-114/+266
|\ \ \ | | | | | | | | Clean up the tenant info classes
| * | | update testsLeandro Alves2022-03-152-5/+23
| | | |
| * | | Fix testsValerij Fredriksen2022-03-142-6/+4
| | | |
| * | | Extend contactValerij Fredriksen2022-03-143-12/+10
| | | |
| * | | CleanupValerij Fredriksen2022-03-143-48/+28
| | | |
| * | | draft tenant info contacts testLeandro Alves2022-03-141-2/+9
| | | |
| * | | draft tenant info contacts apiLeandro Alves2022-03-143-8/+98
| | | |
| * | | remove nameLeandro Alves2022-03-141-5/+3
| | | |
| * | | Persist notification contactsØyvind Grønnesby2022-03-141-1/+57
| | | |
| * | | Rename TenantInfoBillingContact -> TenantBillingØyvind Grønnesby2022-03-143-10/+10
| | | |
| * | | Clean up the tenant info classesØyvind Grønnesby2022-03-146-87/+94
| | |/ | |/| | | | | | | | | | | | | | | | | | | There was some repetition in the TenantInfo classes. Created dedicated classes for TenantAddress and TenantContact. Used these throughout the TenantInfo tree. This commit also removes the 'invoiceEmail' field that was never used.
* | | Merge pull request #21680 from vespa-engine/jonmv/major-upgrade-orchestrationJon Marius Venstad2022-03-159-58/+173
|\ \ \ | | |/ | |/| Jonmv/major upgrade orchestration
| * | Test upgrade across incompatibility boundaryJon Marius Venstad2022-03-141-0/+6
| | |
| * | Avoid incompatible upgradesJon Marius Venstad2022-03-142-2/+18
| | |