1. 18 Sep, 2015 1 commit
  2. 10 Sep, 2015 1 commit
  3. 09 Sep, 2015 1 commit
  4. 08 Sep, 2015 1 commit
  5. 02 Sep, 2015 1 commit
  6. 31 Aug, 2015 1 commit
    • Optimize memory and CPU usage. · e3c66f55
      The print_out_all_courses() routine consumes a ton of memory (2G and
      causes noticable mongo usage spikes).  This actually causes other
      processes on production boxes to be memory starved and killed
      (such as worker children on edge when this was run recently).
      
      The behavior of this script on production is
      * Print several hundred courses
      * Ask if you want to delete the one you specified
      * print several hundred courses minus one
      On a sandbox with 5 courses, you could tell by eye that 1 is gone, but
      not in production (or even in stage).
      
      The original PLAT-619 ticket for this suggested printing a course
      listing on error, but instead it always printed the course listing.
      Even in the error case, hundreds of course ids is confusing and obscures
      the error message saying that your course_id is invalid.
      
      You should be getting the course id from the UI or from ./manage.py lms
      dump_course_ids, not by searching a list.
      
      Adjusted the test accordingly
      
      Remove get_courses_keys
      Kevin Falcone committed
  7. 24 Aug, 2015 1 commit
  8. 17 Aug, 2015 1 commit
  9. 13 Aug, 2015 1 commit
  10. 27 Jul, 2015 1 commit
  11. 24 Jul, 2015 1 commit
  12. 15 Jul, 2015 1 commit
  13. 14 Jul, 2015 1 commit
  14. 09 Jul, 2015 2 commits
  15. 30 Jun, 2015 1 commit
  16. 17 Jun, 2015 1 commit
  17. 14 Jun, 2015 1 commit
  18. 11 Jun, 2015 1 commit
  19. 08 Jun, 2015 1 commit
  20. 04 Jun, 2015 4 commits
  21. 03 Jun, 2015 1 commit
  22. 02 Jun, 2015 1 commit
  23. 20 May, 2015 1 commit
  24. 19 May, 2015 1 commit
  25. 18 May, 2015 1 commit
  26. 13 May, 2015 2 commits
  27. 05 May, 2015 2 commits
  28. 29 Apr, 2015 1 commit
  29. 17 Apr, 2015 1 commit
  30. 13 Apr, 2015 1 commit
  31. 01 Apr, 2015 1 commit
  32. 30 Mar, 2015 1 commit
  33. 11 Mar, 2015 2 commits