Commit Graph

3684 Commits

Author SHA1 Message Date
alangsto
921696a67f Updated proctoring version (#25873)
included newest commit in release
2020-12-14 11:12:18 -05:00
Jeff LaJoie
63f797598a Bumps edx-enterprise to 3.14.1 2020-12-14 09:14:35 -05:00
arbi-bom
67b5f962c1 Ran Make Upgrade 2020-12-14 12:46:35 +05:00
usamasadiq
b5a4aeed79 Revert celery custom fork 2020-12-14 12:06:56 +05:00
Bianca Severino
a099cbb1e7 Update edx-proctoring to 2.5.1 2020-12-11 14:25:31 -05:00
Lael Birch
1584d9ab76 Merge pull request #25848 from edx/lbirch/rebrand
Update edx-enterprise
2020-12-11 11:07:43 -05:00
Awais Qureshi
1dc7a2ac4a Merge pull request #25856 from edx/usamasadiq/pin-cryptography-version
Usamasadiq/pin cryptography version
2020-12-11 19:59:45 +05:00
Kyle McCormick
e49e3fa566 Constrain cryptography to <3.3 because Python 3.5 support was dropped (#25857)
Although application code is on Python 3.8,
we are still using Python 3.5 to execute jailed code for now.

Run make upgrade.
2020-12-11 09:03:53 -05:00
arbi-bom
069d9058d6 Ran Make Upgrade on branch 2020-12-11 18:18:57 +05:00
arbi-bom
0ea4630dcb Constrained Cryptography version 2020-12-11 18:18:57 +05:00
edX requirements bot
d44a088224 Updating Python Requirements 2020-12-10 23:46:18 -05:00
Lael Birch
ba9a8e5380 Update edx-enterprise
Rebrand of edx-enterprise pages
2020-12-10 16:08:32 -05:00
Feanil Patel
3d797e12df Run make upgrade. 2020-12-10 14:25:48 -05:00
Feanil Patel
1f564420a0 Remove temporary constraints.
This should no longer be necessary now that we have found a root cause
fix for the issue. This was removed because it was causing the case
of celery tasks not getting registered to happen more often.

Undoing https://github.com/edx/edx-platform/pull/25787

Actual Fixes:
- https://github.com/edx/edx-platform/pull/25822
- https://github.com/edx/edx-platform/pull/25825
2020-12-10 13:54:36 -05:00
Talia Rhodes
ab23c1c943 update edx-enterprise to include integrated channel api 2020-12-09 15:26:31 -05:00
Adam Stankiewicz
4595f44e09 bump edx-enterprise to 3.13.10 (#25821) 2020-12-09 14:26:32 -05:00
Zachary Hancock
283fafe53b update edx-proctoring (#25817) 2020-12-09 12:55:57 -05:00
Justin Lapierre
dfe15503ce Merge pull request #25012 from open-craft/farhaan/bb-2961-ora-button-support
[BB-2961] [BD-05] [TNL-7577] Added open response button to the component tray
2020-12-09 07:55:52 -05:00
Adam Stankiewicz
f64c3cf947 bump edx-enterprise to 3.13.7 (#25801) 2020-12-08 09:07:28 -05:00
Muhammad Ammar
eee2cab9a8 Merge pull request #25793 from edx/ammar/update-edx-enterprise-to-3.13.6
update edx-enterprise to 3.13.6
2020-12-08 12:23:05 +05:00
muhammad-ammar
2aebb31c7f update edx-enterprise to 3.13.6 2020-12-08 02:46:59 +05:00
Giovanni Cimolin da Silva
1d979dad8b Merge branch 'master' into farhaan/bb-2961-ora-button-support 2020-12-07 15:01:55 -03:00
Ned Batchelder
a52baf605c Pin the third-party random2 library 2020-12-07 12:57:05 -05:00
David Joy
a9f1a03787 Pin requirements to temporarily fix instructor task registration (#25787)
* Pin requirements to temporarily fix instructor task registration

We ran into an issue where instructor tasks were not being registered with celery correctly, resulting in: https://openedx.atlassian.net/browse/CR-2982

The cause wasn’t clear, so we started reverting some recent, suspect PRs.  When we reverted #25746, the issue went away.

The revert PR was this one: https://github.com/edx/edx-platform/pull/25766

So that we can unpause our deployment pipelines, we’re temporarily pinning the versions of the four packages upgraded in #25746 so we can continue to investigate.

* Result of make upgrade, propagating constraints out to other requirements files
2020-12-07 12:48:23 -05:00
Giovanni Cimolin da Silva
ca73d117ff Fix version bump 2020-12-07 14:44:05 -03:00
Giovanni Cimolin da Silva
b6ae24ffcc Version bump 2020-12-07 14:37:23 -03:00
Farhaan Bukhsh
8a7eef2c01 Update dependency for ORA2
Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com>
2020-12-07 14:36:03 -03:00
Manjinder Singh
28e6a3e43d ARCHBOM-1536: Adding edx/event-routing-backed to requriments and eventtracking app to installed_apps (#25706)
* ARCHBOM-1536: Adding edx/event-routing-backed library in requirements

* Adding eventtracking app to INSTALLED_APPS
2020-12-07 09:05:30 -05:00
Sameen Fatima
3c5af1f4ab upgrade edx-enterprise 3.13.5 (#25778) 2020-12-07 13:34:31 +05:00
Feanil Patel
79d8dad9b9 Revert "Python Requirements Update" 2020-12-04 14:33:43 -05:00
David Ormsbee
d930d10065 Revert "ARCHBOM-1636: upgrade supercsv" 2020-12-04 10:37:56 -05:00
edX requirements bot
81a9778141 Updating Python Requirements (#25757) 2020-12-04 15:26:34 +05:00
Awais Qureshi
ef5a24c7b5 Merge pull request #25746 from edx/jenkins/upgrade-python-requirements-3c9f87c
Python Requirements Update
2020-12-03 21:48:17 +05:00
Régis Behmo
d13a1fb5f5 Upgrade completion
This is required because edx-platform uses the waffle API from
completion, which itself depends on edx-toggles. So if we change
edx-toggles import paths, we also need to upgrade our usage of
completion here.
2020-12-03 16:06:15 +01:00
edX requirements bot
57e900b664 Updating Python Requirements 2020-12-02 19:56:33 -05:00
Robert Raposa
8809c73395 upgrade supercsv
Includes additional monitoring of celery tasks
in supercsv.

ARCHBOM-1636
2020-12-02 16:51:41 -05:00
Sameen Fatima
3819d5ec34 edx-enterprise-3.13.3 (#25740) 2020-12-02 15:49:44 -05:00
Mike OConnell
edfeabd8fe Moco/rollback enterprise (#25736)
* Rolling back edx-enterprise to 3.12.3

Rolling back breaking changes from adding end_date to metadata

ENT-3627
2020-12-02 12:00:25 -05:00
Sameen Fatima
9ccb848861 edx-enterprise version bump to 3.13.2 (#25731) 2020-12-02 17:59:10 +05:00
arbi-bom
8c05ff7fcb make upgrade 2020-12-01 14:01:16 +05:00
Awais Qureshi
1e1e48b25c Adding pin to avoid test failures. 2020-12-01 12:48:28 +05:00
Awais Qureshi
9c593087bc Adding pin to avoid test failures. 2020-12-01 11:57:19 +05:00
edX requirements bot
f1f8fcf78d Updating Python Requirements 2020-11-30 19:56:08 -05:00
edX requirements bot
91d1f0eab1 Updating Python Requirements (#25687) 2020-11-26 14:21:42 +05:00
edX requirements bot
2771658256 Updating Python Requirements 2020-11-24 23:55:20 -05:00
Awais Qureshi
36ade10347 Revert "Added more logs in celery fork." 2020-11-24 21:19:15 +05:00
Awais Qureshi
42ea257c36 Merge pull request #25673 from edx/jenkins/upgrade-python-requirements-9f239ff
Python Requirements Update
2020-11-24 18:54:36 +05:00
edX requirements bot
e0dac01265 Updating Python Requirements 2020-11-23 23:55:32 -05:00
arbi-bom
526a0d9abd Ran make upgrade 2020-11-24 00:00:57 +05:00
Awais Qureshi
761c5d3d7e Added more logs in celery fork. 2020-11-23 23:58:05 +05:00