aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/BillingController.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce new BillStatus enumgjoranv2023-10-201-1/+1
* Move bill exporting to BillingReporterOla Aunronning2023-10-191-4/+0
* Add method comment.gjoranv2023-10-161-0/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Wire in bill exporting via call to StripeClient.sendInvoicegjoranv2023-09-291-1/+2
* Add method to get a single Bill by id.gjoranv2023-09-291-1/+4
* Create API to trigger export of billsØyvind Grønnesby2023-09-281-0/+4
* Maintain cache of plans in useØyvind Grønnesby2023-03-231-0/+7
* Make it possible to specify billId when adding line itemØyvind Grønnesby2023-03-031-1/+1
* Move until parameter handling to controllerØyvind Grønnesby2023-01-021-0/+1
* Allow hostedAccountant to bypass some checksØyvind Grønnesby2022-05-031-1/+2
* Move User from controller-api to jdisc-security-filtersBjørn Christian Seime2022-04-271-2/+0
* Tombstone tenants stuck in 'none' plan for a long timeØyvind Grønnesby2022-04-061-3/+0
* Revert "Merge pull request #19502 from vespa-engine/revert-19496-revert-19485...Øyvind Grønnesby2021-10-191-7/+64
* Revert "Revert "Revert "Billing refactoring and cleanup"""Øyvind Grønnesby2021-10-111-64/+7
* Revert "Revert "Billing refactoring and cleanup""Øyvind Grønnesby2021-10-111-7/+64
* Revert "Billing refactoring and cleanup"Øyvind Grønnesby2021-10-081-64/+7
* Merge remote-tracking branch 'origin/master' into ogronnesby/billing-serviceØyvind Grønnesby2021-10-081-1/+1
|\
| * Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* | Consistent terminology for billsØyvind Grønnesby2021-07-061-8/+8
* | Add JavaDoc to BillingControllerØyvind Grønnesby2021-07-061-0/+57
|/
* Expose create trial limit in user APIØyvind Grønnesby2020-12-031-1/+1
* Introduce trial tenant limitØyvind Grønnesby2020-12-011-0/+2
* Method to access all invoices in databaseØyvind Grønnesby2020-11-201-1/+3
* add instance, plan and planName to api response (#15338)Andreas Eriksen2020-11-131-0/+2
* Revert "Revert "Add collection method enumerations - change default""Øyvind Grønnesby2020-11-061-1/+1
* Revert "Add collection method enumerations - change default"Øyvind Grønnesby2020-11-061-1/+1
* Add collection method enumerations - change defaultsmorgrav2020-11-061-1/+1
* Merge pull request #15007 from vespa-engine/andreer/basic-quota-subtractionØyvind Grønnesby2020-10-271-2/+1
|\
| * extract class for deployment quota calculationandreer2020-10-231-2/+1
| * sum usage across tenant, not applicationandreer2020-10-221-1/+1
* | Move to dedicated result classsmorgrav2020-10-141-2/+2
* | Do not rename public clasessmorgrav2020-10-141-3/+3
* | add collection method to billingsmorgrav2020-10-141-1/+8
|/
* set quota to 0 outside dev system for trial plan (#14163)Andreas Eriksen2020-08-271-1/+2
* pass quota from plans to configserver (overridable by feature flag) (#14087)Andreas Eriksen2020-08-261-1/+2
* BillingController deletes billing infoOla Aunrønning2020-08-061-0/+4
* Check if tenant has active deployments, instead of appsOla Aunrønning2020-07-021-1/+1
* Add PlanResult, wrapping optional error messageOla Aunrønning2020-07-011-1/+1
* Propagate error message when setting plan failsOla Aunrønning2020-06-301-2/+2
* Revert "Merge pull request #13726 from vespa-engine/revert-13715-olaa/billing...Ola Aunrønning2020-06-291-0/+49
* Revert "Add BillingApiHandler"Harald Musum2020-06-271-49/+0
* Add BillingApiHandlerOla Aunrønning2020-06-261-0/+49