1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-26 22:31:30 +01:00
bitwarden-server/test/Core.Test/OrganizationFeatures
Rui Tomé e042360c00
[EC-654] Create commands for Group Create and Group Update (#2442)
* [EC-654] Add CreateGroupCommand and UpdateGroupCommand

Added new CQRS commands CreateGroupCommand and UpdateGroupCommand
Updated GroupService to use new commands
Edited existing GroupServiceTests and added new tests for the new commands

* [EC-654] dotnet format

* [EC-654] Replace GroupService.SaveAsync with CreateGroup and UpdateGroup commands

* [EC-654] Add assertions to check calls on IReferenceEventService

* [EC-654] Use AssertHelper.AssertRecent for DateTime properties

* [EC-654] Extracted database reads from CreateGroupCommand and UpdateGroupCommand. Added unit tests.

* [EC-654] Changed CreateGroupCommand and UpdateGroupCommand Validate method to private
2022-12-12 09:59:48 +00:00
..
Groups [EC-654] Create commands for Group Create and Group Update (#2442) 2022-12-12 09:59:48 +00:00
OrganizationApiKeys [SG-841] Refactor GetOrganizationApiKeyCommand (#2436) 2022-11-28 19:39:09 -05:00
OrganizationCollections Run formatting (#2230) 2022-08-29 16:06:55 -04:00
OrganizationSponsorships/FamiliesForEnterprise Run formatting (#2230) 2022-08-29 16:06:55 -04:00
OrganizationUsers [EC-449] Event log user for SCIM events (#2306) 2022-11-09 12:13:29 +00:00