Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-3175] Invite Organization Users Command Refactor #5394

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

removing unusued variable

ec76bb7
Select commit
Loading
Failed to load commit list.
Draft

[PM-3175] Invite Organization Users Command Refactor #5394

removing unusued variable
ec76bb7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 11, 2025 in 1s

45.52% of diff hit (target 44.37%)

View this Pull Request on Codecov

45.52% of diff hit (target 44.37%)

Annotations

Check warning on line 63 in bitwarden_license/src/Scim/Users/PostUserCommand.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bitwarden_license/src/Scim/Users/PostUserCommand.cs#L54-L63

Added lines #L54 - L63 were not covered by tests

Check warning on line 65 in bitwarden_license/src/Scim/Users/PostUserCommand.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bitwarden_license/src/Scim/Users/PostUserCommand.cs#L65

Added line #L65 was not covered by tests

Check warning on line 175 in src/Api/AdminConsole/Public/Controllers/MembersController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/AdminConsole/Public/Controllers/MembersController.cs#L168-L175

Added lines #L168 - L175 were not covered by tests

Check warning on line 179 in src/Api/AdminConsole/Public/Controllers/MembersController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/AdminConsole/Public/Controllers/MembersController.cs#L178-L179

Added lines #L178 - L179 were not covered by tests

Check warning on line 182 in src/Api/AdminConsole/Public/Controllers/MembersController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/AdminConsole/Public/Controllers/MembersController.cs#L182

Added line #L182 was not covered by tests

Check warning on line 53 in src/Api/AdminConsole/Public/Models/Request/MemberCreateRequestModel.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/AdminConsole/Public/Models/Request/MemberCreateRequestModel.cs#L48-L53

Added lines #L48 - L53 were not covered by tests

Check warning on line 15 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L14-L15

Added lines #L14 - L15 were not covered by tests

Check warning on line 19 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L19

Added line #L19 was not covered by tests

Check warning on line 23 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 26 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L26

Added line #L26 was not covered by tests

Check warning on line 28 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L28

Added line #L28 was not covered by tests

Check warning on line 30 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L30

Added line #L30 was not covered by tests

Check warning on line 32 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L32

Added line #L32 was not covered by tests

Check warning on line 34 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L34

Added line #L34 was not covered by tests

Check warning on line 36 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L36

Added line #L36 was not covered by tests

Check warning on line 38 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L38

Added line #L38 was not covered by tests

Check warning on line 40 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L40

Added line #L40 was not covered by tests

Check warning on line 42 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L42

Added line #L42 was not covered by tests

Check warning on line 44 in src/Core/AdminConsole/Models/Business/OrganizationDto.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/Models/Business/OrganizationDto.cs#L44

Added line #L44 was not covered by tests

Check warning on line 30 in src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs#L30

Added line #L30 was not covered by tests

Check warning on line 93 in src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 102 in src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 153 in src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 166 in src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/Authorization/InviteOrganizationUsersAuthorizationHandler.cs#L166

Added line #L166 was not covered by tests

Check warning on line 32 in src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/InviteOrganizationUsersCommand.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/InviteOrganizationUsersCommand.cs#L32

Added line #L32 was not covered by tests