-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Endpoint fixes #2700
Endpoint fixes #2700
Conversation
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 minus the merge conflicts
Codecov Report
@@ Coverage Diff @@
## master #2700 +/- ##
==========================================
+ Coverage 28.65% 29.93% +1.28%
==========================================
Files 163 162 -1
Lines 13085 13052 -33
Branches 1752 1743 -9
==========================================
+ Hits 3749 3907 +158
+ Misses 9237 9021 -216
- Partials 99 124 +25
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2700 +/- ##
==========================================
- Coverage 28.83% 28.65% -0.19%
==========================================
Files 164 163 -1
Lines 13125 13085 -40
Branches 1755 1752 -3
==========================================
- Hits 3785 3749 -36
- Misses 9233 9236 +3
+ Partials 107 100 -7
Continue to review full report at Codecov.
|
@owocki yes I think you fixed the search urls in master. |
@mbeacom ? |
@octavioamu can you resolve the conflicts? |
1e1484c
to
30db193
Compare
@SaptakS Ready!! Please if everything ok now, merge it asap to avoid new conflicts. |
Description
Change statics urls to use Django url
Checklist
Affected core subsystem(s)
Testing
Refers/Fixes