-
Notifications
You must be signed in to change notification settings - Fork 73
Conversation
c051f29
to
d30e8ff
Compare
Codecov Report
@@ Coverage Diff @@
## master #571 +/- ##
==========================================
+ Coverage 97.48% 97.52% +0.03%
==========================================
Files 63 54 -9
Lines 3944 3026 -918
Branches 554 412 -142
==========================================
- Hits 3845 2951 -894
+ Misses 68 63 -5
+ Partials 31 12 -19
Continue to review full report at Codecov.
|
f5b8ed6
to
19990cb
Compare
@@ -1,28 +1,6 @@ | |||
from django.apps import AppConfig | |||
from django.conf import settings | |||
from elasticsearch_dsl import connections |
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.
can we strip elasticsearch support out of requirements?
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.
Just ripped it out!
@@ -134,24 +95,6 @@ def status_code(self): | |||
return status.HTTP_400_BAD_REQUEST | |||
|
|||
|
|||
class ParameterValueErrorMiddleware(BaseProcessErrorMiddleware): |
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.
I like how you've found and smashed these associated classes
'number_of_replicas': 0 | ||
} | ||
ELASTICSEARCH_INDEX_SETTINGS = environ.get('ELASTICSEARCH_INDEX_SETTINGS', DEFAULT_ELASTICSEARCH_INDEX_SETTINGS) | ||
########## END ELASTICSEARCH CONFIGURATION |
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.
so satisfying
I'm pretty heartened that you were able to get rid of the elasticsearch stuff even without removing module engagement |
ad65019
to
a27eb62
Compare
a27eb62
to
6899a05
Compare
Remove all code related to learner specific data. This includes