-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
support dataChangeLastModifiedBy display after edited in a namespace #2680
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
Conversation
not only in the edit history.
Codecov Report
@@ Coverage Diff @@
## master #2680 +/- ##
============================================
+ Coverage 50.23% 50.49% +0.26%
- Complexity 2061 2082 +21
============================================
Files 413 413
Lines 12644 12664 +20
Branches 1292 1293 +1
============================================
+ Hits 6352 6395 +43
+ Misses 5844 5817 -27
- Partials 448 452 +4
Continue to review full report at Codecov.
|
apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/entity/bo/ItemBO.java
Outdated
Show resolved
Hide resolved
apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/NamespaceService.java
Outdated
Show resolved
Hide resolved
Do I need to fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor suggestions
apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/NamespaceService.java
Outdated
Show resolved
Hide resolved
apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/utils/ConfigChangeContentBuilder.java
Outdated
Show resolved
Hide resolved
...service/src/main/java/com/ctrip/framework/apollo/adminservice/controller/ItemController.java
Outdated
Show resolved
Hide resolved
apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/NamespaceService.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
support dataChangeLastModifiedBy display after editing in a namespace, not only in the edit history.