feat: degreed2 integrated channels (#29183)

* feat: degreed2 integrated channels

ENT-2789

* feat:  New integrated channel via edx-enterprise

* fix: pull in edx-enterprise 3.33.1

fixes db_overrides check failure by renaming field `key` to `client_id`
This commit is contained in:
Binod Pant
2021-11-01 21:18:59 -04:00
committed by GitHub
parent 9c1fc4cbba
commit 60da5db4b6
6 changed files with 6 additions and 4 deletions

View File

@@ -1811,6 +1811,7 @@ OPTIONAL_APPS = (
('consent', None),
('integrated_channels.integrated_channel', None),
('integrated_channels.degreed', None),
('integrated_channels.degreed2', None),
('integrated_channels.sap_success_factors', None),
('integrated_channels.xapi', None),
('integrated_channels.cornerstone', None),

View File

@@ -3880,6 +3880,7 @@ OPTIONAL_APPS = [
('consent', None),
('integrated_channels.integrated_channel', None),
('integrated_channels.degreed', None),
('integrated_channels.degreed2', None),
('integrated_channels.sap_success_factors', None),
('integrated_channels.cornerstone', None),
('integrated_channels.xapi', None),

View File

@@ -30,7 +30,7 @@ django-storages<1.9
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
# This is to allow them to better control its deployment and to do it in a process that works better
# for them.
edx-enterprise==3.31.1
edx-enterprise==3.33.1
# Newer versions need a more recent version of python-dateutil
freezegun==0.3.12

View File

@@ -433,7 +433,7 @@ edx-drf-extensions==8.0.0
# edx-rbac
# edx-when
# edxval
edx-enterprise==3.31.1
edx-enterprise==3.33.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in

View File

@@ -538,7 +538,7 @@ edx-drf-extensions==8.0.0
# edx-rbac
# edx-when
# edxval
edx-enterprise==3.31.1
edx-enterprise==3.33.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt

View File

@@ -519,7 +519,7 @@ edx-drf-extensions==8.0.0
# edx-rbac
# edx-when
# edxval
edx-enterprise==3.31.1
edx-enterprise==3.33.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt