Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
dd16bf76
Commit
dd16bf76
authored
Oct 05, 2017
by
Bill Filler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump edx-enterprise version to 0.51.0
parent
747611ea
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
cms/envs/common.py
+2
-1
lms/envs/aws.py
+1
-1
lms/envs/common.py
+2
-1
requirements/edx/base.txt
+1
-1
No files found.
cms/envs/common.py
View file @
dd16bf76
...
...
@@ -362,6 +362,7 @@ AUTHENTICATION_BACKENDS = (
LMS_BASE
=
None
LMS_ROOT_URL
=
"http://localhost:8000"
LMS_ENROLLMENT_API_PATH
=
"/api/enrollment/v1/"
ENTERPRISE_API_URL
=
LMS_ROOT_URL
+
'/enterprise/api/v1/'
ENTERPRISE_CONSENT_API_URL
=
LMS_ROOT_URL
+
'/consent/api/v1/'
...
...
@@ -1391,7 +1392,7 @@ USER_TASKS_MAX_AGE = timedelta(days=7)
############## Settings for the Enterprise App ######################
ENTERPRISE_ENROLLMENT_API_URL
=
LMS_ROOT_URL
+
"/api/enrollment/v1/"
ENTERPRISE_ENROLLMENT_API_URL
=
LMS_ROOT_URL
+
LMS_ENROLLMENT_API_PATH
ENTERPRISE_SERVICE_WORKER_USERNAME
=
'enterprise_worker'
ENTERPRISE_API_CACHE_TIMEOUT
=
3600
# Value is in seconds
...
...
lms/envs/aws.py
View file @
dd16bf76
...
...
@@ -939,7 +939,7 @@ HELP_TOKENS_BOOKS = ENV_TOKENS.get('HELP_TOKENS_BOOKS', HELP_TOKENS_BOOKS)
# Publicly-accessible enrollment URL, for use on the client side.
ENTERPRISE_PUBLIC_ENROLLMENT_API_URL
=
ENV_TOKENS
.
get
(
'ENTERPRISE_PUBLIC_ENROLLMENT_API_URL'
,
(
LMS_ROOT_URL
or
''
)
+
'/api/enrollment/v1/'
(
LMS_ROOT_URL
or
''
)
+
LMS_ENROLLMENT_API_PATH
)
# Enrollment URL used on the server-side.
...
...
lms/envs/common.py
View file @
dd16bf76
...
...
@@ -60,6 +60,7 @@ DISCUSSION_SETTINGS = {
}
LMS_ROOT_URL
=
"http://localhost:8000"
LMS_ENROLLMENT_API_PATH
=
"/api/enrollment/v1/"
# Features
FEATURES
=
{
...
...
@@ -3248,7 +3249,7 @@ HELP_TOKENS_BOOKS = {
# These configuration settings are specific to the Enterprise service and you should
# not find references to them within the edx-platform project.
ENTERPRISE_ENROLLMENT_API_URL
=
LMS_ROOT_URL
+
"/api/enrollment/v1/"
ENTERPRISE_ENROLLMENT_API_URL
=
LMS_ROOT_URL
+
LMS_ENROLLMENT_API_PATH
ENTERPRISE_PUBLIC_ENROLLMENT_API_URL
=
ENTERPRISE_ENROLLMENT_API_URL
ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES
=
[
'audit'
,
'honor'
]
ENTERPRISE_SUPPORT_URL
=
''
...
...
requirements/edx/base.txt
View file @
dd16bf76
...
...
@@ -47,7 +47,7 @@ edx-lint==0.4.3
astroid==1.3.8
edx-django-oauth2-provider==1.2.5
edx-django-sites-extensions==2.3.0
edx-enterprise==0.5
0.1
edx-enterprise==0.5
1.0
edx-oauth2-provider==1.2.2
edx-opaque-keys==0.4.0
edx-organizations==0.4.6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment