aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25457 from vespa-engine/bjorncs/semgrepBjørn Christian Seime2023-01-093-14/+10
|\ | | | | Bjorncs/semgrep
| * Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-093-14/+10
| |
* | Add cause to reindexing notificationValerij Fredriksen2023-01-093-25/+47
| |
* | Revert "Add reindexing progress to deployment metrics"Valerij Fredriksen2023-01-093-19/+16
|/ | | | This reverts commit 4a49d2e2
* Revert "Ensure that HTTPS clients only use allowed ciphers and protocol ↵Andreas Eriksen2023-01-063-10/+14
| | | | versions" (#25436)
* when deleting endpoint cert, clean up associated keys (#25413)Andreas Eriksen2023-01-062-7/+14
|
* Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-063-14/+10
|
* Merge pull request #25421 from vespa-engine/freva/tag-exclusiveValerij Fredriksen2023-01-062-11/+18
|\ | | | | Improve shared hosts resource tagging
| * Improve shared hosts resource taggingValerij Fredriksen2023-01-052-11/+18
| |
* | Merge pull request #25397 from vespa-engine/jonmv/handle-missing-roleØyvind Grønnesby2023-01-062-27/+40
|\ \ | |/ |/| No role means no managed access, and to wait a little before activati…
| * No role means no managed access, and to wait a little before activating itjonmv2023-01-042-27/+40
| |
* | Avoid failing assert when racing with deploy thread, in unit testjonmv2023-01-051-1/+1
| |
* | Merge pull request #25390 from vespa-engine/bratseth/autoscaling-statusValerij Fredriksen2023-01-044-51/+113
|\ \ | | | | | | Bratseth/autoscaling status
| * | Output load in target/suggested blockJon Bratseth2023-01-024-34/+108
| | |
| * | Remove unused valuesJon Bratseth2022-12-304-17/+5
| | |
* | | Add --gzip-requests to compress request bodies in feed clientjonmv2023-01-031-5/+3
| |/ |/|
* | Merge pull request #25370 from vespa-engine/ogronnesby/capitalise-notificationsKristian Aune2023-01-032-25/+12
|\ \ | | | | | | Capitalise notification messages
| * | Capitalise notification messagesØyvind Grønnesby2023-01-032-1/+6
| | |
| * | Minor tweaksØyvind Grønnesby2023-01-031-24/+6
| |/
* | Merge pull request #25367 from vespa-engine/mpolden/verify-instanceJon Marius Venstad2023-01-032-1/+7
|\ \ | | | | | | Handle unknown instance in routing API
| * | Handle unknown instance in routing APIMartin Polden2023-01-032-1/+7
| |/
* | Expand test for multiple instances with complex tests and two cloudsjonmv2023-01-032-19/+72
| |
* | Use prerequsite tests, rather than same-instance declared or else fallbackjonmv2023-01-032-39/+19
| |
* | Compute prerequisite tests for a given prod deploymentjonmv2023-01-033-9/+30
| |
* | Merge pull request #25354 from ↵Øyvind Grønnesby2023-01-023-12/+5
|\ \ | | | | | | | | | | | | vespa-engine/ogronnesby/consistent-until-param-handling Move until parameter handling to controller
| * | Move until parameter handling to controllerØyvind Grønnesby2023-01-023-12/+5
| |/
* / Test jobs have no permanent runtime versionsjonmv2023-01-024-6/+10
|/
* Merge pull request #25310 from ↵Øyvind Grønnesby2022-12-216-95/+0
|\ | | | | | | | | vespa-engine/mortent/remove-controller-cert-validation Remove controller certificate validation
| * Remove controller certificate validationMorten Tokle2022-12-216-95/+0
| |
* | Merge pull request #25305 from vespa-engine/ogronnesby/notification-tweaksKristian Aune2022-12-203-11/+7
|\ \ | | | | | | Small notification tweaks
| * | Small notification tweaksØyvind Grønnesby2022-12-203-11/+7
| |/
* / Clean up tenant secretsOla Aunronning2022-12-201-0/+4
|/
* ResourceTagMaintainer handles ConnectTimeoutExceptionOla Aunronning2022-12-191-9/+19
|
* Remove unused constantsMartin Polden2022-12-161-2/+0
|
* Use switch expressionMartin Polden2022-12-163-27/+20
|
* Use toListMartin Polden2022-12-161-6/+1
|
* Move EndpointCertificateHandler to restapi packageMartin Polden2022-12-161-2/+2
|
* Remove unused constantMartin Polden2022-12-151-1/+0
|
* Convert AssignedRotation to recordMartin Polden2022-12-152-45/+21
|
* Move MailVerifier to application packageMartin Polden2022-12-153-5/+9
|
* Always attempt to deactivate deploymentMartin Polden2022-12-152-22/+35
|
* Add tester certs in deploy callMorten Tokle2022-12-143-16/+31
|
* Revert "Revert "Maintain roles for 5 tenants at a time""Øyvind Grønnesby2022-12-1310-35/+134
|
* Revert "Maintain roles for 5 tenants at a time"Henning Baldersheim2022-12-1310-134/+35
|
* Maintain roles 5 tenants at a timeØyvind Grønnesby2022-12-133-1/+56
|
* Add timestamp for last role maintenance runØyvind Grønnesby2022-12-137-34/+78
|
* Merge pull request #25235 from ↵Morten Tokle2022-12-135-16/+31
|\ | | | | | | | | vespa-engine/ogronnesby/split-tenant-role-maintainer Put role cleanup in separate maintainer
| * Put role cleanup in separate maintainerØyvind Grønnesby2022-12-135-16/+31
| |
* | Do not retry forever on LinkageErrorMartin Polden2022-12-131-24/+19
|/
* Merge pull request #25220 from vespa-engine/bratseth/utilization-cleanupMartin Polden2022-12-133-15/+3
|\ | | | | Remove average and current utilization: Not used