-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add database write prohibition function implementation for postgresql and openGauss #1447
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1447 +/- ##
=============================================
+ Coverage 43.88% 43.95% +0.06%
- Complexity 4667 4668 +1
=============================================
Files 1213 1213
Lines 26130 26133 +3
Branches 2745 2745
=============================================
+ Hits 11467 11486 +19
+ Misses 13294 13265 -29
- Partials 1369 1382 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
daizhenyu
reviewed
Feb 20, 2024
...main/java/com/huaweicloud/sermant/opengauss/v1/utils/QueryExecutorImplEnhancementHelper.java
Outdated
Show resolved
Hide resolved
...main/java/com/huaweicloud/sermant/opengauss/v1/utils/QueryExecutorImplEnhancementHelper.java
Outdated
Show resolved
Hide resolved
...main/java/com/huaweicloud/sermant/opengauss/v1/utils/QueryExecutorImplEnhancementHelper.java
Outdated
Show resolved
Hide resolved
...esources/META-INF/services/com.huaweicloud.sermant.core.plugin.agent.declarer.PluginDeclarer
Outdated
Show resolved
Hide resolved
...ain/java/com/huaweicloud/sermant/opengauss/v2/interceptors/QueryExecutorImplInterceptor.java
Outdated
Show resolved
Hide resolved
...ugin/src/main/java/com/huaweicloud/sermant/postgresql/utils/PostgresqlEnhancementHelper.java
Outdated
Show resolved
Hide resolved
...ugin/src/main/java/com/huaweicloud/sermant/postgresql/utils/PostgresqlEnhancementHelper.java
Outdated
Show resolved
Hide resolved
...ugin/src/main/java/com/huaweicloud/sermant/postgresql/utils/PostgresqlEnhancementHelper.java
Outdated
Show resolved
Hide resolved
...-9.4.x-plugin/src/main/java/com/huaweicloud/sermant/postgresql/utils/ThreadDatabaseUtil.java
Outdated
Show resolved
Hide resolved
...ugin/src/main/java/com/huaweicloud/sermant/postgresql/utils/PostgresqlEnhancementHelper.java
Outdated
Show resolved
Hide resolved
hanbingleixue
force-pushed
the
develop
branch
7 times, most recently
from
February 21, 2024 09:00
1f7d131
to
a2c116b
Compare
lilai23
reviewed
Feb 22, 2024
...ain/java/com/huaweicloud/sermant/opengaussv30/interceptors/QueryExecutorImplInterceptor.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Feb 22, 2024
...ain/java/com/huaweicloud/sermant/opengaussv31/interceptors/QueryExecutorImplInterceptor.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Feb 22, 2024
...in/java/com/huaweicloud/sermant/postgresqlv42/interceptors/QueryExecutorImplInterceptor.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Feb 22, 2024
...main/java/com/huaweicloud/sermant/opengaussv30/utils/QueryExecutorImplEnhancementHelper.java
Show resolved
Hide resolved
lilai23
reviewed
Feb 22, 2024
...c/main/java/com/huaweicloud/sermant/postgresqlv9/interceptors/Jdbc4StatementInterceptor.java
Outdated
Show resolved
Hide resolved
hanbingleixue
force-pushed
the
develop
branch
4 times, most recently
from
February 22, 2024 07:57
34e88b5
to
bd2a716
Compare
Signed-off-by: hanbingleixue <[email protected]>
hanbingleixue
force-pushed
the
develop
branch
from
February 22, 2024 10:39
bd2a716
to
680a651
Compare
lilai23
approved these changes
Feb 22, 2024
daizhenyu
approved these changes
Feb 23, 2024
kkf1
changed the title
增加postgresql和openGauss的数据库禁写功能实现
Add database write prohibition function implementation for postgresql and openGauss
Apr 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
【Fix issue】#1422
[Modification] Add the database write ban function implementation of postgresql and openGauss
[Use case description] 1. Subsequent supplementary integration testing
[Self-test situation] 1. Local static inspection and cleaning situation; 2. Subsequent submission of UT
[Scope of Impact] 1. Subsequent supplement to the user manual