Skip to content
Snippets Groups Projects
  1. Apr 21, 2021
  2. Apr 13, 2021
  3. Apr 12, 2021
    • stvn's avatar
      Merge PR #154 fix/lms-import · eba93a86
      stvn authored
      * Commits:
        chore: Bump version to 2.7.3
        fix: Try importing LMS helper from new path
      eba93a86
    • stvn's avatar
      chore: Bump version to 2.7.3 · f1d988a7
      stvn authored
      Note: It looks like the version had been previously bumped to 2.7.2,
      though the corresponding dependency has not yet been upgraded in
      `edx-platform`.
      f1d988a7
  4. Apr 09, 2021
  5. Mar 22, 2021
  6. Mar 19, 2021
  7. Mar 18, 2021
  8. Mar 09, 2021
  9. Mar 03, 2021
  10. Feb 25, 2021
  11. Feb 24, 2021
    • stvn's avatar
      Merge PR #144 bd03/fix-migration · 1552134f
      stvn authored
      * Commits:
        fix: Manually backfill config_id UUIDs again
      1552134f
    • stvn's avatar
      fix: Manually backfill config_id UUIDs again · 42a9e342
      stvn authored
      The previous backfills handled NULL entries;
      this handles empty strings.
      
      The difficulty here was that since the empty string in an invalid UUID
      (as opposed to None/NULL which is just "blank"), attempts to instantiate
      models would fail, given the invalid data. This meant we couldn't use
      the Django ORM to handle the migration entirely; we need to craft some
      raw SQL to work-around these checks and limitations.
      42a9e342
  12. Feb 23, 2021
  13. Feb 16, 2021
  14. Feb 15, 2021
  15. Feb 08, 2021
  16. 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
  17. Jan 29, 2021
  18. Jan 25, 2021
  19. Jan 21, 2021
  20. Jan 20, 2021
    • stvn's avatar
      Merge PR #136 open-craft/kshitij/fix-migrations · 7f3b1503
      stvn authored
      * Commits:
        Fix migration `config_id` conflict.
      7f3b1503
    • 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
  21. Jan 19, 2021
Loading