aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| * Support configuring BCP structureJon Bratseth2023-02-073-53/+263
| |
* | Avoid internal server error on invalid pathjonmv2023-02-071-7/+13
|/
* Merge pull request #25830 from vespa-engine/olaa/flip-flag-defaultsØyvind Grønnesby2023-02-022-25/+9
|\ | | | | Flip flag defaults for mail verification and tenant role cleanup
| * Flip flag defaults for mail verification and tenant role cleanupOla Aunronning2023-02-012-25/+9
| |
* | Add DNS serializer and testjonmv2023-02-012-0/+120
| |
* | Run DNS challenges asynchronously, and check from job runnerjonmv2023-02-017-46/+111
|/
* Merge pull request #25799 from vespa-engine/bratseth/groupsize-in-application-v4Valerij Fredriksen2023-01-303-0/+13
|\ | | | | Serialize groupSize if set
| * Serialize groupSize if setJon Bratseth2023-01-303-0/+13
| |
* | Revert "Merge pull request #25776 from ↵jonmv2023-01-3017-164/+157
|/ | | | | | | vespa-engine/jonmv/revert-private-endpoints" This reverts commit 350b36dd88baef7548c0066b01ea1e328eb78f3f, reversing changes made to 8a006bc9ca202713ec54c7961a9256790c87d10d.
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-2717-157/+164
| | | | | This reverts commit a3ae8f5b0ec3a7f2f3c9205289470dbb89e477ff, reversing changes made to 6534f02466a8958513a8b8684cc2a4369fab7666.
* Merge pull request #25770 from vespa-engine/jonmv/private-endpointsJon Marius Venstad2023-01-2717-164/+157
|\ | | | | Jonmv/private endpoints
| * Check private endpoints from same-zone config server insteadjonmv2023-01-273-6/+14
| |
| * Move container status.html check as welljonmv2023-01-271-29/+11
| |
| * Refactor endpoint verification during deploymentsjonmv2023-01-273-40/+21
| |
| * Store whether load balancers are public, in routing policyjonmv2023-01-267-36/+60
| |
| * Refactor with abstract parent, and make name() non-optionaljonmv2023-01-258-58/+56
| |
* | Clearer messageJon Bratseth2023-01-271-1/+2
|/
* Add "type" to private services infojonmv2023-01-252-6/+15
|
* Merge pull request #25725 from vespa-engine/jonmv/private-endpointsJon Marius Venstad2023-01-253-47/+48
|\ | | | | Jonmv/private endpoints
| * Pick the correct service when multiple are definedjonmv2023-01-251-37/+38
| |
| * Remove unused argumentjonmv2023-01-253-10/+10
| |
* | Merge pull request #25724 from vespa-engine/mpolden/simplifyJon Marius Venstad2023-01-254-46/+55
|\ \ | |/ |/| Minor simplification and javadoc improvements
| * Minor simplification and javadoc improvementsMartin Polden2023-01-254-46/+55
| |