Skip to content
Merged
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
3 changes: 3 additions & 0 deletions playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ EDXAPP_PRIVATE_REQUIREMENTS:
# XBlocks associated with the LabXchange project
- name: git+https://github.com/open-craft/labxchange-xblocks.git@a0a8a8dad13199014d4bb29cee416289880bde0b#egg=labxchange-xblocks
extra_args: -e
# forum - currently pointing to ulmo but needs an upgrade when in verawood
Comment thread
vgulati-apphelix marked this conversation as resolved.
Comment thread
vgulati-apphelix marked this conversation as resolved.
- name: git+https://github.com/edx/forum.git@release-ulmo#egg=openedx-forum
Comment thread
vgulati-apphelix marked this conversation as resolved.
Comment thread
vgulati-apphelix marked this conversation as resolved.
Comment on lines +575 to +576
extra_args: -e
# Caliper and xAPI event routing plugin
- name: edx-event-routing-backends==5.5.6
# Other xblocks
Expand Down
Loading