aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src
Commit message (Collapse)AuthorAgeFilesLines
* Update /deployment/v1 expected responsejonmv2023-04-181-0/+10
|
* Allow pinning to a revision, set and read through APIsjonmv2023-04-188-35/+78
|
* Add revision pin to Changejonmv2023-04-183-17/+46
|
* Rename pinned to platformPinnedjonmv2023-04-1813-57/+50
|
* Mark packages as obsolete when no deployed, then prune laterjonmv2023-04-183-19/+116
|
* Add obsoletion field to ApplicationVersion, and remove test-only factoriesjonmv2023-04-184-9/+16
|
* Merge pull request #26739 from vespa-engine/olaa/dont-rewrite-cmr-reportOla Aunrønning2023-04-142-8/+27
|\ | | | | Automatically approve CMR impacting proxy node
| * Convert class to recordOla Aunronning2023-04-142-2/+2
| |
| * Automatically approve CMR if only one proxy node impactedOla Aunronning2023-04-141-3/+12
| |
| * Don't rewrite CMR report. Add status fieldOla Aunronning2023-04-122-4/+14
| |
* | Merge pull request #26725 from vespa-engine/jonmv/improve-job-status-insightValerij Fredriksen2023-04-1311-179/+258
|\ \ | | | | | | Jonmv/improve job status insight
| * | Compute whether jobs are blocked in the right place, and exposejonmv2023-04-137-79/+94
| | |
| * | Introduce a more detailed Readiness object for planned deployment jobsjonmv2023-04-1310-128/+192
| | |
* | | Merge pull request #26731 from vespa-engine/hmusum/verify-plan-on-submitHarald Musum2023-04-133-4/+30
|\ \ \ | | | | | | | | Verify plan when submitting an application
| * | | Add link to doc for exception when plan does not support deploymentHarald Musum2023-04-132-3/+4
| | | |
| * | | Verify plan when submitting an applicationHarald Musum2023-04-133-4/+29
| |/ /
* / / more generic log message (still friendly enough?)Andreas Eriksen2023-04-131-1/+1
|/ /
* | Merge pull request #26711 from vespa-engine/jonmv/read-only-what-you-needMartin Polden2023-04-122-12/+12
|\ \ | |/ |/| Buffer only what you need for the audit logging
| * Buffer only what you need for the audit loggingjonmv2023-04-122-12/+12
| |
* | Merge pull request #26713 from ↵Valerij Fredriksen2023-04-121-2/+2
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/improve-test-job-retrying-choices Include relevant production job when determining whether to retrying …
| * | Include relevant production job when determining whether to retrying testsjonmv2023-04-121-2/+2
| |/
* / When a canary fails after other apps upgrade that is not broken confidencejonmv2023-04-122-2/+9
|/
* Run ArtifactExpirer in all systemsMartin Polden2023-04-111-12/+1
|
* Merge pull request #26637 from ↵Bjørn Meland2023-04-1135-84/+105
|\ | | | | | | | | vespa-engine/bjormel/maintainer-success-factor-baseline maintainer success factor baseline deviation
| * successFactorDeviation cannot be lower than -successFactorBaselinebjormel2023-03-311-1/+3
| |
| * successFactorDeviation is negativebjormel2023-03-301-2/+2
| |
| * maintainer success factor baseline deviationbjormel2023-03-2935-84/+103
| |
* | Use cd.vespa.oath.cloud domain for CD endpointsValerij Fredriksen2023-04-043-17/+12
| |
* | Merge pull request #26661 from ↵Valerij Fredriksen2023-03-314-6/+23
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/validate-cloud-account-for-deployments-before-storing Validate all future jobs (submit) and current (deploy) have zone in a…
| * | Validate all future jobs (submit) and current (deploy) have zone in accountjonmv2023-03-314-6/+23
| |/
* / Ensure timestamps are preserved, or equal for added entriesjonmv2023-03-311-4/+11
|/
* Fix unit testValerij Fredriksen2023-03-291-2/+4
|
* Add availabilityZone to deployment object in /application/v4Valerij Fredriksen2023-03-293-4/+15
|
* Revert "Add API to list zones"Valerij Fredriksen2023-03-295-154/+0
| | | | This reverts commit 538f72529022e703aea37c3baec7eba5403aedfd.
* Add API to list zonesValerij Fredriksen2023-03-296-2/+167
|
* Add method to get a zone by IDValerij Fredriksen2023-03-291-0/+9
|
* Enable EnclaveAccessMaintainer in publicValerij Fredriksen2023-03-241-5/+3
|
* Merge pull request #26533 from vespa-engine/ogronnesby/user-v1-user-rdsØyvind Grønnesby2023-03-236-4/+37
|\ | | | | Maintain cache of plans in use
| * Maintain cache of plans in useØyvind Grønnesby2023-03-236-4/+37
| |
* | Wait less before redeploying second timeValerij Fredriksen2023-03-221-2/+1
|/
* Merge pull request #26492 from ↵Harald Musum2023-03-203-31/+30
|\ | | | | | | | | vespa-engine/hmusum/rename-proton-metrics-to-searchnode-metrics proton metrics -> searchnode metrics
| * proton metrics -> searchnode metricsHarald Musum2023-03-203-31/+30
| | | | | | | | | | Use name of service and add API that does not use the generic /metrics path for searchnode metrics
* | Allow access to /state/v1 on config servers through controllerHarald Musum2023-03-202-4/+4
|/
* Remove ControllerMaintainer loggerØyvind Grønnesby2023-03-151-2/+0
| | | | | There is already one in the superclass and the ControllerMaintainer logger hid the name of the maintainer implementation.
* Update MeteringResponse with testsØyvind Grønnesby2023-03-144-10/+10
|
* Merge remote-tracking branch 'origin/master' into ogronnesby/ignore-minor-microØyvind Grønnesby2023-03-142-3/+12
|\
| * Add more fields in metering responseOla Aunronning2023-03-142-3/+12
| |
* | Ignore minor/micro versions in snapshotsØyvind Grønnesby2023-03-141-3/+3
|/
* Group by Version insteadØyvind Grønnesby2023-03-131-3/+4
|
* Improve validation error messagejonmv2023-03-102-6/+13
|