fix Grayscale release Item Value length limit can not be synchronized…#4622
Merged
nobodyiam merged 1 commit intoapolloconfig:masterfrom Nov 2, 2022
Merged
fix Grayscale release Item Value length limit can not be synchronized…#4622nobodyiam merged 1 commit intoapolloconfig:masterfrom
nobodyiam merged 1 commit intoapolloconfig:masterfrom
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Codecov Report
@@ Coverage Diff @@
## master #4622 +/- ##
============================================
+ Coverage 47.20% 47.21% +0.01%
- Complexity 1650 1652 +2
============================================
Files 347 347
Lines 10631 10644 +13
Branches 1053 1057 +4
============================================
+ Hits 5018 5026 +8
- Misses 5310 5315 +5
Partials 303 303
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
… with its main version
6aa7754 to
38f3737
Compare
Contributor
Author
|
recheck |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
I have read the CLA Document and I hereby sign the CLA
fix Grayscale release Item Value length limit can not be synchronized with its main version
What's the purpose of this PR
upgrade the capacity of gray release
Which issue(s) this PR fixes:
Fixes #
Brief changelog
update ItemService.checkItemValueLength() method with logic of find parentNamespace's info.
recheck