aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/maintenance
Commit message (Expand)AuthorAgeFilesLines
* Remove use of flag `assign-randomized-id`Morten Tokle2023-09-291-3/+0
* Create API to trigger export of billsØyvind Grønnesby2023-09-281-1/+0
* Have to account for `504 Gateway Timeout` against Jirabjormel2023-09-272-3/+5
* Simplify stream expressionØyvind Grønnesby2023-09-271-6/+1
* Merge remote-tracking branch 'origin/master' into ogronnesby/billing-report-c...Øyvind Grønnesby2023-09-264-2/+60
|\
| * Maintain tenant cloud accountsValerij Fredriksen2023-09-263-1/+59
| * Fix metricMorten Tokle2023-09-251-1/+1
* | Remove maintain resourcesØyvind Grønnesby2023-09-261-1/+0
* | Report customer status periodicallyØyvind Grønnesby2023-09-261-1/+61
|/
* Rename and expose metric (#28617)Morten Tokle2023-09-221-3/+8
* Rename dimension APPLICATION_ID -> INSTANCE_IDMorten Tokle2023-09-221-1/+1
* Cluster cost accounts for GPU resources as wellOla Aunronning2023-09-211-7/+2
* Verify application existsMorten Tokle2023-09-201-0/+1
* Include certification status in /os/v1/Martin Polden2023-09-151-5/+11
* Move successFactorBaseline setting to ControllerMaintenancebjormel2023-09-142-3/+5
* Catch any exceptionOla Aunronning2023-09-141-1/+1
* Feature flag to control assign-random-id rateMorten Tokle2023-09-111-1/+4
* Store and show in /app/v4/ the change and dependent prod job triggering testsjonmv2023-09-081-1/+1
* Increase to 10 / runMorten Tokle2023-09-081-1/+1
* Lowercase system name when used in file namesHarald Musum2023-09-071-3/+3
* Merge pull request #28262 from vespa-engine/revert-28260-hakonhall/ignore-gcp...Håkon Hallingstad2023-09-071-6/+0
|\
| * Revert "Ignore GCP enclave nodes in convergence check [MERGEOK]"Håkon Hallingstad2023-08-301-6/+0
* | Merge pull request #28271 from vespa-engine/revert-28268-hakonhall/ignore-gcp...Valerij Fredriksen2023-09-071-6/+7
|\ \
| * | Revert "Ignore GCP enclave when determining system version [MERGEOK]"Håkon Hallingstad2023-08-301-6/+7
* | | Simplify, finish javadoc, log at lower levelHarald Musum2023-09-071-11/+15
* | | Consider config models in use when expiring artifactsHarald Musum2023-09-071-5/+55
* | | Assign up to 5 randomized ids per maintenance cycleMorten Tokle2023-09-051-0/+1
* | | Merge pull request #28347 from vespa-engine/mortent/assign-randomized-idMartin Polden2023-09-041-0/+125
|\ \ \
| * | | simplifyMorten Tokle2023-09-011-2/+6
| * | | Assign random id to existing certificatesMorten Tokle2023-09-011-0/+121
| |/ /
* / / Reduce threshold from 1 to 0.95, and make deletion race less likelyjonmv2023-08-311-4/+8
|/ /
* / Ignore GCP enclave when determining system versionHåkon Hallingstad2023-08-301-7/+6
|/
* Ignore GCP enclave nodes in convergence checkHåkon Hallingstad2023-08-301-0/+6
* Use JIRA account owners instead of usernamesjonmv2023-08-252-5/+12
* permanent cert pool flagAndreas Eriksen2023-08-251-2/+1
* Merge pull request #28091 from vespa-engine/mpolden/schedule-latestArnstein Ressem2023-08-211-6/+1
|\
| * Schedule latest OS versionMartin Polden2023-08-211-6/+1
* | Use consistent tag nameYngve Aasheim2023-08-151-2/+2
|/
* Add metrics needed to stop using the .last suffixyngveaasheim2023-08-081-3/+3
* Include remaining metrics used by alerts. Fix two comments from Ola.yngveaasheim2023-07-311-1/+2
* Separate controller specific metrics into separate enum and methodyngveaasheim2023-07-311-15/+16
* Add enums for infrastructure and add to vespametricsset as needed for infrast...yngveaasheim2023-07-311-6/+7
* Use consistent metrics tag nameYngve Aasheim2023-07-271-1/+1
* Check scheduling time before certificationMartin Polden2023-07-261-5/+11
* SimplifyMartin Polden2023-07-261-14/+15
* Reduce cooldown period of new OS versionsMartin Polden2023-07-261-5/+4
* Merge pull request #27886 from vespa-engine/mpolden/certified-os-versionMartin Polden2023-07-252-13/+24
|\
| * Require certification of scheduled OS upgradesMartin Polden2023-07-252-10/+23
| * Remove custom non-CD cooldownMartin Polden2023-07-241-3/+1
* | Merge branch 'master' into ogronnesby/billing-reportingØyvind Grønnesby2023-07-2513-88/+122
|\|