1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-01 13:43:23 +01:00
bitwarden-server/test/Core.Test/Models/Business
Conner Turnbull fc1c488a78
[AC-2567] Billing Performance Improvements (#4143)
* Moved AccountsBilling controller to be owned by Billing

* Added org billing history endpoint

* Updated GetBillingInvoicesAsync to only retrieve paid, open, and uncollectible invoices, and added option to limit results

* Removed invoices and transactions from GetBillingAsync

* Limiting the number of invoices and transactions returned

* Moved Billing models to Billing namespace

* Split billing info and billing history objects

* Removed billing method GetBillingBalanceAndSourceAsync

* Removed unused using

* Cleaned up BillingInfo a bit

* Update migration scripts to use `CREATE OR ALTER` instead of checking for the `OBJECT_ID`

* Applying limit to aggregated invoices after they return from Stripe
2024-06-11 13:55:23 -04:00
..
Tokenables [PM-1188] Server owner auth migration (#2825) 2023-04-14 13:25:56 -04:00
CompleteSubscriptionUpdateTests.cs [AC-1754] Provide upgrade flow for paid organizations (#3468) 2023-12-27 09:30:23 -05:00
OrganizationLicenseFileFixtures.cs SM-1012: Removing SM Beta (Phase 2) (#3663) 2024-02-05 15:51:31 -05:00
OrganizationLicenseTests.cs Ignore expired licenses in tests to check overall validity (#3495) 2023-12-01 06:49:49 +10:00
SeatSubscriptionUpdateTests.cs [BEEEP][AC-2497] Create unit test for the SubscriptionUpdate classes (#4054) 2024-05-13 20:35:22 +01:00
SecretsManagerSubscriptionUpdateTests.cs AC Team code ownership moves: Organization pt. 1 (#3472) 2023-11-28 17:18:08 -06:00
ServiceAccountSubscriptionUpdateTests.cs [BEEEP][AC-2497] Create unit test for the SubscriptionUpdate classes (#4054) 2024-05-13 20:35:22 +01:00
SmSeatSubscriptionUpdateTests.cs [BEEEP][AC-2497] Create unit test for the SubscriptionUpdate classes (#4054) 2024-05-13 20:35:22 +01:00
StorageSubscriptionUpdateTests.cs [BEEEP][AC-2497] Create unit test for the SubscriptionUpdate classes (#4054) 2024-05-13 20:35:22 +01:00
TaxInfoTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00