- Sep 14, 2020
-
-
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
-
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
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
Troy Sankey authored
These new settings files are intended to be used by the Analytics Exporter automation managed by the DE team. The Analytics Exporter must be able to simply clone edx-platform, install requirements, fetch remote-config, then just run management commands without needing to run any ansible or pull down any docker/AMI images. Since the theming app includes a check that fails if the themes base dir cannot be found, and that check runs on app startup, we must disable the app. DENG-379
-
Troy Sankey authored
This must have been broken ever since we upgraded from Python 2 to 3. DENG-379
-
Troy Sankey authored
This function to search for themes dirs needs to be able to recover gracefully if the base dirs do not exist. This is NOT the app check, it's just a themes collector---the app check will *properly* report an error if the base dir does not exist. DENG-379
-
- Sep 10, 2020
-
-
edX cache uploader bot authored
-
Adam Stankiewicz authored
-
Dillon Dumesnil authored
AA-322: Adding priority to Dates Tab order
-
Dillon Dumesnil authored
This also starts taking priority into account for all tabs, and not just dynamic tabs via the CourseTabPluginManager (see comments in the code for more detail)
-
Alexander J Sheehan authored
Alex sheehan edx/bumping enterprise 3.7.8
-
Jansen Kantor authored
* reproduce * Prevent 404 for empty non-private teamset * add another teamset to teams view tests * don't return 404 for staff querying empty private teamset
-
Matt Tuchfarber authored
Remove deprecated paid_modes param in programs
-
Matt Tuchfarber authored
paid_modes was replaced with paid_modes_only. Now that methods using this function are changed, we can remove the param.
-
Feanil Patel authored
[BD-18] Optimize paver settings call
-
Saad Yousaf authored
[PROD-1991] - Add mgmt command to update entitlement mode.
-
Usama Sadiq authored
Python Requirements Update
-
Uzair Rasheed authored
Modify the api response
-
uzairr authored
Update the api response so that it cannot contain the response in the form of HTML which may prove vulnerable for MFE in future. VAN-14
-
edX requirements bot authored
-
- Sep 09, 2020
-
-
Matt Tuchfarber authored
Fix variable reuse bug in program enrollment check
-
dependabot[bot] authored
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Matt Tuchfarber authored
Reuse of the variable paid_modes was causing the code to follow an incorrect path. Changed the filtering version of the variable to paid_modes_only. Had to keep both variables temporarily until I can fix plugin code that uses this API.
-
Alexander Sheehan authored
-
Alexander Sheehan authored
-
Awais Qureshi authored
Python Requirements Update
-
edX requirements bot authored
-
- Sep 08, 2020
-
-
Jansen Kantor authored
EDUCATOR-5240: LMS Returns 500 when requesting grade override history for a Subsection a Course Staff does not have access to (#24849) * recreate issue * add success and error_message * catch case where target block has been hidden
-