- Sep 02, 2015
-
-
mirjamsk authored
-
- Aug 31, 2015
-
-
Kevin Falcone authored
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
-
- Aug 24, 2015
-
-
Bill DeRusha authored
TNL-3014 Add tests for search Add text_search to TeamsListView Add reindex command line tool for course teams Add Search Pagination and update comments Move paginate_search_results to common library
-
- Aug 17, 2015
-
-
Brian Beggs authored
-
- Aug 13, 2015
-
-
Eric Fischer authored
Adds tests and functionality to support filtering the results returned from team_membership endpoint with optional course_id parameter. Will return 400 Bad Request in the event that the given course_id does not match up with the provided team_id (team.course_id does not match), or if the user is not enrolled in the course given. Documentation has been added to the relevant API page on the wiki: https://openedx.atlassian.net/wiki/display/TNL/Team+API
-
- Jul 27, 2015
-
-
Awais authored
-
- Jul 24, 2015
-
-
Dongwook authored
-
- Jul 15, 2015
-
-
William Ono authored
-
- Jul 14, 2015
-
-
Vedran Karačić authored
-
- Jul 09, 2015
-
-
Tyler Nickerson authored
-
Pan Luo authored
-
- Jun 30, 2015
-
-
Albert Liang authored
-
- Jun 17, 2015
-
-
Richard Moch authored
-
- Jun 14, 2015
-
-
Sven Marnach authored
-
- Jun 11, 2015
-
-
Alessandro Verdura authored
-
- Jun 08, 2015
-
-
tlindaliu authored
-
- Jun 04, 2015
-
-
Tim Krones authored
-
Xiaolu Xiong authored
-
Colin-Fredericks authored
-
Mushtaq Ali authored
Adding user to AUTHORS file
-
- Jun 03, 2015
-
-
christopher lee authored
-
- Jun 02, 2015
-
-
simultech authored
-
- May 20, 2015
-
-
Thomas Young authored
-
- May 19, 2015
-
-
Randy Ostler authored
-
- May 18, 2015
-
-
Richard Moch authored
-
- May 13, 2015
-
-
Jim authored
adding self to authors file
-
Kyle McCormick authored
-
- May 05, 2015
-
-
Jolyon Bloomfield authored
-
Jolyon Bloomfield authored
-
- Apr 29, 2015
-
-
amir-qayyum-arbisoft authored
-
- Apr 17, 2015
-
-
cewing authored
Both contributed to the MIT CCX pull request
-
- Apr 13, 2015
-
-
applecool authored
-
- Apr 01, 2015
-
-
Phil McGachey authored
-
- Mar 30, 2015
-
-
johnespinosa authored
Added Myself To The Authors List
-
- Mar 11, 2015
-
-
Sarina Canelake authored
-
Matjaz Gregoric authored
-
- Mar 06, 2015
-
-
Carlos de la Guardia authored
-
- Mar 03, 2015
-
-
Mayank Jain authored
-
- Feb 26, 2015
-
-
Lazybird authored
-
- Feb 18, 2015
-
-
muzaffaryousaf authored
adding myself to authors. TNL-1466
-