summaryrefslogtreecommitdiffstats
path: root/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21990 from vespa-engine/ogronnesby/tombstone-old-none-planØyvind Grønnesby2022-04-062-6/+0
|\
| * Tombstone tenants stuck in 'none' plan for a long timeØyvind Grønnesby2022-04-062-6/+0
* | Include architecture in metering. Remove unused metering APIOla Aunrønning2022-03-232-2/+10
|/
* Add toString() fro ArtifactId and fix JavadocHarald Musum2022-03-171-1/+1
* Adds billing db maintainerOla Aunrønning2022-02-032-0/+8
* Show support pane in UI for tenants on plans w/supportØyvind Grønnesby2021-11-192-8/+18
* Make the bill end date inclusive instead of exclusiveØyvind Grønnesby2021-11-031-0/+9
* Copyright statementØyvind Grønnesby2021-10-261-0/+1
* Fix NPE when going String -> PlanØyvind Grønnesby2021-10-111-0/+2
* Revert "Revert "Billing refactoring and cleanup""Øyvind Grønnesby2021-10-117-46/+561
* Revert "Billing refactoring and cleanup"Øyvind Grønnesby2021-10-087-561/+46
* Merge remote-tracking branch 'origin/master' into ogronnesby/billing-serviceØyvind Grønnesby2021-10-0815-15/+15
|\
| * Update Verizon Media copyright notices.gjoranv2021-10-0715-15/+15
* | Use PlanRegistry instead of Plans directlyØyvind Grønnesby2021-07-082-15/+30
* | Consistent terminology for billsØyvind Grønnesby2021-07-065-105/+105
* | Add JavaDoc to BillingControllerØyvind Grønnesby2021-07-061-0/+57
* | Consistent naming for mock implementationsØyvind Grønnesby2021-07-061-2/+2
* | Expose mocks in ServiceRegistryMockØyvind Grønnesby2021-07-061-7/+0
* | Move interface mocks to some location as interfaceØyvind Grønnesby2021-07-061-0/+185
* | Create service for registry of plansØyvind Grønnesby2021-07-062-0/+130
* | Move ResourceDatabaseClient and BillingDatabaseClient to controller-apiØyvind Grønnesby2021-06-181-0/+135
|/
* Accountant methods for BillingApiHandlerV2Øyvind Grønnesby2021-05-042-5/+9
* Inject Clock into BillingApiHandlerV2Øyvind Grønnesby2021-04-291-1/+10
* Add copyright headersJon Bratseth2021-03-182-0/+2
* exclude temporary deployments when calculating quotaandreer2021-02-081-1/+2
* Update interface for check if plan is billedØyvind Grønnesby2021-01-141-0/+2
* Extract Plan as an interfaceØyvind Grønnesby2021-01-083-0/+54
* Expose create trial limit in user APIØyvind Grønnesby2020-12-032-6/+5
* Introduce trial tenant limitØyvind Grønnesby2020-12-012-0/+10
* Expose "additional" line items in CSV exportØyvind Grønnesby2020-11-261-0/+6
* Export all bills/invoices as CSVØyvind Grønnesby2020-11-251-0/+4
* Method to access all invoices in databaseØyvind Grønnesby2020-11-202-2/+11
* Invoice methods needed to support CSV generationØyvind Grønnesby2020-11-202-2/+35
* add instance, plan and planName to api response (#15338)Andreas Eriksen2020-11-132-0/+7
* toString, equals, and hashCodeØyvind Grønnesby2020-11-081-0/+21
* Have a map of collection methodsØyvind Grønnesby2020-11-081-3/+3
* Revert "Revert "Add collection method enumerations - change default""Øyvind Grønnesby2020-11-063-4/+6
* Revert "Add collection method enumerations - change default"Øyvind Grønnesby2020-11-063-6/+4
* Add collection method enumerations - change defaultsmorgrav2020-11-063-4/+6
* Merge pull request #14715 from vespa-engine/olaa/include-resource-usage-in-li...Øyvind Grønnesby2020-10-271-18/+54
|\
| * Include cpu/mem/disk cost in line itemsOla Aunrønning2020-10-141-28/+45
| * Include resource usage in line itemsOla Aunrønning2020-10-051-2/+21
* | Merge pull request #15007 from vespa-engine/andreer/basic-quota-subtractionØyvind Grønnesby2020-10-273-5/+12
|\ \
| * | extract class for deployment quota calculationandreer2020-10-232-4/+2
| * | simplify unlimited checkandreer2020-10-221-0/+4
| * | sum usage across tenant, not applicationandreer2020-10-222-3/+3
| * | subtract usage by other application deployments from Quotaandreer2020-10-201-0/+5
* | | Merge pull request #14856 from vespa-engine/smorgrav/collection_methodOla Aunrønning2020-10-214-0/+59
|\ \ \ | |/ / |/| |
| * | Update unit testsmorgrav2020-10-151-1/+1
| * | Javadoc rewordingsmorgrav2020-10-141-1/+1