- Jun 03, 2020
-
-
Eric Herrera authored
Move sorl-thumbnail dependencie from github.in to base.in since PyPi version is now compatible with DJango 2.2 and python 3.5.
-
- Jun 02, 2020
-
-
Jansen Kantor authored
-
Nathan Sprenkle authored
* Add team assignments to frontend * Limit team assignments to the given teamset * Remove deprecated django render_to_response * Move team assignments panel behind feature flag
-
atesker authored
EDUCATOR 5065 - CR comments 3
-
Jason Myatt authored
Check for none on subsection due date
-
Jason Myatt authored
-
Michael Terry authored
AA-76: Add is_allowed property to DatesSummary
-
Kyle McCormick authored
In a follow-up PR, this entry will be used to validate on the client-side that a block that *is* or *ever was* a proctored/practice/onboarding exam cannot be configured as a different proctored/practice/onboarding exam, as that has led to problematic exam configuration states between edX and proctoring providers. MST-258
-
Carla Duarte authored
AA-120: Course Tools API
-
Michael Terry authored
This takes over some of the logic in the is_enabled property which previously checked two things: (1) is the date time-sensitive and (2) is the date even applicable to this course. Now, is_enabled is only responsible for time-sensitive checks and the new is_allowed property checks applicability. In this way, we can more cleanly separate whether a date block should show up on the dates sidebar (is_enabled and is_allowed) and the dates tab (is_allowed).
-
Dillon Dumesnil authored
AA-158: Fix date ordering for multiple events on the same date
-
Emma Green authored
Merge pull request #24104 from edx/emma-green/REV-1197/add-temporary-management-command-to-get-FBE-info get-FBE-info-from-temp-management-command
-
Dillon Dumesnil authored
This change will prefer putting assignments before other course events (such as end date or verification deadline date) in the case where they share the same date.
-
Emma Green authored
-
David Ormsbee authored
Revert "AA-158: Fix date ordering for multiple events on the same date"
-
- Jun 01, 2020
-
-
Adam Stankiewicz authored
-
David Ormsbee authored
-
Carla Duarte authored
Created an API to be called by the Outline Tab in the Course Home MFE. This API currently only returns Course Tool data. Preemptively using the `course_home_api/outline/v1/...` naming scheme to make way for more Outline Tab data within this API.
-
Kellie Selinka authored
upgrade requirements to new edx-enterprise version
-
Kellie Selinka authored
ENT-2577
-
Dillon Dumesnil authored
AA-158: Fix date ordering for multiple events on the same date
-
Jeff LaJoie authored
Bumps edx-when to 1.2.4
-
Dillon Dumesnil authored
This change will prefer putting assignments before other course events (such as end date or verification deadline date) in the case where they share the same date.
-
Jeff LaJoie authored
-
Robert Raposa authored
* includes ADR for Monitoring by Code Owner * add monitoring middleware to add the following custom metrics: - code_owner: The owning team mapped to the current view. - code_owner_mapping_error: If there are any errors when trying to perform the mapping. - view_func_module: The __module__ of the view_func, which can be used to find missing mappings. * add script to generate `settings.CODE_OWNER_MAPPINGS` from a csv file. ARCHBOM-1244
-
edX cache uploader bot authored
-
Simon Chen authored
* MST-264 Fix the wrong assumption that a course_staff of a course not related to programs should be in course_staff logic
-
Diana Huang authored
Move to bridgekeeper upstream.
-
edX requirements bot authored
-
Ahtisham Shahid authored
-
Ahtisham Shahid authored
-
Nick authored
AA-117 mfe date tab waffle flag
-
ericfab179 authored
Remove pandas requirement. Replace pandas functionality with itertools.group_by.
-
- May 31, 2020
- May 29, 2020
-
-
Ned Batchelder authored
Added 'with' statement to close file before returning
-
Feanil Patel authored
Log what thing we failed to import.
-
Diana Huang authored
-
Feanil Patel authored
Remove github teams that don't map to anything useful right now.
-
Feanil Patel authored
This should help more quickly narrow down where things are failing on an import.
-
Nicholas D'Alfonso authored
- create master course home waffle flag - create course waffle flag for accessing the mfe dates tab
-