Skip to content
Snippets Groups Projects
  1. Aug 24, 2021
    • Ned Batchelder's avatar
      test: suppress noise · f7c69ba6
      Ned Batchelder authored
      The test suite was generating error log messages when tests would cause
      error conditions.  This cluttered the output needlessly, because it
      looked like test failures, but were actually tests succeeding.  Now all
      log messages are suppresed during the test suite.
      
      In addition, the XBlock runtime generates a warning about needing
      IdGenerator in the future.  I'm suppressing this warning also.
      
      Now the test suite just outputs 397 nice dots.
      f7c69ba6
  2. Aug 10, 2021
  3. Aug 06, 2021
  4. Aug 03, 2021
  5. Jul 12, 2021
  6. Jul 09, 2021
  7. Jul 08, 2021
  8. 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
  9. Jun 30, 2021
  10. Jun 25, 2021
  11. Jun 21, 2021
  12. Jun 18, 2021
  13. Jun 15, 2021
  14. Jun 14, 2021
  15. Jun 11, 2021
  16. Jun 09, 2021
  17. Jun 05, 2021
  18. Jun 03, 2021
  19. 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.
      ce9d7043
Loading