Skip to content
Snippets Groups Projects
  1. Jun 03, 2021
  2. May 27, 2021
    • Sarina Canelake's avatar
      build: remove OpsGenie alert for Python upgrade failures · ce9d7043
      Sarina Canelake authored
      The Community Engineering team has agreed that we would only like to get tagged on Python upgrade notifications, not paged in Ops Genie. This PR removes OG notification and also removes the team-reviewers as that was not working; we are moving to being tagged in the CODEOWNERS file.
      Unverified
      ce9d7043
  3. May 26, 2021
    • stvn's avatar
      merge: stvn/own/code · 3876abb9
      stvn authored
      3876abb9
    • stvn's avatar
      build: add CODEOWNERS; edx/community-engineering · 4276e4d0
      stvn authored
      Background
      ==========
      As part of our Squad-based ownership, we should stay on top of what
      happens in these repositories. However, due to the number of
      repositories (and subsequently pull requests) across the edX ecosystem,
      it is challenging to stay on top of notifications, separating the
      'signal' from the 'noise'. Email filters can go a long way to taming
      Inbox notifications, but this is manual and requires maintenance as
      Squad ownership changes. It also fails to account for Github-specific behavior.
      
      Proposal
      ========
      By leveraging Github support for `CODEOWNERS` files [1],
      we can ensure that our team is at least CCed explicitly, here,
      in the form a requested review. This request is just that, a request,
      not a requirement; we are not enacting any new merge requirements
      at this time.
      
      - [1] https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
      4276e4d0
  4. May 25, 2021
  5. May 24, 2021
  6. May 11, 2021
  7. May 04, 2021
  8. Apr 28, 2021
  9. Apr 21, 2021
  10. Apr 13, 2021
  11. 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
  12. Apr 09, 2021
  13. Mar 22, 2021
  14. Mar 19, 2021
  15. Mar 18, 2021
  16. Mar 09, 2021
  17. Mar 03, 2021
  18. Feb 25, 2021
  19. 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
  20. Feb 23, 2021
  21. Feb 16, 2021
Loading