Skip to content
Snippets Groups Projects
  1. Aug 06, 2020
  2. Jul 24, 2020
  3. Jul 17, 2020
  4. Jul 16, 2020
  5. Jul 15, 2020
  6. Jul 14, 2020
  7. Jul 13, 2020
  8. Jul 08, 2020
  9. Jun 30, 2020
  10. Jun 29, 2020
  11. Jun 15, 2020
  12. Jun 10, 2020
  13. Jun 04, 2020
  14. Jun 02, 2020
    • David Ormsbee's avatar
      Create learning_sequences app, Course Outline API. · 5d1b2498
      David Ormsbee authored
      Introduces the learning_sequences app, intended to provide metadata for
      sequences and course outlines. The short term goal is to provide faster
      source of this information for the new Courseware microfrontend
      (frontend-app-learning). The medium term goal is to provide an in-proc
      API that is useful to other parts of the platform that need fast access
      to course outline information customized for a user. The long term
      goals are outlined in the README.rst.
      
      This first iteration of the API only lays out the basic structure for
      how we'd arrange the pieces, with enough of an implementation to feel
      "real" (simple schedules, staff_only content hiding). It's not ready to
      be turned on, and is not currently plugged into the publish-flow. The
      only way to get data into this new API is via the update_course_outline
      management command. The REST endpoint is also currently limited to
      global staff only, though it's possible to get the outline for a student
      by using the ?username= query parameter.
      
      TNL-7122
      5d1b2498
  15. Jun 01, 2020
    • Robert Raposa's avatar
      ARCHBOM-1244: Add code_owner custom metric (#24084) · 59e0f6ef
      Robert Raposa authored
      * includes ADR for Monitoring by Code Owner
      * add monitoring middleware to add the following custom metrics:
      - code_owner: The owning team mapped to the current view.
      - code_owner_mapping_error: If there are any errors when trying to
              perform the mapping.
      - view_func_module: The __module__ of the view_func, which can
              be used to find missing mappings.
      * add script to generate `settings.CODE_OWNER_MAPPINGS` from
           a csv file.
      
      ARCHBOM-1244
  16. May 29, 2020
  17. May 15, 2020
  18. May 12, 2020
    • Olivia Ruiz-Knott's avatar
      MICROBA-311 Add US State field to UserProfile · f72a6556
      Olivia Ruiz-Knott authored
      Add list of states and field to UserProfile model; add migration; add
      state field to relevant serializers and to
      ACCOUNT_VISIBILITY_CONFIGURATION. Removes state data if country is
      changed to something other than United States.
      f72a6556
  19. May 01, 2020
  20. Apr 30, 2020
    • Régis Behmo's avatar
      Quiet deprecation warnings from imp module · cfe311be
      Régis Behmo authored
      The "imp" module is deprecated and should be replaced by "importlib". As
      a consequence, loading the django settings used to raise deprecation
      warnings:
      
          DeprecationWarning: the imp module is deprecated in favour of
          importlib; see the module's documentation for alternative uses
      
      It should be noted that python 3.5.1 ships with an older release of
      distutils which still relies on the imp module. Thus, users of python
      3.5.1 (for instance: edx.org developers) will continue to see the
      deprecation warning for some time, despite this patch. We suggest
      upgrading to python 3.5.9.
      
      This addresses part of CRI-196.
      cfe311be
  21. Apr 28, 2020
    • Ahtisham Shahid's avatar
      Disabled copy/paste in confirm email · 8af94ec7
      Ahtisham Shahid authored
      Created sorting for email field
      
      updated tests
      
      Fixed sorting issue in registration form
      
      Fixed sorting issue in registration form
      
      Fixed sorting issue in registration form
      
      Added missing items in env and updated order logic
      
      Added missing items in env and updated order logic
      8af94ec7
  22. Apr 15, 2020
  23. Apr 13, 2020
  24. Apr 08, 2020
  25. Apr 07, 2020
  26. Apr 06, 2020
    • Awais Jibran's avatar
      Adds retry logic for ss. · 4ead2156
      Awais Jibran authored
      1. Created a new celery queue with key `SOFTWARE_SECURE_VERIFICATION_ROUTING_KEY`.
      2. Added a celery task with retry logic.
      3. sorted imports with isort.
      4. Changed deprecated `log.warn` => `log.warning`.
      4ead2156
  27. Mar 25, 2020
  28. Mar 24, 2020
  29. Mar 11, 2020
  30. Mar 10, 2020
    • Ayub-khan's avatar
      BOM-1045 · 3c1140dc
      Ayub-khan authored
      -Upgrade edx-drf-extensions
      -settings-update
      3c1140dc
Loading