aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| * | | | Check retirement status of host and its childrenOla Aunronning2023-03-011-5/+10
| | | | |
* | | | | There is a mismatch on field names between read/writeØyvind Grønnesby2023-03-012-2/+2
|/ / / /
* | / / Make dispatch flag permanentØyvind Grønnesby2023-03-013-3/+6
| |/ / |/| | | | | | | | | | | - Move dispatch notifications flag to PermanentFlags - Flip the default of the flag
* | | Track DeploymentInfoMaintainer successJon Bratseth2023-02-281-14/+19
| | |
* | | Extend controller NR client to allow updating cloud account archive URIValerij Fredriksen2023-02-273-19/+34
| | |
* | | Bump commons fileupload 1.4 -> 1.5Henning Baldersheim2023-02-251-1/+1
| | |
* | | fixed ipv6 dns for containers in exclaveAndreas Eriksen2023-02-221-1/+0
| | |
* | | Use ZTS getAccess instead of ZMSMorten Tokle2023-02-201-1/+1
| |/ |/|
* | Use Principal::getName instead of toString() in run abort messageValerij Fredriksen2023-02-171-1/+1
|/
* Use DeploymentInfoJon Bratseth2023-02-153-34/+79
|
* Maintain deploymentInfoJon Bratseth2023-02-159-23/+140
|
* Exchange BCP info WIPJon Bratseth2023-02-157-28/+230
|
* Merge pull request #26031 from vespa-engine/jonmv/private-endpoints-3Valerij Fredriksen2023-02-141-2/+1
|\ | | | | Jonmv/private endpoints 3
| * Read cloud account from actual LBsjonmv2023-02-141-2/+1
| |
* | Support dots in key name used for resealingTor Brede Vekterli2023-02-143-13/+19
| |
* | Merge pull request #26009 from vespa-engine/bratseth/cold-autoscalingMartin Polden2023-02-141-2/+2
|\ \ | |/ |/| Cold autoscaling WIP
| * Cold autoscaling WIPJon Bratseth2023-02-131-2/+2
| | | | | | | | | | Core support for autoscaling using data from cluster deployments in other regions when there is little or no traffic in our own deployment.
* | Improve key version handlingTor Brede Vekterli2023-02-132-4/+14
|/ | | | Now properly ensures only non-negative key version values.
* Add a controller handler for resealing decryption tokensTor Brede Vekterli2023-02-107-20/+264
| | | | | | | | | | Handles an _already authenticated and authorized request_, using a config-provided secret private key decrypt the original token and reseal it towards the requested public key. Key IDs are expected to be on the format "name.version" where version is an unsigned integer. The name must exactly match the key name used to look up the secret private key, or the request will be failed.
* Merge pull request #25923 from vespa-engine/mpolden/cleanupJon Marius Venstad2023-02-0814-145/+65
|\ | | | | Misc cleanup
| * Remove unnecessary inner classMartin Polden2023-02-071-5/+1
| |
| * Convert to recordsMartin Polden2023-02-072-69/+26
| |
| * Remove duplicated classMartin Polden2023-02-074-23/+3
| |
| * Remove unused fieldMartin Polden2023-02-071-4/+0
| |
| * Use switch expressionMartin Polden2023-02-076-44/+35
| |
* | Add debug logging for successfactor triggering alertbjormel2023-02-081-0/+2
| |
* | Merge pull request #25912 from vespa-engine/bratseth/bcp-rebasedJon Bratseth2023-02-073-53/+263
|\ \ | |/ |/| Bratseth/bcp rebased