Skip to content
Snippets Groups Projects
  1. May 09, 2022
  2. Mar 31, 2022
  3. Mar 18, 2022
  4. Mar 03, 2022
  5. Feb 09, 2022
  6. Feb 01, 2022
  7. Jan 20, 2022
  8. Jan 18, 2022
  9. Nov 22, 2021
  10. Nov 17, 2021
  11. Nov 12, 2021
  12. Oct 06, 2021
  13. Jul 09, 2021
  14. Jul 01, 2021
    • Kshitij Sobti's avatar
      refactor: Rename CourseEditLTIFieldsEnabledFlag to... · 6fb86793
      Kshitij Sobti authored
      refactor: Rename CourseEditLTIFieldsEnabledFlag to CourseAllowPIISharingInLTIFlag and use it for LTI1.3
      This commit renames the CourseEditLTIFieldsEnabledFlag to CourseAllowPIISharingInLTIFlag since the aim is to expand its scope to all LTI-related PII sharing. It also removes the current LTI1.3 waffle flag for PII sharing.
      6fb86793
  15. Jun 14, 2021
  16. Jun 09, 2021
  17. Jun 03, 2021
  18. Apr 28, 2021
  19. Mar 18, 2021
  20. Feb 23, 2021
  21. Feb 16, 2021
  22. Feb 04, 2021
    • stvn's avatar
      fix: Migrate the UUID backfill again · 8b17e4a6
      stvn authored
      To correct the, in our case, single database entry that snuck in without
      a UUID during the schema change.
      
      Steps:
      - Make the field editable
      - Add `config_id` to all models missing it
      - Make the field noneditable again
      8b17e4a6
  23. Jan 29, 2021
  24. Jan 20, 2021
    • Kshitij Sobti's avatar
      Fix migration `config_id` conflict. · 59b7c431
      Kshitij Sobti authored
      A previous PR (#130) added a new unique field with a default value to the
      LtiConfiguration model. Such cases need special handling in migraiton, however
      the previous PR did not include that. This commit fixes the migration to include
      the special handling for new unique fields.
      59b7c431
  25. Jan 19, 2021
  26. Dec 02, 2020
  27. Dec 01, 2020
  28. Nov 20, 2020
  29. Oct 13, 2020
  30. Sep 02, 2020
Loading