aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge pull request #28909 from vespa-engine/maintain-invoicesGjøran Voldengen2023-10-172-3/+32
| |\ \ \ | | | | | | | | | | Allow maintaining and updating invoices.
| | * | | Non-functional: imports and whitespacegjoranv2023-10-161-5/+0
| | | | |
| | * | | Remove unused method.gjoranv2023-10-161-14/+0
| | | | |
| | * | | Add test for invoice maintenance done by BillingReportMaintainer.gjoranv2023-10-162-3/+51
| | | | | | | | | | | | | | | | | | | | | | | | | - Add a (mock) database client to the mock billing controller. - Improve InvoiceUpdate class.
| * | | | Merge pull request #28932 from vespa-engine/ogronnesby/additional-items-v2Øyvind Grønnesby2023-10-173-6/+43
| |\ \ \ \ | | |_|_|/ | |/| | | Add additional items to billing/v2
| | * | | Merge remote-tracking branch 'origin/master' into ogronnesby/additional-items-v2Øyvind Grønnesby2023-10-164-151/+137
| | |\| |
| | * | | Add additional items to billing/v2Øyvind Grønnesby2023-10-163-6/+43
| | | |/ | | |/| | | | | | | | | This will allow us to remove billing/v1 once console has moved
| * | | Merge pull request #28938 from vespa-engine/bjorncs/email-notificationØyvind Grønnesby2023-10-161-0/+38
| |\ \ \ | | |_|/ | |/| | Bjorncs/email notification
| | * | Test that trial notifications are triggeredBjørn Christian Seime2023-10-161-0/+38
| | |/
| * | Merge pull request #28944 from ↵Harald Musum2023-10-161-9/+4
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/stop-using-name-per-application Stop using name for each application
| | * | Stop using name for each applicationHarald Musum2023-10-161-9/+4
| | | |
| * | | Merge pull request #28940 from vespa-engine/mpolden/read-endpoint-config-flagMartin Polden2023-10-163-33/+34
| |\ \ \ | | |/ / | |/| | Read endpoint-config flag
| | * | Enable testMartin Polden2023-10-161-20/+21
| | | |
| | * | Read endpoint-config flagMartin Polden2023-10-163-13/+13
| | |/
| * / Minor test cleanup and add enclave() method to ApplicationResourcesHarald Musum2023-10-141-114/+104
| |/
| * Show cloud account used in each runjonmv2023-10-131-0/+9
| |
| * Remove support for legacy price calculations from APIHarald Musum2023-10-131-52/+2
| |
| * Test pricing API with 2 appsHarald Musum2023-10-131-2/+47
| |
| * Support calculating and presenting prices per applications and in totalHarald Musum2023-10-131-29/+50
| |
| * Remove "discount" from enclave price item, can be positiveHarald Musum2023-10-121-3/+3
| |
| * Merge pull request #28902 from vespa-engine/bjorncs/email-notificationBjørn Christian Seime2023-10-121-1/+1
| |\ | | | | | | Add custom email content to notification
| | * Add custom email content to notificationBjørn Christian Seime2023-10-121-1/+1
| | | | | | | | | | | | Render emails using Apache Velocity
| * | Merge pull request #28899 from ↵Harald Musum2023-10-121-10/+90
| |\ \ | | |/ | |/| | | | | | | vespa-engine/hmusum/support-price-calculation-with-more-than-1-app Support price calculations with more than 1 app
| | * Use separate keys for enclave node resourcesHarald Musum2023-10-121-10/+38
| | |
| | * Support price calculations with more than 1 appHarald Musum2023-10-121-5/+57
| | |
| * | Merge pull request #28837 from vespa-engine/ogronnesby/enclave-billingOla Aunrønning2023-10-122-7/+10
| |\ \ | | |/ | |/| Add cloudAccount as dimension to bills and resources
| | * Add cloudAccount as dimension to bills and resourcesØyvind Grønnesby2023-10-112-7/+10
| | |
| * | Combine list price and support cost into one price itemHarald Musum2023-10-121-4/+2
| | |
| * | Merge pull request #28842 from vespa-engine/mpolden/cert-assignmentMartin Polden2023-10-127-272/+314
| |\ \ | | | | | | | | Refactor certificate assignment and migration
| | * | Refactor certificate assignment and migrationMartin Polden2023-10-094-256/+290
| | | |
| | * | Fix Random seeding in UpgraderTestMartin Polden2023-10-092-16/+6
| | | |
| | * | Support building wildcard names for generated endpointsMartin Polden2023-10-091-0/+18
| | | |
| * | | Minor: Use committed spend in pricing unit testsHarald Musum2023-10-121-5/+7
| | | |
| * | | Exert greater controler over threads, and test only non-racy scenariojonmv2023-10-111-10/+1
| | | |
| * | | Revert "Merge pull request #28879 from ↵jonmv2023-10-112-2/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-28869-jonmv/job-runner-thread-metrics" This reverts commit 67351aa3e2adbbb4872097ed799f1ca837f35e6d, reversing changes made to aed7902ee0371efb89747d467c4a2f8124ddc08d.
| * | | Revert "Jonmv/job runner thread metrics"Harald Musum2023-10-112-60/+2
| | | |
| * | | Merge pull request #28869 from vespa-engine/jonmv/job-runner-thread-metricsJon Marius Venstad2023-10-112-2/+60
| |\ \ \ | | |_|/ | |/| | Jonmv/job runner thread metrics
| | * | Add metrics for job-runner threadsjonmv2023-10-111-0/+59
| | | |
| | * | Non-functional changesjonmv2023-10-111-2/+1
| | | |
| * | | Merge branch 'master' into hmusum/add-support-level-costHarald Musum2023-10-111-1/+1
| |\ \ \
| | * \ \ Merge pull request #28865 from vespa-engine/geirst/update-copyrightHenning Baldersheim2023-10-111-1/+1
| | |\ \ \ | | | | | | | | | | | | Update copyright.
| | | * | | Update copyright.Geir Storli2023-10-101-1/+1
| | | |/ /
| * | | | Change description of support levelHarald Musum2023-10-111-2/+2
| | | | |
| * | | | Add support level cost to pricing API responseHarald Musum2023-10-111-5/+29
| |/ / /
| * | | Improve error handlingValerij Fredriksen2023-10-111-10/+22
| | | |
| * | | Return amounts with 2 decimalsValerij Fredriksen2023-10-111-4/+4
| |/ /
| * | Merge pull request #28852 from ↵Jon Marius Venstad2023-10-101-1/+1
| |\ \ | | | | | | | | | | | | | | | | 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-101-1/+1
| | | |
| * | | Merge pull request #28832 from vespa-engine/hmusum/add-handler-for-pricing-apiHarald Musum2023-10-102-0/+69
| |\ \ \ | | |/ / | |/| | Add handler for pricing API
| | * | Use negative numbers for discountsHarald Musum2023-10-101-1/+1
| | | |