Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
  2. Feb 24, 2021
  3. Feb 23, 2021
    • Binod Pant's avatar
      update edx-enterprise (#26687) · 2d047b94
      Binod Pant authored
    • Michael Roytman's avatar
      Merge pull request #26662 from edx/mroytman/MST-617-bump-version-edx-proctoring-3.6.2 · 91165106
      Michael Roytman authored
      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
    • Diana Huang's avatar
      Merge pull request #26688 from edx/revert-26649-bom-2368 · 87f5faf5
      Diana Huang authored
      Revert "BOM-2368: pyupgrade in LMS Directory"
    • 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
    • Christie Rice's avatar
      Revert "BOM-2368: pyupgrade in LMS Directory (#26649)" · f8446819
      Christie Rice authored
      This reverts commit fc06846c.
      f8446819
    • Michael Terry's avatar
      Merge pull request #26663 from edx/mikix/enable-schedules · 23f34031
      Michael Terry authored
      feat: turn on schedule creation by default
    • Cory Lee's avatar
    • Matthew Carter's avatar
      Merge pull request #20955 from open-craft/samuel/se-1168-ora-summary · 9dc6ab1c
      Matthew Carter authored
      SE-1168 [FAL-92] implement ORA process summary report csv
    • Michael Terry's avatar
      feat: turn on schedule creation by default · 74887aa2
      Michael Terry authored
      This commit removes several waffle toggles that have been enabled
      on edx.org for years. It's time to remove the rollout gating for
      these features and enable them by default.
      
      This doesn't directly change any behavior. But it does create new
      database objects by default now and allows for enabling other
      schedule based features more easily.
      
      Specifically, the following toggles were affected.
      
      schedules.create_schedules_for_course
      - Waffle flag removed as always-enabled
      - We now always create a schedule when an enrollment is created
      
      schedules.send_updates_for_course
      - Waffle flag removed as always-enabled
      - Course update emails are sent as long as the ScheduleConfig
        allows it.
      - This is not a change in default behavior, because ScheduleConfig
        is off by default.
      
      dynamic_pacing.studio_course_update
      - Waffle switch removed as always-enabled
      - Course teams can now always edit course updates directly in Studio
      
      ScheduleConfig.create_schedules
      ScheduleConfig.hold_back_ratio
      - Model fields for rolling out the schedules feature
      - Schedules are now always created
      - This commit only removes references to these fields, they still
        exist in the database. A future commit will remove them entirely
      
      This commit also adds a new has_highlights field to CourseOverview.
      This is used to cache whether a course has highlights, used to
      decide which course update email behavior they get. Previously every
      enrollment had to dig into the modulestore to determine that.
      74887aa2
    • adeelehsan's avatar
      account activation event added · bf8949fc
      adeelehsan authored
      VAN-390
      bf8949fc