Skip to content
Snippets Groups Projects
  1. Sep 09, 2021
  2. Sep 02, 2021
  3. Sep 01, 2021
  4. Aug 31, 2021
  5. Aug 30, 2021
  6. Aug 27, 2021
  7. Aug 26, 2021
  8. Aug 25, 2021
    • oliviaruizknott's avatar
      refactor: send cert changed signal on_commit · eb2d6062
      oliviaruizknott authored
      Because we have ATOMIC_REQUESTS turned on, the COURSE_CERT_CHANGED
      signal was being sent *before* the date override was committed to the
      database. This means that the date override data sent to credentials on
      CertificateDateOverride save() was always one commit behind.
      
      Django provides an on_commit() function to allow us to perform actions
      only after a transaction is completed successfully. I believe this
      is when we want this signal to be sent.
      
      This is an alternative to 1) disabling atomic transactions for a view
      (honestly, I’m not sure which view we would target anyway), or 2)
      passing more data down through the signal.
      
      Toward MICROBA-1423
      eb2d6062
    • Tim McCormack's avatar
      feat: Activate Studio SSO for devstack (#28534) · 90b48d68
      Tim McCormack authored
      This also requires using different session cookie names in devstack for
      LMS and Studio so that we can properly use the OAuth flow locally, rather
      than just sharing a session cookie on the localhost domain. (Note that
      ports are not used for cookie segmentation in browsers.)
      
      This depends on the following provisioning PR:
      https://github.com/edx/devstack/pull/825
      90b48d68
    • Phillip Shiu's avatar
      fix: add accent to e in resumé in html files · 9dc20e14
      Phillip Shiu authored
      Fixes: REV-2214
      9dc20e14
  9. Aug 24, 2021
  10. Aug 23, 2021
  11. Aug 20, 2021
  12. Aug 19, 2021
  13. Aug 18, 2021
  14. Aug 17, 2021
    • Bianca Severino's avatar
      fix: update proctored exam settings URL · 1255bd85
      Bianca Severino authored
      The proctored exam settings link now directs to a new modal view, rather
      than the old exam settings page.
      1255bd85
    • Andy Shultz's avatar
      feat: update name affirmation to 0.6.1 · fa89221d
      Andy Shultz authored
      Certificate tests required an update to switch from boolean verified
      flag to status. This feature is not deployed yet so only test uses
      needed attention.
      
      MST-969 and friends
      fa89221d
    • oliviaruizknott's avatar
      feat: Send date override to credentials · e9902965
      oliviaruizknott authored
      When sending a GeneratedCertificate to Credentials, send the associated
      CertificateDateOverride (if there is one), or else None. This
      will be triggered after any save of a GeneratedCertificate, and after
      any save or deletion of a single CertificateDateOverride.
      
      Credentials will eventually store its own copy of this date override, or
      edit or remove exiting date overrides.
      e9902965
    • mohtamba's avatar
      Remove waffle flag for bulk allowance · 25dfb9d4
      mohtamba authored
      Remove the waffle flag for bulk allowance, so by default the bulk allowance feature is enabled and is the only option.
      25dfb9d4
Loading