Skip to content
Snippets Groups Projects
  1. Mar 18, 2022
  2. Mar 03, 2022
  3. Feb 09, 2022
  4. Feb 01, 2022
  5. Jan 20, 2022
  6. Jan 18, 2022
  7. Nov 22, 2021
  8. Nov 17, 2021
  9. Nov 12, 2021
  10. Oct 06, 2021
  11. Jul 09, 2021
  12. 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
  13. Jun 14, 2021
  14. Jun 09, 2021
  15. Jun 03, 2021
  16. Apr 28, 2021
  17. Mar 18, 2021
  18. Feb 23, 2021
  19. Feb 16, 2021
  20. 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
  21. Jan 29, 2021
  22. 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
  23. Jan 19, 2021
  24. Dec 02, 2020
  25. Dec 01, 2020
  26. Nov 20, 2020
  27. Oct 13, 2020
  28. Sep 02, 2020
  29. Jul 15, 2020
  30. Jun 25, 2020
  31. Jun 04, 2020
Loading