Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
- restore_cache:
name: Restores cache if any of the requirements file have not changed since the previous run
key: >-
virtual-environment-cache-v16
virtual-environment-cache-v17
-{{ checksum "requirements/edx/development.txt" }}
-{{ checksum "requirements/edx/custom.txt" }}

- restore_cache:
name: Restores cache if the package.json file have not changed since the previous run
key: virtual-environment-cache-v16-{{ checksum "package.json" }}
key: virtual-environment-cache-v17-{{ checksum "package.json" }}

# Mirror what paver install_prereqs does.
# After a successful build, CircleCI will
Expand All @@ -110,15 +110,15 @@ jobs:

- save_cache:
key: >-
virtual-environment-cache-v16
virtual-environment-cache-v17
-{{ checksum "requirements/edx/development.txt" }}
-{{ checksum "requirements/edx/custom.txt" }}

paths:
- ~/virtualenvs/venv-3.5.2

- save_cache:
key: virtual-environment-cache-v16-{{ checksum "package.json" }}
key: virtual-environment-cache-v17-{{ checksum "package.json" }}
paths:
- node_modules

Expand Down
15 changes: 9 additions & 6 deletions requirements/edx/custom.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Custom requirements to be customized by individual OpenEdX instances

# When updating a hash of an XBlock that uses xblock-utils, please update its version hash in github.txt.
-e git+https://github.com/mckinseyacademy/xblock-mentoring.git@1.0#egg=xblock-mentoring==1.0
-e git+https://github.com/mckinseyacademy/xblock-image-explorer.git@v2.0#egg=xblock-image-explorer==2.0
Expand All @@ -10,13 +9,17 @@
git+https://github.com/mckinseyacademy/xblock-group-project.git@1.0.0#egg=xblock-group-project==1.0.0
-e git+https://github.com/mckinseyacademy/xblock-adventure.git@1.0.1#egg=xblock-adventure==1.0.1

-e git+https://github.com/mckinseyacademy/xblock-poll-v2.git@v1.10.1#egg=xblock-poll==1.10.1
#-e git+https://github.com/mckinseyacademy/xblock-poll-v2.git@v1.10.1#egg=xblock-poll==1.10.1
-e git+https://${PAT_GITHUB}@github.com/mckinseyacademy/xblock-poll-v2.git@v1.10.1#egg=xblock-poll==1.10.1
-e git+https://github.com/mckinseyacademy/problem-builder.git@v4.1.13#egg=xblock-problem-builder==4.1.13
#-e git+https://github.com/mckinseyacademy/xblock-officemix.git@86238f5968a08db005717dbddc1.9.6346808f1ed3716#egg=xblock-officemix
-e git+https://github.com/mckinseyacademy/xblock-chat.git@v0.3.0#egg=chat-xblock==0.3.0
-e git+https://github.com/mckinseyacademy/xblock-eoc-journal.git@v0.10.1#egg=xblock-eoc-journal==0.10.1
-e git+https://github.com/mckinseyacademy/xblock-scorm.git@v3.2.2#egg=xblock-scorm==3.2.2
-e git+https://github.com/mckinseyacademy/xblock-diagnosticfeedback.git@v0.4.1#egg=xblock-diagnostic-feedback==0.4.1
#-e git+https://github.com/mckinseyacademy/xblock-scorm.git@v3.2.2#egg=xblock-scorm==3.2.2
-e git+https://${PAT_GITHUB}@github.com/mckinseyacademy/xblock-scorm.git@v3.2.2#egg=xblock-scorm==3.2.2

#-e git+https://github.com/mckinseyacademy/xblock-diagnosticfeedback.git@v0.4.1#egg=xblock-diagnostic-feedback==0.4.1
#-e git+https://${PAT_GITHUB}@github.com/mckinseyacademy/xblock-diagnosticfeedback.git@v0.4.1#egg=xblock-diagnostic-feedback==0.4.1

-e git+https://github.com/mckinseyacademy/xblock-group-project-v2.git@0.12.14#egg=xblock-group-project-v2==0.12.14
-e git+https://github.com/mckinseyacademy/xblock-virtualreality.git@v0.1.5#egg=xblock-virtualreality==0.1.5
Expand All @@ -28,7 +31,7 @@ git+https://github.com/mckinseyacademy/discussion-edx-platform-extensions.git@3.
git+https://github.com/mckinseyacademy/organizations-edx-platform-extensions.git@v3.0.1#egg=organizations-edx-platform-extensions==3.0.1
git+https://github.com/mckinseyacademy/course-edx-platform-extensions.git@v4.0.0#egg=course-edx-platform-extensions==4.0.0
git+https://github.com/mckinseyacademy/projects-edx-platform-extensions.git@v4.0.0#egg=projects-edx-platform-extensions==4.0.0
git+https://github.com/mckinseyacademy/api-integration.git@v5.0.4#egg=api-integration==5.0.4
git+https://github.com/mckinseyacademy/api-integration.git@v5.0.5#egg=api-integration==5.0.5

git+https://github.com/mckinseyacademy/openedx-user-manager-api@v2.0.1#egg=openedx-user-manager-api==2.0.1
git+https://${PAT_GITHUB}@github.com/mckinseyacademy/openedx-user-manager-api@v2.0.1#egg=openedx-user-manager-api==2.0.1
openedx-completion-aggregator==3.0.3