aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' into hmusum/add-support-level-costHarald Musum2023-10-113-2/+39
|\ \
| * \ Merge pull request #28839 from vespa-engine/write-external-ids-to-dbGjøran Voldengen2023-10-113-2/+39
| |\ \ | | | | | | | | Add billing db client methods to set exported invoice/item ids.
| | * | bugfix: set exported id in ctorgjoranv2023-10-101-0/+1
| | | |
| | * | Add exportedId to Bill and Bill.LineItemgjoranv2023-10-091-2/+20
| | | |
| | * | Add billing db client methods to set exported invoice/item ids.gjoranv2023-10-092-0/+18
| | |/
* | / Add support level cost to pricing API responseHarald Musum2023-10-112-4/+9
|/ /
* | Return amounts with 2 decimalsValerij Fredriksen2023-10-111-5/+3
| |
* | Merge pull request #28852 from ↵Jon Marius Venstad2023-10-102-2/+2
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/no-wait-for-initial-aws-lb-checks-in-dev-first-time Avoid wait for health check for first-time dev deployments
| * | Avoid wait for health check for first-time dev deploymentsjonmv2023-10-102-2/+2
| | |
* | | Merge pull request #28832 from vespa-engine/hmusum/add-handler-for-pricing-apiHarald Musum2023-10-104-3/+17
|\ \ \ | |/ / |/| | Add handler for pricing API
| * | Discounts are negativeHarald Musum2023-10-101-2/+2
| | |
| * | Add committedAmountDiscount, enclaveDiscount and totalAmountHarald Musum2023-10-092-9/+14
| | |
| * | Rename support level standard to basicHarald Musum2023-10-091-1/+1
| | |
| * | Update ↵Harald Musum2023-10-081-1/+0
| | | | | | | | | | | | | | | controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/MockPricingController.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * | Add handler for pricing APIHarald Musum2023-10-072-1/+11
| |/
* | Correct copyright headersJon Bratseth2023-10-091-1/+1
| |
* | Update copyrightJon Bratseth2023-10-09351-347/+370
|/
* Add volume discount to price information and use BigDecimalHarald Musum2023-10-062-2/+5
|
* Export packageHarald Musum2023-10-061-0/+5
|
* Add pricing controller to service registryHarald Musum2023-10-062-0/+22
|
* Add PriceInformationHarald Musum2023-10-051-0/+5
|
* Merge branch 'master' into hmusum/add-pricing-info-and-controllerHarald Musum2023-10-053-13/+19
|\
| * Merge pull request #28074 from vespa-engine/ogronnesby/make-all-tenants-fasterØyvind Grønnesby2023-10-051-1/+1
| |\ | | | | | | Make the all tenants console view quicker
| | * Make the all tenants console view quickerØyvind Grønnesby2023-08-171-1/+1
| | |
| * | Merge pull request #28786 from vespa-engine/mpolden/generate-all-auth-methodsMartin Polden2023-10-041-10/+10
| |\ \ | | | | | | | | Ensure endpoint is generated for all requested auth methods
| | * | randomizedId -> generatedIdMartin Polden2023-10-041-10/+10
| | | |
| * | | Revert "Revert "Add support for persisting plan in ZooKeeper for a tenant""Harald Musum2023-10-041-2/+8
| | | |
* | | | Add pricing info and pricing controller to APIHarald Musum2023-10-052-0/+27
|/ / /
* | | Revert "Add support for persisting plan in ZooKeeper for a tenant"Andreas Eriksen2023-10-041-8/+2
| | |
* | | Use PlanIdHarald Musum2023-10-041-4/+5
| | |
* | | Add support for persisting plan in ZooKeeper for a tenantHarald Musum2023-10-041-2/+7
|/ /
* | Track used tokens with freshness in Deployment, and use for re-triggering ↵jonmv2023-10-021-1/+1
| | | | | | | | jobs on token changes
* | Pass only relevant token data, and store in Deployment what tokens were usedjonmv2023-10-021-4/+4
| |
* | Merge pull request #28711 from vespa-engine/jonmv/token-tell-handlerJon Marius Venstad2023-09-291-0/+6
|\ \ | | | | | | Jonmv/token tell handler
| * | Group fingerprints by token idjonmv2023-09-281-1/+4
| | |
| * | Read active token fingerprints from configserverjonmv2023-09-281-0/+3
| | |
* | | Wire in bill exporting via call to StripeClient.sendInvoicegjoranv2023-09-291-1/+2
| | | | | | | | | | | | - Send CloudTenant as parameter to exportBill()
* | | Add method to get a single Bill by id.gjoranv2023-09-292-1/+13
| | |
* | | Create API to trigger export of billsØyvind Grønnesby2023-09-281-0/+4
|/ /
* | Differentiate between generated endpoints and notjonmv2023-09-282-2/+2
| |
* | Merge pull request #28681 from vespa-engine/mortent/application-dimensionHåkon Hallingstad2023-09-274-19/+39
|\ \ | | | | | | Add APPLICATION_ID/application dimension
| * | fix orderingMorten Tokle2023-09-271-3/+3
| | |
| * | Add APPLICATION_ID/application dimensionMorten Tokle2023-09-274-17/+37
| | |
* | | Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2023-09-269-21/+74
|\| | | | | | | | | | | ogronnesby/billing-report-customer
| * | Store cloud accounts in TenantValerij Fredriksen2023-09-265-8/+38
| | |
| * | Add method to extract enclave template versionValerij Fredriksen2023-09-262-0/+23
| | |
| * | Default to instance when serializing instance_id dimensionMorten Tokle2023-09-252-13/+13
| | |
* | | Remove maintain resourcesØyvind Grønnesby2023-09-262-7/+0
| | |
* | | Report customer status periodicallyØyvind Grønnesby2023-09-262-1/+32
|/ /
* | Handle instance, but default to applicationMorten Tokle2023-09-222-13/+13
| |