Commit Graph

1463 Commits

Author SHA1 Message Date
Bianca Severino
78165fd33a Update edx-proctoring to 2.5.8 2021-01-12 13:06:23 -05:00
Adrienne Bolger
81b8fada83 Version bump edx-enterprise to 3.17.3 2021-01-12 12:14:14 -05:00
Régis Behmo
71caa6a94d Upgrade edx-toggles to 2.0.0
2.0.0 introduces a backward-compatible WaffleFlag/Switch API. Existing toggles
that use the LegacyWaffle* classes should migrate to the new Waffle* classes.
2021-01-12 16:42:14 +01:00
Awais Qureshi
4d3919fa81 Fixing package version. 2021-01-12 11:20:55 +05:00
edX requirements bot
07648422b5 Updating Python Requirements 2021-01-11 23:56:56 -05:00
Alex Dusenbery
9be8a2b562 Upgrade enterprise to 3.17.2 | stop listening for unenroll signal and deleting EnterpriseCourseEnrollments there-from. 2021-01-11 14:46:58 -05:00
Kellie Selinka
8ef4f54d5d version bump edx-enterprise 2021-01-11 13:02:08 -05:00
usamasadiq
0d7fb1e2c9 Pin social-auth-core<4.0.2 2021-01-11 17:09:46 +05:00
edX requirements bot
5e0f34cb17 Updating Python Requirements 2021-01-11 16:00:34 +05:00
Awais Qureshi
aa06846141 Upgrade drf version. 2021-01-09 00:53:21 +05:00
Alex Dusenbery
180227d6b1 bump edx-enterprise to 3.17.0 Listen for student.CourseEnrollment unenrollment signal and delete associated EnterpriseCourseEnrollment record if one exists (we will have a historical record of the deletion). 2021-01-08 11:18:05 -05:00
Awais Qureshi
47f874f350 BOM-2130
Upgrade the django-rest framework.
2021-01-08 16:13:24 +05:00
edX requirements bot
c711fcf2af Updating Python Requirements (#26012) 2021-01-08 14:40:22 +05:00
Adam Stankiewicz
f217c6d90b upgrade edx-enterprise to 3.16.11 (#26010) 2021-01-07 17:17:10 -05:00
Kyle McCormick
599d663779 Add option to backfill org data as inactive
Add an `--inactive` option to the
`bulk_add_orgs_and_org_courses` management
command, which causes the backfill to set
`active=False` on all rows created in the
Organization and OrganizationCourse tables.

This will lower the potential data
integrity risk to production systems
such as courses.edx.org.

Upgrade edx-organizations to 6.6.0

TNL-7774
2021-01-06 16:00:41 -05:00
Zachary Hancock
777c4f94fe proctoring version bump (#25995) 2021-01-06 09:59:05 -05:00
irfanuddinahmad
c4954d42ec Updated requirements for edx-enterprise 2021-01-06 15:20:56 +05:00
edX requirements bot
d5dc3b9e45 Updating Python Requirements 2021-01-05 23:55:16 -05:00
Awais Qureshi
44d97d72f1 Merge pull request #25799 from edx/awais786/make-docs
Fixing make docs issue
2021-01-06 01:09:09 +05:00
Awais Qureshi
c4ae96d000 Running makeupgrade 2021-01-06 00:35:33 +05:00
Alex Dusenbery
3cd212ee70 Bump edx-enterprise to 3.16.7. Modifies the learner portal enterprise_course_enrollments endpoint to include an is_enrollment_active key that indicates the status of the enterprise enrollment's related student.CourseEnrollment. Allow the endpoint to optionally accept an ?is_active query param, so that clients may request only active enrollments from it. 2021-01-05 12:55:06 -05:00
irfanuddinahmad
6e7c23d1cb Updated requirements with new edx-enterprise version 2021-01-05 13:58:54 +05:00
Adam Stankiewicz
3ff5fc7d5f bump edx-enterprise to 3.16.3 (#25969) 2021-01-04 11:01:26 -05:00
Adam Stankiewicz
26de4961ab bump edx-enterprise to 3.16.2 (#25928) 2020-12-21 16:33:21 -05:00
edX requirements bot
39814ae0bf Updating Python Requirements 2020-12-20 23:57:15 -05:00
edX requirements bot
45777ac5bf Updating Python Requirements 2020-12-17 23:46:10 -05:00
Bianca Severino
c589601b5b Merge pull request #25900 from edx/bseverino/timed-exams
[MST-575] Enable timed exams by default
2020-12-17 12:31:23 -05:00
Bianca Severino
4984fa73c6 Enable timed exams by default 2020-12-17 12:07:57 -05:00
edX requirements bot
73a819a40b Updating Python Requirements 2020-12-17 02:54:05 -05:00
Zaman Afzal
10e78c123a ENT-3548 Upgraded edx-enterprise version to 3.16.0. (#25895)
* ENT-3548 Multiple IDPS linking to Enterprise Feature
2020-12-16 14:55:45 +05:00
edX requirements bot
958313c6cc Updating Python Requirements (#25891) 2020-12-16 12:59:44 +05:00
Saleem Latif
dfb36644c9 Upgraded edx-enterprise version to 3.15.0 and updated field name changed in that version. 2020-12-15 19:13:14 +05:00
edX requirements bot
a4f62b4c67 Updating Python Requirements (#25882) 2020-12-15 12:58:21 +05:00
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
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
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
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
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
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
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