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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Merge branch 'main' into km/pm-13706/private-key-regen-db

88f2b97
Select commit
Loading
Failed to load commit list.
Open

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

Merge branch 'main' into km/pm-13706/private-key-regen-db
88f2b97
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 22, 2024 in 1s

2.43% of diff hit (target 42.17%)

View this Pull Request on Codecov

2.43% of diff hit (target 42.17%)

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 35 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-L35

Added lines #L29 - L35 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 33 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-L33

Added lines #L25 - L33 were not covered by tests