-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
fix widget errors #2064
fix widget errors #2064
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2064 +/- ##
=======================================
Coverage 27.95% 27.95%
=======================================
Files 133 133
Lines 10913 10913
Branches 1463 1463
=======================================
Hits 3051 3051
Misses 7753 7753
Partials 109 109 Continue to review full report at Codecov.
|
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.
Generally, lgtm. Just the one question about the update that exists in master
already.
app/app/settings.py
Outdated
@@ -296,7 +296,7 @@ | |||
|
|||
CACHES = { | |||
'default': env.cache(), | |||
COLLECTFAST_CACHE: env.cache('COLLECTFAST_CACHE_URL'), | |||
COLLECTFAST_CACHE: env.cache('COLLECTFAST_CACHE_URL', default='dbcache://collectfast'), |
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.
This shouldn't be in here, should it? 🤔 This is in master
already.
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
Fix filtering by org
Fix urls of bounties
Checklist
Affected core subsystem(s)
Testing
Refers/Fixes
Fixes: #2063