aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* maintainer success factor baseline deviationbjormel2023-03-2935-84/+103
|
* 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
|
* Merge pull request #26173 from vespa-engine/ogronnesby/billing-dimensionsØyvind Grønnesby2023-03-0810-52/+80
|\ | | | | New billing dimensions
| * Consider major version in node -> snapshot conversionØyvind Grønnesby2023-02-281-14/+18
| |
| * Use ResourceAllocation less. NodeResources does the jobØyvind Grønnesby2023-02-234-28/+40
| |
| * Add majorVersion and architecture to API outputØyvind Grønnesby2023-02-236-7/+21
| |
| * Add major version to billingØyvind Grønnesby2023-02-233-11/+9
| |
* | Merge pull request #26333 from vespa-engine/ogronnesby/length-validationValerij Fredriksen2023-03-072-1/+11
|\ \ | | | | | | Limit length on input
| * | Limit length on inputØyvind Grønnesby2023-03-072-1/+11
| | |
* | | Normalise connection status for UI displayjonmv2023-03-076-32/+20
|/ /
* | Merge pull request #25018 from vespa-engine/hmusum/upgrade-curator-2gjoranv2023-03-061-0/+8
|\ \ | | | | | | Upgrade Curator to 5.4.0 [run-systemtest]
| * | Specify Xlint compiler args, unable to get it to work with -WerrorHarald Musum2023-02-201-0/+8
| |/
* | Merge pull request #26272 from ↵Arnstein Ressem2023-03-061-2/+1
|\ \ | | | | | | | | | | | | vespa-engine/revert-26269-run-AartifactExpirer-more-often-in-cd-systems Revert "Run ArtifactExpirer more often in cd systems"
| * | Revert "Run ArtifactExpirer more often in cd systems"Harald Musum2023-03-021-2/+1
| | |
* | | 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-032-1/+7
|\ \ \ | | | | | | | | Make it possible to specify billId when adding line item
| * | | Make it possible to specify billId when adding line itemØyvind Grønnesby2023-03-032-1/+7
| | | |
* | | | Get cloud account from deploymentValerij Fredriksen2023-03-034-10/+21
| | | |
* | | | Store cloudAccount in DeploymentValerij Fredriksen2023-03-037-37/+48
|/ / /
* | | Propagate account archive URIs to NRValerij Fredriksen2023-03-023-21/+55
| | |
* | | Find archive URI for given account from ZK cache or ArchiveServiceValerij Fredriksen2023-03-023-5/+78
| | |
* | | Store tenant managed archive buckets in ZKValerij Fredriksen2023-03-028-109/+102
| | |
* | | Remove tenant name from archive URIValerij Fredriksen2023-03-023-10/+10
|/ /
* | Merge pull request #26269 from ↵Harald Musum2023-03-021-1/+2
|\ \ | | | | | | | | | | | | vespa-engine/run-AartifactExpirer-more-often-in-cd-systems Run ArtifactExpirer more often in cd systems
| * | Run ArtifactExpirer more often in cd systemsHarald Musum2023-03-021-1/+2
| | |
* | | Merge pull request #26268 from vespa-engine/jonmv/another-try-with-resourcesValerij Fredriksen2023-03-021-5/+6
|\ \ \ | |/ / |/| | Another try-with-res to preserve any original exception
| * | Another try-with-res to preserve any original exceptionjonmv2023-03-021-5/+6
| | |
* | | Merge pull request #26247 from vespa-engine/jonmv/preserve-original-exceptionHarald Musum2023-03-011-11/+10
|\ \ \ | | | | | | | | Preserve original exception when deployments fail to read from S3
| * | | Use explicit interface for autocloseablejonmv2023-03-011-1/+2
| | | |
| * | | Preserve original exception when deployments fail to read from S3jonmv2023-03-011-11/+9
| | | |
* | | | Merge pull request #26254 from vespa-engine/olaa/check-child-retirement-statusOla Aunrønning2023-03-011-5/+10
|\ \ \ \ | | | | | | | | | | Check retirement status of host and its children