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-13706] Add repository + stored procedures for private key regeneration #4898

Merged
merged 12 commits into from
Nov 21, 2024

Update SQL stored procedure

2cb6045
Select commit
Loading
Failed to load commit list.
Merged

[PM-13706] Add repository + stored procedures for private key regeneration #4898

Update SQL stored procedure
2cb6045
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 15, 2024 in 0s

3.03% of diff hit (target 41.67%)

View this Pull Request on Codecov

3.03% of diff hit (target 41.67%)

Annotations

Check warning on line 8 in src/Core/KeyManagement/Models/Data/UserAsymmetricKeys.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/KeyManagement/Models/Data/UserAsymmetricKeys.cs#L6-L8

Added lines #L6 - L8 were not covered by tests

Check warning on line 63 in src/Infrastructure.Dapper/DapperServiceCollectionExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/DapperServiceCollectionExtensions.cs#L63

Added line #L63 was not covered by tests

Check warning on line 17 in src/Infrastructure.Dapper/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 22 in src/Infrastructure.Dapper/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs#L19-L22

Added lines #L19 - L22 were not covered by tests

Check warning on line 26 in src/Infrastructure.Dapper/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 30 in src/Infrastructure.Dapper/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 16 in src/Infrastructure.EntityFramework/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs#L12-L16

Added lines #L12 - L16 were not covered by tests

Check warning on line 21 in src/Infrastructure.EntityFramework/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs#L19-L21

Added lines #L19 - L21 were not covered by tests

Check warning on line 23 in src/Infrastructure.EntityFramework/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs#L23

Added line #L23 was not covered by tests

Check warning on line 30 in src/Infrastructure.EntityFramework/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/KeyManagement/Repositories/UserAsymmetricKeysRepository.cs#L25-L30

Added lines #L25 - L30 were not covered by tests