-
Notifications
You must be signed in to change notification settings - Fork 34
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
Media image API handler #10882 #10924
Conversation
a73a8c4
to
d150b93
Compare
d150b93
to
211cfa9
Compare
modules/portal/portal-impl/src/main/java/com/enonic/xp/portal/impl/MediaHashResolver.java
Show resolved
Hide resolved
...al-impl/src/main/java/com/enonic/xp/portal/impl/handler/AbstractAttachmentHandlerWorker.java
Outdated
Show resolved
Hide resolved
...al-impl/src/main/java/com/enonic/xp/portal/impl/handler/AbstractAttachmentHandlerWorker.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## media-epic #10924 +/- ##
================================================
+ Coverage 84.62% 84.77% +0.14%
- Complexity 19993 20138 +145
================================================
Files 2628 2640 +12
Lines 69475 70048 +573
Branches 5605 5606 +1
================================================
+ Hits 58791 59380 +589
+ Misses 7979 7954 -25
- Partials 2705 2714 +9 ☔ View full report in Codecov by Sentry. |
ce1c939
to
7063ec4
Compare
// test handle | ||
assertEquals( webResponse, this.handler.doHandle( webRequest, webResponse, null ) ); | ||
} | ||
// @Test |
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.
remove
No description provided.