Skip to content
Snippets Groups Projects
  1. Jul 25, 2019
  2. Jul 24, 2019
  3. Jul 23, 2019
  4. Jul 19, 2019
  5. Jul 17, 2019
    • David Ormsbee's avatar
      Remove full table scan of VerificationDeadline. (#21119) · a712f1f9
      David Ormsbee authored
      * Remove full table scan of VerificationDeadline.
      
      Before this commit, we were doing a full table scan of
      student_verificationdeadline, loading the results into a giant
      dict, and reading/writing that to the cache. This was fine when the
      code was introduced and there were dozens of courses, but now that
      we're over 12K courses, it's becoming a major performance issue for
      the Student Dashboard.
      
      This uses a subquery to the course enrollment table so that we're
      only ever pulling back the deadlines to a student's enrolled courses
      for any given request. It removes the cache access entirely.
    • Waheed Ahmed's avatar
      Move secondary SSO login button. · a310c87d
      Waheed Ahmed authored
      Moved secondary SSO login button to the top of email and
      password fields.
      
      PROD-478
      a310c87d
    • nadeemshahzad's avatar
      defaults to common.py CMS · 4a934209
      nadeemshahzad authored
      4a934209
  6. Jul 16, 2019
  7. Jul 15, 2019
  8. Jul 12, 2019
  9. Jul 11, 2019
Loading