- Jun 30, 2020
-
-
Tim McCormack authored
- Reference correct version of Django docs - Updates to LMS envs diagram: - Rename aws.py reference in image (now production.py) - Remove deprecated and deleted environments - Update note on `devstack_docker.py` to explain history
-
- Apr 10, 2020
-
-
danialmalik authored
-
- Mar 30, 2020
-
-
Danial Malik authored
Background: I use private.py a lot in my devstack for my private configurations. But issues are raised when I need to change/override a setting that is defined in devstack_docker.py file. Since that file's contents are loaded after private.py, my private.py is useless against the settings in devstack_docker.py. Description: Now that the devstack is dockerized, I think it makes more sense to import the private.py in the devstack_docker.py files i.e. at the end of configuration files hierarchy.
-
- Mar 04, 2020
-
-
Manjinder Singh authored
* Removing all settings that have OIDC in name * Removing ENABLE_DOP_ADAPTER * changes JWT_ISSUER value in devstack
-
- Dec 12, 2019
-
-
Matt Tuchfarber authored
The mako engine isn't able to find themed templates in devstack because the path it checks is set before we enable comprehensive theming. This Adds a settings section to comment out if you want to enable theming in devstack.
-
- Dec 05, 2019
-
-
David Ormsbee authored
Add an LMS feature flag to enable courseware search for course staff only. TNL-6931
-
- Oct 29, 2019
-
-
Nimisha Asthagiri authored
-
- Aug 09, 2019
-
-
Alex Dusenbery authored
Don't jam LOGIN_REDIRECT_WHITELIST into devstack_docker settings, we already define it in devstack (and we read private.py from devstack).
-
- Jul 11, 2019
-
-
Waheed Ahmed authored
Created a data migration to add system wide student support role, also registered SystemWideRoleAssignment into Django admin. PROD-433
-
- May 09, 2019
-
-
Christopher Pappas authored
ENT-1887 | Adding logic for new business marketing footer url construction, while maintaining backwards compatibility Fixing quality test Testsing out a default value for the sake of jenkins tests. will revert Fix footer test from being flaky Moving an import statement ran isort. adding a test. fixing 1 quality issue Quality cleanups Attempting more quality fixes adding back in config variable name for default value Adding ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS to common settings Changing marketing_url logic to only concatenate enterprise url to root if the enterprise url is relative (starts with a /) quality fixes
-
- Apr 08, 2019
-
-
muhammad-ammar authored
-
- Dec 23, 2018
-
-
Nimisha Asthagiri authored
ARCH-329
-
- Dec 18, 2018
-
-
Nimisha Asthagiri authored
-
- Nov 29, 2018
-
-
Alex Dusenbery authored
-
- Oct 29, 2018
-
-
Diana Huang authored
-
- Jul 30, 2018
-
-
Nimisha Asthagiri authored
-
- Jun 28, 2018
-
-
Douglas Hall authored
-
- Mar 27, 2018
-
-
Hamza Munir authored
Removed the duplicate footer ICP LICENSE. LEARNER-4766
-
- Feb 16, 2018
-
-
Hamza Munir authored
Fixes for new design as per instruction in this ticket. LEARNER-3131
-
- Nov 23, 2017
-
-
Matjaz Gregoric authored
The LMS and edx-enterprise currently communicate via REST APIs, even though they are all running within the same service. Currently API URLs are constructed using LMS_ROOT_URL, but that is problematic on some systems where the external LMS_ROOT_URL is not accessible from the private network, or routing internal requests via the external URL is not desireable. This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which defaults to the value of LMS_ROOT_URL for backwards compatibility. The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct API URLs instead of LMS_ROOT_URL.
-
- Oct 30, 2017
-
-
Hamza Munir authored
This is a work in progress finished the 320px - 539px mobile screen design. LEARNER-2311
-
- Oct 19, 2017
-
-
Jillian Vogel authored
Moves ENABLE_ENTERPRISE_INTEGRATION to settings.FEATURES, and changes the default value to False.
-
- Aug 15, 2017
-
-
Brian Beggs authored
-
- Aug 04, 2017
-
-
Brian Beggs authored
-
- Jul 26, 2017
-
-
Jeremy Bowman authored
-
- Jul 12, 2017
-
-
Vedran Karacic authored
LEARNER-1115
-
- Jul 07, 2017
-
-
Brian Beggs authored
-
- Jun 15, 2017
-
-
Clinton Blackburn authored
This feature is not always needed and is not properly provisioned for devstacks.
-
- May 25, 2017
-
-
Clinton Blackburn authored
Pulling URLs from settings allows us to rely on site configuration overrides in order to support multi-tenancy. LEARNER-1103
-
- May 24, 2017
-
-
Anthony Mangano authored
-
- May 21, 2017
-
-
Clinton Blackburn authored
This service is not currently available in Docker devstack.
-
- Apr 27, 2017
-
-
Calen Pennington authored
This reverts commit 65f13dde.
-
- Apr 26, 2017
-
-
Calen Pennington authored
This reverts commit 88dd85ca, reversing changes made to bf8aef33.
-
- Apr 24, 2017
-
-
Calen Pennington authored
This modifies the lang-pref django app to: a) Use the current value of the 'edx-language-preference' cookie to set the users Accept-Language header on an incoming request. b) At the end of the request, update the 'edx-language-preference' cookie to reflect the users current Language Preference choice, if any. [LEARNER-542]
-
- Apr 20, 2017
-
-
Clinton Blackburn authored
-
- Apr 10, 2017
-
-
Clinton Blackburn authored
- Fixed LMS_ROOT_URL - Fixed Enterprise API URL
-
- Apr 06, 2017
-
-
Clinton Blackburn authored
These changes help simplify integrating with edx.org's separate marketing site. ECOM-6627
-
- Mar 08, 2017
-
-
Clinton Blackburn authored
This feature is not well-documented, so it is unclear how to setup Elasticsearch properly to make it work. The next person who needs to work on this feature will need to make it work and, ideally, document it.
-
- Feb 24, 2017
-
-
Brandon DeRosier authored
-
- Feb 23, 2017
-
-
Clinton Blackburn authored
ECOM-7099
-