- Sep 16, 2020
-
-
Régis Behmo authored
-
Régis Behmo authored
-
Régis Behmo authored
-
Régis Behmo authored
-
Régis Behmo authored
-
Régis Behmo authored
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
- Sep 15, 2020
-
-
Alexander J Sheehan authored
bumping enterprise to 3.8.7
-
Matthew Carter authored
Upgrade django-wiki to 0.1.1
-
Alexander Sheehan authored
-
Matt Hughes authored
following forward to work done in PROD-1230
-
Alex Dusenbery authored
-
Thomas Tracy authored
* Fix demographics wizard bug - pages not showing. This bug was caused by uglifyjs in 2 ways: - uglify strips out type information. This was mitigated by using the React.Children tools to prevent the type information from being striped out. - uglify mangles names of components. We were searching for components by a string of the name. This was solved by using the name property directly off of the component, as opposed to a string. * Clean up the children function
-
Awais Qureshi authored
Merge pull request #24982 from edx/testeng/bokchoy_auto_cache_update_a39dfa49997f3d32b0ce74db1ce2246fe3854071 Bokchoy Testing DB Cache update
-
stvn authored
* Commits: Styling Update to Existing Course Content Search Page
-
Jeff Chaves authored
-
Feanil Patel authored
[BD-21] Simplify hack to obtain waffle module names
-
edX cache uploader bot authored
-
Jeff Chaves authored
-
Usman Khalid authored
-
edX cache uploader bot authored
-
Muhammad Ammar authored
upgrade edx-enterprise
-
Shimul Chowdhury authored
-
edX requirements bot authored
-
- Sep 14, 2020
-
-
muhammad-ammar authored
ENT-3328
-
Mike OConnell authored
* Add remote IP to logging config Add a new filter to get the remote IP for the current request and include it in log statements SEG-34 * Added line for formatting Added line for formatting SEG-34
-
Thomas Tracy authored
* A modal used to collect demographics information Add checkmark to final page (#24957) Remove themeing to get ready for staging MICROBA-574 | Dismiss CTA after learner finishes answering modal questions (#24965) [MICROBA-574] - Dismiss CTA after learner finishes answering demographics questions - Cleanup comments * Various initial bugfixes - fixes 2 issues with the multiselect dropdown erasing state - prevents input higher than 255 characters in the self describe - fixes 400 errors when the user selects a default option - Removes additional page count section - Re-adding deleted JS file. Can't clean this up until after we cutover to using the new Demographics modal * Add translatable string to clear button * Remove extra page counter from the header for the third time * Remove unneeded template context Co-authored-by:
Matt Tuchfarber <mtuchfarber@edx.org> Co-authored-by:
Justin Hynes <jhynes@edx.org>
-
Usama Sadiq authored
Python Requirements Update
-
Régis Behmo authored
Instead of going up the stacktrace to find the module names of waffle flags and switches, we manually pass the module __name__ whenever the flag is created. This is similar to `logging.getLogger(__name__)` standard behaviour. As the waffle classes are used outside of edx-platform, we make the new module_name argument an optional keyword argument. This will change once we pull waffle_utils outside of edx-platform. Note that the module name is normally only required to view the list of existing waffle flags and switches. The module name should not be necessary to verify if a flag is enabled. Thus, maybe it would make sense to create a `add` class methor similar to: class WaffleFlag: @classmethod def add(cls, namespace, flag, module): instance = cls(namespace, flag) cls._class_instances.add((instance, module))
-
edX requirements bot authored
-
- Sep 13, 2020
-
-
edX Transifex Bot authored
-
- Sep 11, 2020
-
-
Jeff Chaves authored
-
Binod Pant authored
-
Syed Muhammad Dawoud Sheraz Ali authored
[BB-2967] Remove report path from task output data
-
Troy Sankey authored
Changes that enable the modernization of Analytics Exporter
-
Michael Terry authored
Fix documentation for ENABLE_LEARNER_RECORDS
-
Kshitij Sobti authored
Use alternative method for getting report download link
-
Florian Haas authored
Commit 3222d3fd (LEARNER-5987) introduced the ENABLE_LEARNER_RECORDS site configuration flag, but incorrectly referred to it as ENABLE_CREDENTIALS_RECORDS in the documentation for the credentials service. Fix the reference with the correct flag name.
-
Usama Sadiq authored
Merge pull request #24961 from edx/testeng/bokchoy_auto_cache_update_58e6d08fc9e1f674bc451dad626a3449b2049dd4 Bokchoy Testing DB Cache update
-