Skip to content

Commit

Permalink
Merge pull request #382 from ucsd-ets/danial/revert-caliper-version-a…
Browse files Browse the repository at this point in the history
…nd-settings

revert caliper version back to 0.11.8
  • Loading branch information
danialmalik authored Jun 22, 2020
2 parents 83b8356 + 48006af commit 3d2f45b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion cms/envs/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@

if FEATURES.get('ENABLE_KAFKA_FOR_CALIPER'):
CALIPER_KAFKA_SETTINGS = ENV_TOKENS.get('CALIPER_KAFKA_SETTINGS')
CALIPER_KAFKA_AUTH_SETTINGS = AUTH_TOKENS.get('CALIPER_KAFKA_AUTH_SETTINGS')
####################### Plugin Settings ##########################

# This is at the bottom because it is going to load more settings after base settings are loaded
Expand Down
2 changes: 0 additions & 2 deletions lms/envs/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -1150,8 +1150,6 @@

if FEATURES.get('ENABLE_KAFKA_FOR_CALIPER'):
CALIPER_KAFKA_SETTINGS = ENV_TOKENS.get('CALIPER_KAFKA_SETTINGS')
CALIPER_KAFKA_AUTH_SETTINGS = AUTH_TOKENS.get('CALIPER_KAFKA_AUTH_SETTINGS')

############################### Plugin Settings ###############################

# This is at the bottom because it is going to load more settings after base settings are loaded
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ numpy==1.6.2
oauth2==1.9.0.post1
oauthlib==2.1.0
openapi-codec==1.3.2 # via django-rest-swagger
openedx-caliper-tracking==0.12.1
openedx-caliper-tracking==0.11.8
path.py==8.2.1
pathtools==0.1.2
paver==1.3.4
Expand Down

0 comments on commit 3d2f45b

Please sign in to comment.