aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26289 from vespa-engine/ogronnesby/add-line-itemØyvind Grønnesby2023-03-032-12/+14
|\ | | | | 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-12/+14
| |
* | Get cloud account from deploymentValerij Fredriksen2023-03-031-0/+3
|/
* Find archive URI for given account from ZK cache or ArchiveServiceValerij Fredriksen2023-03-021-1/+24
|
* Store tenant managed archive buckets in ZKValerij Fredriksen2023-03-025-18/+66
|
* Support finding archive bucket name in enclave accountValerij Fredriksen2023-03-022-0/+11
|
* Remove tenant name from archive URIValerij Fredriksen2023-03-022-4/+3
|
* Check retirement status of host and its childrenOla Aunronning2023-03-011-6/+20
|
* Extend controller NR client to allow updating cloud account archive URIValerij Fredriksen2023-02-274-13/+66
|
* Fix api access testsMorten Tokle2023-02-202-2/+10
|
* Use ZTS getAccess instead of ZMSMorten Tokle2023-02-201-0/+6
|
* Merge pull request #26051 from vespa-engine/bratseth/cold-autoscaling-2Martin Polden2023-02-166-19/+99
|\ | | | | Exchange BCP info WIP
| * Use DeploymentInfoJon Bratseth2023-02-152-2/+2
| |
| * Maintain deploymentInfoJon Bratseth2023-02-151-3/+5
| |
| * Exchange BCP info WIPJon Bratseth2023-02-155-17/+95
| |
* | Set default approval statusOla Aunronning2023-02-151-1/+1
|/
* put wireguardPubkey in node api responseAndreas Eriksen2023-02-091-1/+1
|
* Run DNS challenges asynchronously, and check from job runnerjonmv2023-02-012-12/+57
|
* Merge pull request #25799 from vespa-engine/bratseth/groupsize-in-application-v4Valerij Fredriksen2023-01-303-0/+40
|\ | | | | Serialize groupSize if set
| * Serialize groupSize if setJon Bratseth2023-01-303-0/+40
| |
* | Revert "Merge pull request #25776 from ↵jonmv2023-01-304-80/+33
|/ | | | | | | 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-274-33/+80
| | | | | This reverts commit a3ae8f5b0ec3a7f2f3c9205289470dbb89e477ff, reversing changes made to 6534f02466a8958513a8b8684cc2a4369fab7666.
* Check private endpoints from same-zone config server insteadjonmv2023-01-273-3/+8
|
* Move container status.html check as welljonmv2023-01-272-17/+5
|
* Refactor endpoint verification during deploymentsjonmv2023-01-272-8/+12
|
* Let controller read whether zone endpoints are publicjonmv2023-01-261-61/+17
|
* Rename private service endpoint and response fieldjonmv2023-01-251-1/+1
|
* Support updating athenz domain metaMorten Tokle2023-01-242-2/+36
|
* Merge pull request #25511 from vespa-engine/olaa/vathenz-enclave-resourcesOla Aunrønning2023-01-201-1/+1
|\ | | | | Adds Athenz resource helper functions
| * Include attributes when creating Athenz subdomainOla Aunronning2023-01-191-1/+1
| |
* | Stop looking for DNS records by data onlyMartin Polden2023-01-194-33/+6
| |
* | Use string ID for WeightedAliasTargetMartin Polden2023-01-192-6/+4
| |
* | Revert "Merge pull request #25624 from ↵jonmv2023-01-181-1/+2
| | | | | | | | | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* | Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-181-2/+1
| |
* | Revert "Merge pull request #25614 from ↵jonmv2023-01-181-1/+2
| | | | | | | | | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* | Merge pull request #25614 from vespa-engine/revert-25587-jonmv/private-endpointsJon Marius Venstad2023-01-181-2/+1
|\ \ | | | | | | Revert "Parse, validate and use new zone endpoint syntax"
| * | Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-181-2/+1
| | |
* | | Merge pull request #25610 from vespa-engine/balder/unify-on-toListHenning Baldersheim2023-01-186-12/+9
|\ \ \ | |/ / |/| | Balder/unify on to list
| * | Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-184-6/+6
| | |
| * | Unify on Streams.toList()Henning Baldersheim2023-01-172-6/+3
| |/
* / Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-1/+2
|/
* Remove redundant tags wiringjonmv2023-01-111-6/+1
|
* Read stored cloud account for LBs from config serverjonmv2023-01-101-1/+9
|
* Merge pull request #25460 from vespa-engine/freva/avoid-duplicateJon Marius Venstad2023-01-101-2/+0
|\ | | | | Avoid duplicate reindexing notification
| * Avoid duplicate reindexing notificationValerij Fredriksen2023-01-091-2/+0
| |
* | Merge pull request #25461 from vespa-engine/bratseth/load-dataJon Bratseth2023-01-091-3/+5
|\ \ | |/ |/| Verify load data
| * Verify load dataJon Bratseth2023-01-091-3/+5
| |
* | Merge pull request #25452 from vespa-engine/olaa/remove-policy-assertionsOla Aunrønning2023-01-091-1/+3
|\ \ | |/ |/| Implement mock role policy rule deletion
| * Implement mock role policy rule deletionOla Aunronning2023-01-091-1/+3
| |
* | Add cause to reindexing notificationValerij Fredriksen2023-01-091-0/+2
| |