1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00
bitwarden-server/test
Jared Snider b412a01d2a
Defect/SG-992 ProviderOrgs Missing Plan Type & EC-591/SG-996 - Provider Org Autoscaling Email Invites Working (#2596)
* SG-992 - Provider receives free org prompt when trying to auto scale org seats because plan type was missing and defaulting to free. PlanType has now been added to provider orgs returned as part of the profile sync.

* SG-992 - Updated Stored proc name to match convention

* EC-591 / SG-996 - (1) Update ProviderUserRepo.GetManyDetailsByProviderAsync to accept optional ProviderUserStatusType (2) Update OrganizationService.cs autoscaling user logic to check if an org is a provider org and send owner emails to the confirmed provider users instead of the managed org owners. Prevents scenario where newly created, managed orgs would not have an owner yet, and ownerEmails would be null and the email service would explode.

* EC-591 / SG-996 - Remove comments

* EC-591 / SG-996 - ES lint fix.

* SG-996 - SQL files must have SQL extensions.

* SG-996 / EC-591 - Update alter sql to be actually backwards compatible

* SG-996 - Make Status actually optional and backwards compatible for ProviderUserUserDetails_ReadByProvider.sql

* SG-992 - Update migrations to meet standards - (1) use CREATE OR ALTER and (2) Update view metadata after change if necessary

* EC-591 / SG-996 - Update Stored Proc migration to use proper standards: (1) Remove unnecessary code and (2) Use CREATE OR ALTER instead of just ALTER

* SG-992 / EC-591 / SG-996 - Refactor separate migrations into single migrations file per PR feedback

* SG-992/SG-996 - Add SyncControllerTests.cs with basic test suite + specific test suite to ensure provider orgs have plan type mapped to output product type properly.

* Fix lint issues by removing unnecessary using statements

* SG-992 - Refresh of view metadata has to target the stored procs that reference the view -- not the view itself.
2023-01-26 11:51:26 -05:00
..
Api.IntegrationTest [SM-460] Isolate SecretsManager files (#2616) 2023-01-24 19:57:28 +01:00
Api.Test Defect/SG-992 ProviderOrgs Missing Plan Type & EC-591/SG-996 - Provider Org Autoscaling Email Invites Working (#2596) 2023-01-26 11:51:26 -05:00
Billing.Test Upgrade FIDO2 library usage out of beta (#2579) 2023-01-19 11:06:51 -05:00
Common Upgrade FIDO2 library usage out of beta (#2579) 2023-01-19 11:06:51 -05:00
Core.Test [EC-1032] if name is Empty, set to null before saving (#2619) 2023-01-25 11:07:33 -05:00
Icons.Test Upgrade FIDO2 library usage out of beta (#2579) 2023-01-19 11:06:51 -05:00
Identity.IntegrationTest Upgrade Swagger (#2611) 2023-01-24 12:10:00 -05:00
Identity.Test Upgrade Swagger (#2611) 2023-01-24 12:10:00 -05:00
Infrastructure.EFIntegration.Test Upgrade FIDO2 library usage out of beta (#2579) 2023-01-19 11:06:51 -05:00
Infrastructure.IntegrationTest Upgrade FIDO2 library usage out of beta (#2579) 2023-01-19 11:06:51 -05:00
IntegrationTestCommon Upgrade Swagger (#2611) 2023-01-24 12:10:00 -05:00
bitwarden.tests.sln [PS-1928] Add BumpAccountRevisionDate methods (#2458) 2022-12-02 14:24:30 -05:00
coverage.ps1 Implement code coverage tool (#1390) 2021-06-21 12:22:47 -05:00
coverage.sh Fix bug in TaxInfo (#1682) 2021-11-01 12:13:31 -04:00