Kyle McCormick
03f023c6d7
Bump edx-enterprise from 3.17.7 to 3.17.9 ( #26084 )
...
Pulls in:
* Degreed API endpoints (3.17.8)
* Fix deprecated third_party_auth import (3.17.9)
2021-01-19 11:06:37 -05:00
Usama Sadiq
5458b30565
Merge pull request #26069 from edx/usamasadiq/upgrade-markdown-package
...
remove markdown constraint
2021-01-19 19:47:41 +05:00
edX requirements bot
f795105e41
Updating Python Requirements
2021-01-18 23:56:23 -05:00
edX requirements bot
985e4d80df
Updating Python Requirements
2021-01-18 19:20:37 +05:00
usamasadiq
b8eee0b9d8
remove markdown constraint
...
Use django-wiki version 1.0.0
Pin python3-saml<1.10.0
2021-01-18 19:18:04 +05:00
Awais Qureshi
4f24ed7453
Adding a common_constraints.txt
2021-01-18 15:52:41 +05:00
Awais Qureshi
cb864c2606
Adding a common_constraints.txt
2021-01-18 13:57:29 +05:00
Michael Terry
225220014c
Merge pull request #26086 from edx/mikix/when-1.3.2
...
Bump edx-when to 1.3.2 (silences a warning)
2021-01-15 11:28:32 -05:00
Michael Terry
521c5f5045
Bump edx-when to 1.3.2 (silences a warning)
2021-01-15 10:38:22 -05:00
alangsto
5894d63ebe
updated edx proctoring version ( #26083 )
2021-01-15 10:25:02 -05:00
alangsto
b11fdd7d14
updated edx-proctoring version ( #26063 )
2021-01-15 08:52:35 -05:00
Zaman Afzal
f96e31f455
ENT-3709 Update edx requirements ( #26071 )
2021-01-14 17:43:25 +05:00
Usama Sadiq
e4b8f56e26
Merge pull request #26031 from edx/djangorestfram-upgrade
...
Upgrade drf version.
2021-01-13 23:29:42 +05:00
edX requirements bot
3d7da3e739
Updating Python Requirements
2021-01-13 23:01:20 +05:00
usamasadiq
8813272787
Remove djangorestframework constraint
2021-01-13 20:35:14 +05:00
Awais Qureshi
c978e5b204
Upgrade drf version.
2021-01-13 20:35:14 +05:00
Robert Raposa
b2822ef3f0
Merge pull request #26041 from regisb/regisb/toggles-2.0.0
...
[BD-21] Upgrade edx-toggles to 2.0.0
2021-01-13 09:56:04 -05:00
edX requirements bot
bba0e1723a
Updating Python Requirements ( #26049 )
2021-01-13 16:12:04 +05:00
Adam Stankiewicz
7561079b34
bump edx-enterprise to 3.17.5 ( #26048 )
2021-01-12 17:15:35 -05:00
Alex Dusenbery
7908565dd4
Update edx-enterprise to 3.17.4 | Include a docstring indicating a preference that we don't delete EnterpriseCourseEnrollments.
2021-01-12 15:59:04 -05:00
edx-abolger
8e54ef4360
Merge pull request #26044 from edx/edx-abolger/enterprise-3-17-3
...
Version bump edx-enterprise to 3.17.3
2021-01-12 14:01:10 -05:00
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
Awais Qureshi
e92fa1cccd
latest edx-bulk-grades==0.8.5 is giving migration error.
2021-01-08 23:59:14 +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
edX requirements bot
b84d7794e5
Updating Python Requirements
2021-01-06 23:58:19 -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
Awais Qureshi
1f616f6fcd
Fixing make docs
...
Adding constraint on sphinx.
2021-01-05 22:42:01 +05:00
irfanuddinahmad
b5438c52b7
Merge pull request #25982 from edx/iahmad/ENT-3688
...
ENT-3688: Updated requirements with new edx-enterprise version
2021-01-05 17:32:47 +05:00
edX requirements bot
5c186507c3
Python Requirements Update ( #25977 )
...
* Updating Python Requirements
* Fixing test failure.
* Update timezone count for new pytz version
Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com >
Co-authored-by: usamasadiq <usama.sadiq@arbisoft.com >
2021-01-05 14:12:03 +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
Feanil Patel
db152dda45
Merge pull request #25908 from edx/feanil/sandbox-py2-code
...
Remove py2 requirements.
2021-01-04 08:09:36 -05:00