-
Notifications
You must be signed in to change notification settings - Fork 808
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
PR To support DbDataSource for Postgresql #1832
PR To support DbDataSource for Postgresql #1832
Conversation
@dotnet-policy-service agree |
src/HealthChecks.NpgSql/DependencyInjection/NpgSqlHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
…uilderExtensions.cs
src/HealthChecks.NpgSql/DependencyInjection/NpgSqlHealthCheckBuilderExtensions.cs
Show resolved
Hide resolved
…uilderExtensions.cs
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #1832 +/- ##
==========================================
- Coverage 66.98% 66.96% -0.02%
==========================================
Files 212 212
Lines 7744 7750 +6
Branches 527 529 +2
==========================================
+ Hits 5187 5190 +3
- Misses 2422 2425 +3
Partials 135 135
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@michaelmairegger Thanks. |
@sungam3r when can we expect to get this released? |
It was released in https://www.nuget.org/packages/AspNetCore.HealthChecks.NpgSql/7.0.0 4 months ago. |
@sungam3r Oops, my bad. Thanks |
This PR adds DbDataSource support for postgresql to allow password rotation using UsePeriodicPasswordProvider
This PR allows the following:
closes #1813