Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Mar 11, 2021
  3. Mar 10, 2021
  4. Mar 09, 2021
  5. Mar 08, 2021
  6. Mar 06, 2021
  7. Mar 05, 2021
  8. Mar 04, 2021
  9. Mar 03, 2021
  10. Mar 02, 2021
  11. Mar 01, 2021
  12. Feb 26, 2021
  13. Feb 25, 2021
  14. Feb 24, 2021
  15. Feb 23, 2021
    • Binod Pant's avatar
      update edx-enterprise (#26687) · 2d047b94
      Binod Pant authored
    • Michael Roytman's avatar
      feat: bump version of edx-proctoring library to 3.6.2: change... · 7d697cfd
      Michael Roytman authored
      feat: bump version of edx-proctoring library to 3.6.2: change "proctoring_started" to "onboarding_started" in Student Onboarding Status panel, make time_remaining_seconds model field read only, and fix message bug on the Django admin panel for ProctoredExamStudentAttempt model
      
      This release changes learner onboarding status from "proctoring_started" to "onboarding_started" to more clearly describe the learner's onboarding status in the Instructor Dashboard Student Onboarding Status panel. This impacts course authors, developers, and operators.
      
      This release adds the time_remaining_seconds field of ProctoredExamStudentAttempt model to readonly_fields in Django admin page so it is not required when editing the model. This impacts developers.
      
      This release updates reference to Exception.message to use string representation of the exception, as message is no longer an attribute of the Exception class. This impacts developers.
      7d697cfd
    • Usama Sadiq's avatar
      Remove edx-proctoring constraint (#26680) · 638ef48e
      Usama Sadiq authored
      * Remove edx-proctoring constraint
      
      * Ran make upgrade