Skip to content
Snippets Groups Projects
  1. Feb 03, 2021
  2. Nov 10, 2020
    • Kyle McCormick's avatar
      Use full names for common.djangoapps imports; warn when using old style (#25477) · 151bd136
      Kyle McCormick authored
      * Generate common/djangoapps import shims for LMS
      * Generate common/djangoapps import shims for Studio
      * Stop appending project root to sys.path
      * Stop appending common/djangoapps to sys.path
      * Import from common.djangoapps.course_action_state instead of course_action_state
      * Import from common.djangoapps.course_modes instead of course_modes
      * Import from common.djangoapps.database_fixups instead of database_fixups
      * Import from common.djangoapps.edxmako instead of edxmako
      * Import from common.djangoapps.entitlements instead of entitlements
      * Import from common.djangoapps.pipline_mako instead of pipeline_mako
      * Import from common.djangoapps.static_replace instead of static_replace
      * Import from common.djangoapps.student instead of student
      * Import from common.djangoapps.terrain instead of terrain
      * Import from common.djangoapps.third_party_auth instead of third_party_auth
      * Import from common.djangoapps.track instead of track
      * Import from common.djangoapps.util instead of util
      * Import from common.djangoapps.xblock_django instead of xblock_django
      * Add empty common/djangoapps/__init__.py to fix pytest collection
      * Fix pylint formatting violations
      * Exclude import_shims/ directory tree from linting
  3. Jun 30, 2020
  4. Jun 26, 2020
    • Nathan Sprenkle's avatar
      Fix team size validation issue (#24290) · 835ccafa
      Nathan Sprenkle authored
      * Edit team manage to check sizes at end of import
      
      * Fix size validation to take new teams into account
      
      * Remove redundant max size check
      
      * Consolidate team membership counters
      
      * Remove unused user_ids_by_teamset_id set
      
      * Fix team removal to only occur after validation
      
      * Update team full error message
      
      * Prefetch users when looking up team counts
  5. Jun 22, 2020
  6. Jun 18, 2020
  7. Jun 10, 2020
  8. Jun 02, 2020
  9. May 13, 2020
  10. May 07, 2020
  11. Mar 11, 2020
  12. Mar 05, 2020
  13. Feb 21, 2020
  14. Feb 20, 2020
  15. Feb 14, 2020
  16. Feb 13, 2020
  17. Feb 06, 2020
  18. Feb 04, 2020
    • atesker's avatar
      initial layout · 5a2d98b1
      atesker authored
      interim commit
      
      clean up
      
      Initial unit tests and pylint
      
      pylint cleanup
      
      Unit tests extended and passing. Pylint
      
      WIP - fix Unit tests extended and passing. Pylint
      
      Updated logic to validate before commit.
      
      CR pass1
      
      CR pass1, pep8
      
      pep8 2
      
      interim cr
      
      interim cr2
      
      refactor to using DictReader
      
      removed uneeded mixin
      
      pr comments
      
      encoding fix and return value
      
      Cache teams/membershipos
      
      ncr
      
      cr aed
  19. Dec 02, 2019
    • Kyle McCormick's avatar
      Create UI for CSV team management (#22310) · dcf5d70b
      Kyle McCormick authored
      Adds "Manage" sub-tab to course "Teams" tab
      with UI for downloading and uploading team
      membership CSVs. The upload and download function-
      ality are currently not implemented.
      
      The new tab only appears when the user is course staff
      and the course has at least one instructor-managed
      team-set, which is not the case for any existing
      courses, so not current course staff will see this
      change.
      
      This ticket will be followed-up upon in MST-44 and
      MST-49.
      
      MST-41
Loading