aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29038 from vespa-engine/bill-status-enumGjøran Voldengen2023-10-235-18/+35
|\ | | | | Bill status enum
| * Add test to verify that only OPEN bills are maintained.gjoranv2023-10-231-3/+17
| |
| * Only maintain OPEN bills.gjoranv2023-10-231-2/+2
| |
| * Introduce new BillStatus enumgjoranv2023-10-203-9/+11
| |
| * Move StatusHistory to separate file.gjoranv2023-10-203-5/+6
| |
* | Merge pull request #29068 from vespa-engine/olaa/include-verification-statusGjøran Voldengen2023-10-234-11/+9
|\ \ | | | | | | Include verification status in info/billing API
| * | Include verification status in info/billing API. Empty email is not verifiedOla Aunronning2023-10-234-11/+9
| | |
* | | Use ConsoleUrls instead of ZoneRegistryValerij Fredriksen2023-10-2320-204/+97
| | |
* | | Create service to generate Console URLsValerij Fredriksen2023-10-231-0/+8
|/ /
* | Move PricingApiHandler and related code to internal repoHarald Musum2023-10-213-407/+0
| |
* | Revert "Move PricingApiHandler and related code to internal repo"Ola Aunrønning2023-10-203-0/+407
|/
* Merge pull request #29053 from vespa-engine/bjorncs/email-notificationValerij Fredriksen2023-10-2015-110/+181
|\ | | | | Bjorncs/email notification
| * Move out mail templating to separate classBjørn Christian Seime2023-10-2010-97/+151
| |
| * Remove dead codeBjørn Christian Seime2023-10-201-1/+0
| |
| * Introduce 'title' to notificationBjørn Christian Seime2023-10-209-12/+30
| |
* | Merge pull request #29050 from vespa-engine/hmusum/move-pricing-api-handlerValerij Fredriksen2023-10-203-407/+0
|\ \ | | | | | | Move PricingApiHandler and related code to internal repo
| * | Move PricingApiHandler and related code to internal repoHarald Musum2023-10-203-407/+0
| |/
* | Merge pull request #29029 from vespa-engine/olaa/line-item-aggregationØyvind Grønnesby2023-10-203-3/+6
|\ \ | |/ |/| Move bill exporting to BillingReporter
| * Move bill exporting to BillingReporterOla Aunronning2023-10-193-3/+6
| |
* | Merge pull request #29035 from ↵Gjøran Voldengen2023-10-192-0/+55
|\ \ | | | | | | | | | | | | vespa-engine/ogronnesby/billing-v2-accountant-tenant Billing system information for a tenant
| * | Billing system information for a tenantØyvind Grønnesby2023-10-192-0/+55
| |/
* / Clean up signaturejonmv2023-10-191-2/+1
|/
* Merge pull request #29011 from vespa-engine/jonmv/tenant-host-redeployerHåkon Hallingstad2023-10-192-9/+56
|\ | | | | Add reactive infra-application redeployer, triggered when hosts compl…
| * Use BFS rather than DFS task order for in-thread test executorjonmv2023-10-192-9/+56
| |
* | Merge pull request #29017 from vespa-engine/ogronnesby/billing-reporter-publicOla Aunrønning2023-10-191-1/+1
|\ \ | | | | | | Enable billing reporter in public
| * | Enable billing reporter in publicØyvind Grønnesby2023-10-181-1/+1
| | |
* | | Merge pull request #29018 from vespa-engine/ogronnesby/billing-v2-collectionØyvind Grønnesby2023-10-192-0/+56
|\ \ \ | | | | | | | | Add collection method to billing/v2
| * | | Add collection method to billing/v2Øyvind Grønnesby2023-10-182-0/+56
| | |/ | |/|
* | | Remove mock pricing controller from service registry mockHarald Musum2023-10-191-6/+0
| | |
* | | PricingController has move, injected as a component nowHarald Musum2023-10-191-3/+5
|/ /
* | Merge pull request #29013 from ↵Jon Marius Venstad2023-10-181-2/+2
|\ \ | |/ |/| | | | | vespa-engine/jonmv/remove-deployment-job-sleep-for-provisioning Remove extra 1-minute naps when waiting for provisioning
| * Remove extra 1-minute naps when waiting for provisioningjonmv2023-10-181-2/+2
| |
* | Always log last exception when BcpGroupUpdater has a failurebjormel2023-10-181-1/+1
| |
* | Merge pull request #28988 from vespa-engine/ogronnesby/billing-v2-gpuØyvind Grønnesby2023-10-182-3/+3
|\ \ | | | | | | Output GPU details in billing/v2
| * | Output GPU details in billing/v2Øyvind Grønnesby2023-10-172-3/+3
| | |
* | | Merge pull request #28982 from vespa-engine/mpolden/log-prepared-endpointsMorten Tokle2023-10-182-10/+6
|\ \ \ | |/ / |/| | Log prepared endpoints
| * | Log prepared endpointsMartin Polden2023-10-172-10/+6
| | |
* | | Merge pull request #28978 from vespa-engine/ogronnesby/billing-v2-planØyvind Grønnesby2023-10-172-0/+63
|\ \ \ | | | | | | | | Update plan for billing/v2
| * | | Update plan for billing/v2Øyvind Grønnesby2023-10-172-0/+63
| | | |
* | | | Allow no application resourcesValerij Fredriksen2023-10-172-39/+9
|/ / /
* | | Eagerly serialize to stringBjørn Christian Seime2023-10-171-1/+1
| | |
* | | Merge pull request #28963 from vespa-engine/bjorncs/notificationBjørn Christian Seime2023-10-178-2/+3262
|\ \ \ | | | | | | | | Bjorncs/notification
| * | | Verify email content in unit testBjørn Christian Seime2023-10-176-1/+3259
| | | |
| * | | Specify all required template parametersBjørn Christian Seime2023-10-171-0/+2
| | | |
| * | | Remove trailing semi-colonBjørn Christian Seime2023-10-171-1/+1
| | | |
* | | | Merge pull request #28952 from vespa-engine/bjorncs/email-notificationBjørn Christian Seime2023-10-174-9/+77
|\ \ \ \ | | | | | | | | | | Bjorncs/email notification
| * | | | Include email content when persisting notificationBjørn Christian Seime2023-10-164-9/+77
| | | | |
* | | | | Merge pull request #28967 from ↵Bjørn Christian Seime2023-10-173-8/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-28966-revert-28961-bjorncs/notification Revert "Revert "Set creator as contact when initiating new tenant""
| * | | | | Revert "Revert "Set creator as contact when initiating new tenant""Bjørn Christian Seime2023-10-173-8/+16
| | | | | |
* | | | | | Merge pull request #28965 from vespa-engine/olaa/mailtype-argumentOla Aunrønning2023-10-172-7/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Remove function parameter