summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26823 from ↵Jon Marius Venstad2023-04-241-4/+22
|\ | | | | | | | | vespa-engine/hmusum/fail-deployment-id-certificate-file-is-missing Fail deployment if no certificate file exists in application package
| * Fail deployment if no certificate file exists in application packageHarald Musum2023-04-221-4/+22
| | | | | | | | | | | | Ususally certificate is in security/clients.pem, but it's posible to use other files and have more than one file. Fail only if no files exist in security/ directory. The check is controlled by a feature flag.
* | Correctly count number of nodes that finished dropping documentsValerij Fredriksen2023-04-211-1/+1
|/
* Code review fixesValerij Fredriksen2023-04-211-1/+1
|
* Create API to trigger and view status for dropping documentsValerij Fredriksen2023-04-212-0/+46
|
* set deploymentMetricsMaintainerBaseline to 0.95 (#26793)Bjørn Meland2023-04-201-3/+3
|
* Update /deployment/v1 expected responsejonmv2023-04-181-0/+10
|
* Allow pinning to a revision, set and read through APIsjonmv2023-04-182-15/+45
|
* Add revision pin to Changejonmv2023-04-181-1/+1
|
* Rename pinned to platformPinnedjonmv2023-04-183-20/+18
|
* Mark packages as obsolete when no deployed, then prune laterjonmv2023-04-182-0/+79
|
* Add obsoletion field to ApplicationVersion, and remove test-only factoriesjonmv2023-04-182-7/+11
|
* Merge pull request #26739 from vespa-engine/olaa/dont-rewrite-cmr-reportOla Aunrønning2023-04-141-2/+2
|\ | | | | Automatically approve CMR impacting proxy node
| * Convert class to recordOla Aunronning2023-04-141-1/+1
| |
| * Don't rewrite CMR report. Add status fieldOla Aunronning2023-04-121-1/+1
| |
* | Merge pull request #26725 from vespa-engine/jonmv/improve-job-status-insightValerij Fredriksen2023-04-135-36/+37
|\ \ | | | | | | Jonmv/improve job status insight
| * | Compute whether jobs are blocked in the right place, and exposejonmv2023-04-133-5/+8
| | |
| * | Introduce a more detailed Readiness object for planned deployment jobsjonmv2023-04-134-34/+32
| |/
* | Add link to doc for exception when plan does not support deploymentHarald Musum2023-04-131-1/+2
| |
* | Verify plan when submitting an applicationHarald Musum2023-04-131-1/+15
|/
* When a canary fails after other apps upgrade that is not broken confidencejonmv2023-04-121-0/+7
|
* Merge pull request #26637 from ↵Bjørn Meland2023-04-113-24/+24
|\ | | | | | | | | vespa-engine/bjormel/maintainer-success-factor-baseline maintainer success factor baseline deviation
| * maintainer success factor baseline deviationbjormel2023-03-293-24/+24
| |
* | Use cd.vespa.oath.cloud domain for CD endpointsValerij Fredriksen2023-04-042-5/+4
| |
* | Validate all future jobs (submit) and current (deploy) have zone in accountjonmv2023-03-311-3/+8
|/
* Fix unit testValerij Fredriksen2023-03-291-2/+4
|
* Add availabilityZone to deployment object in /application/v4Valerij Fredriksen2023-03-292-4/+5
|
* Revert "Add API to list zones"Valerij Fredriksen2023-03-294-83/+0
| | | | This reverts commit 538f72529022e703aea37c3baec7eba5403aedfd.
* Add API to list zonesValerij Fredriksen2023-03-295-2/+96
|
* Add method to get a zone by IDValerij Fredriksen2023-03-291-0/+9
|
* Maintain cache of plans in useØyvind Grønnesby2023-03-233-1/+8
|
* Merge pull request #26492 from ↵Harald Musum2023-03-202-24/+21
|\ | | | | | | | | vespa-engine/hmusum/rename-proton-metrics-to-searchnode-metrics proton metrics -> searchnode metrics
| * proton metrics -> searchnode metricsHarald Musum2023-03-202-24/+21
| | | | | | | | | | 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-201-3/+2
|/
* Update MeteringResponse with testsØyvind Grønnesby2023-03-143-9/+9
|
* Add more fields in metering responseOla Aunronning2023-03-141-2/+8
|
* Improve validation error messagejonmv2023-03-101-4/+10
|
* Merge pull request #26173 from vespa-engine/ogronnesby/billing-dimensionsØyvind Grønnesby2023-03-086-23/+38
|\ | | | | New billing dimensions
| * Use ResourceAllocation less. NodeResources does the jobØyvind Grønnesby2023-02-232-16/+24
| |
| * Add majorVersion and architecture to API outputØyvind Grønnesby2023-02-234-7/+13
| |
| * Add major version to billingØyvind Grønnesby2023-02-232-8/+9
| |
* | Merge pull request #26333 from vespa-engine/ogronnesby/length-validationValerij Fredriksen2023-03-071-0/+8
|\ \ | | | | | | Limit length on input
| * | Limit length on inputØyvind Grønnesby2023-03-071-0/+8
| | |
* | | Normalise connection status for UI displayjonmv2023-03-073-10/+6
|/ /
* | Merge pull request #26290 from vespa-engine/jonmv/private-endpoints-3Valerij Fredriksen2023-03-031-1/+0
|\ \ | | | | | | Let implementations short-circuit LB (re)configuration
| * | Let implementations short-circuit LB (re)configurationjonmv2023-03-031-1/+0
| | |
* | | Merge pull request #26289 from vespa-engine/ogronnesby/add-line-itemØyvind Grønnesby2023-03-031-1/+2
|\ \ \ | | | | | | | | Make it possible to specify billId when adding line item
| * | | Make it possible to specify billId when adding line itemØyvind Grønnesby2023-03-031-1/+2
| | | |
* | | | Get cloud account from deploymentValerij Fredriksen2023-03-032-5/+12
| | | |
* | | | Store cloudAccount in DeploymentValerij Fredriksen2023-03-033-4/+7
|/ / /