Skip to content
Snippets Groups Projects
  1. Aug 31, 2021
  2. Aug 30, 2021
  3. Aug 29, 2021
  4. Aug 27, 2021
  5. Aug 26, 2021
  6. 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
    • edX Transifex Bot's avatar
    • 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
Loading