-
Notifications
You must be signed in to change notification settings - Fork 112
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
Handling numeric values for EntityId query parameters #9009
Conversation
Signed-off-by: mgoelswirlds <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9009 +/- ##
============================================
- Coverage 92.35% 92.25% -0.10%
- Complexity 7515 7535 +20
============================================
Files 909 911 +2
Lines 30237 30305 +68
Branches 3699 3710 +11
============================================
+ Hits 27924 27958 +34
- Misses 1491 1516 +25
- Partials 822 831 +9 ☔ View full report in Codecov by Sentry. |
...-rest-java/src/test/java/com/hedera/mirror/restjava/controller/AllowancesControllerTest.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
hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityId.java
Outdated
Show resolved
Hide resolved
hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityId.java
Outdated
Show resolved
Hide resolved
Signed-off-by: mgoelswirlds <[email protected]>
...or-rest-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdRangeParameterTest.java
Show resolved
Hide resolved
...mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdRangeParameter.java
Outdated
Show resolved
Hide resolved
...-rest-java/src/test/java/com/hedera/mirror/restjava/controller/AllowancesControllerTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: mgoelswirlds <[email protected]>
Quality Gate passedIssues Measures |
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
Description:
This PR fixes rest-java nft allowance controller to accept numeric entity id in URL params.
This PR modifies ...
shard.realm.num
formatRelated issue(s):
Fixes #8357
Notes for reviewer:
Checklist