-
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
MongoDB database write prohibition plug-in and controller module. #1423
Merged
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:develop-mysql-write-prohibition
Jan 23, 2024
Merged
MongoDB database write prohibition plug-in and controller module. #1423
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:develop-mysql-write-prohibition
Jan 23, 2024
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1423 +/- ##
=============================================
+ Coverage 42.53% 42.72% +0.19%
- Complexity 3307 3349 +42
=============================================
Files 831 843 +12
Lines 18528 18682 +154
Branches 2043 2061 +18
=============================================
+ Hits 7880 7981 +101
- Misses 9661 9706 +45
- Partials 987 995 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
daizhenyu
force-pushed
the
develop-mysql-write-prohibition
branch
from
January 22, 2024 02:52
65cfdac
to
d5d14b2
Compare
lilai23
reviewed
Jan 22, 2024
...er/src/main/java/com/huaweicloud/sermant/database/config/DatabaseWriteProhibitionConfig.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Jan 22, 2024
...r/src/main/java/com/huaweicloud/sermant/database/config/DatabaseWriteProhibitionManager.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Jan 22, 2024
...r/src/main/java/com/huaweicloud/sermant/database/config/DatabaseWriteProhibitionManager.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Jan 22, 2024
...controller/src/main/java/com/huaweicloud/sermant/database/controller/DatabaseController.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Jan 22, 2024
...src/main/resources/META-INF/services/com.huaweicloud.sermant.core.plugin.config.PluginConfig
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
develop-mysql-write-prohibition
branch
from
January 22, 2024 07:09
d5d14b2
to
07fac75
Compare
lilai23
reviewed
Jan 22, 2024
...4.x-plugin/src/main/java/com/huaweicloud/sermant/mongodb/utils/MongoDbEnhancementHelper.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Jan 22, 2024
...4.x-plugin/src/main/java/com/huaweicloud/sermant/mongodb/utils/MongoDbEnhancementHelper.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
develop-mysql-write-prohibition
branch
from
January 22, 2024 08:17
07fac75
to
1f64fb4
Compare
...r/src/main/java/com/huaweicloud/sermant/database/config/DatabaseWriteProhibitionManager.java
Outdated
Show resolved
Hide resolved
...n/src/main/java/com/huaweicloud/sermant/mongodb/interceptors/AbstractMongoDbInterceptor.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
develop-mysql-write-prohibition
branch
2 times, most recently
from
January 22, 2024 08:35
48fd185
to
9c54bfc
Compare
lilai23
reviewed
Jan 22, 2024
...4.x-plugin/src/main/java/com/huaweicloud/sermant/mongodb/utils/MongoDbEnhancementHelper.java
Show resolved
Hide resolved
lilai23
reviewed
Jan 22, 2024
...4.x-plugin/src/main/java/com/huaweicloud/sermant/mongodb/utils/MongoDbEnhancementHelper.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Jan 22, 2024
...4.x-plugin/src/main/java/com/huaweicloud/sermant/mongodb/utils/MongoDbEnhancementHelper.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
develop-mysql-write-prohibition
branch
from
January 22, 2024 12:35
9c54bfc
to
29ebdf1
Compare
lilai23
reviewed
Jan 23, 2024
...4.x-plugin/src/main/java/com/huaweicloud/sermant/mongodb/utils/MongoDbEnhancementHelper.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
develop-mysql-write-prohibition
branch
from
January 23, 2024 02:23
29ebdf1
to
ae93128
Compare
Signed-off-by: daizhenyu <[email protected]>
daizhenyu
force-pushed
the
develop-mysql-write-prohibition
branch
from
January 23, 2024 02:37
ae93128
to
99151d5
Compare
lilai23
approved these changes
Jan 23, 2024
hanbingleixue
approved these changes
Jan 23, 2024
kkf1
changed the title
MongoDB数据库禁写开发
MongoDB database write prohibition plug-in and controller module.
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 content] Added the controller module and mongodb write prohibition module developed by the data layer middleware plug-in
[Use case description] Not involved
[Self-test situation] 1. Local static check passed
[Scope of Influence] Follow-up supplementary plug-in documentation