summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21697 from ↵v7.559.12Arnstein Ressem2022-03-151-1/+1
|\ | | | | | | | | vespa-engine/hmusum/do-not-use-cluster-type-for-flag Do not use cluster type when getting flag
| * Do not use cluster type when getting flagHarald Musum2022-03-151-1/+1
| | | | | | | | Flag is just for admin clusters
* | Merge pull request #21695 from vespa-engine/olaa/add-effect-to-assertionMorten Tokle2022-03-153-5/+20
|\ \ | | | | | | Include assertion effect in entity
| * | Include assertion effect in entityOla Aunrønning2022-03-153-5/+20
| |/
* | Merge pull request #21475 from vespa-engine/ogronnesby/tenant-info-notificationsLeandro Alves2022-03-1514-366/+701
|\ \ | |/ |/| Clean up the tenant info classes
| * update testsLeandro Alves2022-03-153-6/+24
| |
| * Fix testsValerij Fredriksen2022-03-142-6/+4
| |
| * Extend contactValerij Fredriksen2022-03-144-46/+28
| |
| * CleanupValerij Fredriksen2022-03-146-74/+37
| |
| * draft tenant info contacts testLeandro Alves2022-03-141-2/+9
| |
| * draft tenant info contacts apiLeandro Alves2022-03-145-16/+162
| |
| * remove nameLeandro Alves2022-03-142-21/+10
| |
| * Persist notification contactsØyvind Grønnesby2022-03-144-39/+211
| |
| * Update copyrightØyvind Grønnesby2022-03-142-0/+2
| |
| * Rename TenantInfoBillingContact -> TenantBillingØyvind Grønnesby2022-03-146-26/+54
| |
| * Clean up the tenant info classesØyvind Grønnesby2022-03-1412-301/+331
| | | | | | | | | | | | | | | | 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 #21688 from ↵Harald Musum2022-03-158-32/+85
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/add-feature-flag-for-node-architecture-for-admin-clusters Add feature flag for node architecture for admin clusters [run-systemtest]
| * | Add feature flag for node architecture for admin clustersHarald Musum2022-03-157-2/+71
| | | | | | | | | | | | | | | Flag value will be used for implicitly created nodes in admin clusters (cluster controllers only for now)
| * | Less hardcoding of cluster nameHarald Musum2022-03-151-9/+14
| | |
| * | Remove useless test (filedistributor service removed a long time ago)Harald Musum2022-03-151-21/+0
| | |
* | | Merge pull request #21687 from ↵Yngve Aasheim2022-03-151-0/+3
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/yngveaasheim/add-grouping_time-metrics Add grouping_time metrics
| * | | Add grouping_time metricsYngve Aasheim2022-03-151-0/+3
| | | |
* | | | Merge pull request #21691 from vespa-engine/balder/gc-unused-convenience-methodsHenning Baldersheim2022-03-154-27/+15
|\ \ \ \ | | | | | | | | | | GC unused convenience methods.
| * | | | GC unused convenience methods.Henning Baldersheim2022-03-154-27/+15
| |/ / /
* | | | Merge pull request #21686 from ↵Jon Marius Venstad2022-03-1516-117/+257
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-21684-revert-21667-mpolden/expire-by-etag Reapply "Use entity tag to expire sample apps cache"
| * | | | Revert "Revert "Use entity tag to expire sample apps cache""Martin Polden2022-03-1516-117/+257
| |/ / /
* | | | Merge pull request #21685 from vespa-engine/mpolden/set-explicit-cache-dirJon Marius Venstad2022-03-152-7/+10
|\ \ \ \ | | | | | | | | | | Set explicit cache directory in Vespa CLI test runner
| * | | | Set explicit cache directory in Vespa CLI test runnerMartin Polden2022-03-152-7/+10
| | | | |
* | | | | Merge pull request #21681 from ↵Harald Musum2022-03-155-34/+112
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-command-for-deleting-version-lock Add command for deleting version lock
| * | | | | Add command for deleting version lockHarald Musum2022-03-145-34/+112
| | | | | |
* | | | | | Merge pull request #21680 from vespa-engine/jonmv/major-upgrade-orchestrationJon Marius Venstad2022-03-1516-64/+405
|\ \ \ \ \ \ | | | | | | | | | | | | | | Jonmv/major upgrade orchestration
| * | | | | | Extract helper for unit testJon Marius Venstad2022-03-151-53/+25
| | | | | | |
| * | | | | | Test upgrade across incompatibility boundaryJon Marius Venstad2022-03-141-0/+6
| | | | | | |
| * | | | | | Avoid incompatible upgradesJon Marius Venstad2022-03-142-2/+18
| | | | | | |
| * | | | | | No oustanding change tests with incompatible versionsJon Marius Venstad2022-03-143-2/+28
| | | | | | |
| * | | | | | Grammar ...Jon Marius Venstad2022-03-141-3/+3
| | | | | | |
| * | | | | | Refuse to start jobs with incompatible version pairsJon Marius Venstad2022-03-141-0/+6
| | | | | | |
| * | | | | | Use VersionCompatibility in configserver and controller, and testsJon Marius Venstad2022-03-148-25/+40
| | | | | | |
| * | | | | | Add VersionCompatibility helperJon Marius Venstad2022-03-143-0/+237
| | | | | | |
| * | | | | | Avoid splitting changes with compatibility upgrade appended to revisionJon Marius Venstad2022-03-141-19/+22
| | | | | | |
| * | | | | | Append upgrade to revisions with a ccompile version incompatible with ↵Jon Marius Venstad2022-03-143-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | current platform
| * | | | | | Move platform selection to deployment triggerJon Marius Venstad2022-03-142-19/+23
| | | | | | |
| * | | | | | Wire incompatible major versions into controller, and its unit testsJon Marius Venstad2022-03-146-18/+40
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #21677 from vespa-engine/mortent/create-roles-all-tenantsMorten Tokle2022-03-151-3/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Create roles for all tenants
| * | | | | Create roles for all tenantsMorten Tokle2022-03-141-3/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #21684 from vespa-engine/revert-21667-mpolden/expire-by-etagJon Marius Venstad2022-03-1516-257/+117
|\ \ \ \ \ | |_|_|_|/ |/| | | | Revert "Use entity tag to expire sample apps cache"
| * | | | Revert "Use entity tag to expire sample apps cache"Harald Musum2022-03-1516-257/+117
|/ / / /
* | | | Merge pull request #21683 from vespa-engine/arnej/avoid-losing-struct-fieldsJon Bratseth2022-03-1419-253/+414
|\ \ \ \ | | | | | | | | | | Arnej/avoid losing struct fields
| * | | | simpler with IdentityHashMapArne H Juul2022-03-141-12/+9
| | | | |
| * | | | update expected resultsArne H Juul2022-03-1411-232/+5
| | | | | | | | | | | | | | | | | | | | * drop lots of duplicate data types