- 18 Aug, 2017 2 commits
-
-
EDUCATOR-852: Add filtering, sorting, pagination to course_summaries/ and create course_totals/
Kyle McCormick committed -
Add filtering, sorting, searching, pagination, and caching to course_summaries. Introduce new endpoint course_totals. Bump API version from v0 to v1. EDUCATOR-852
Kyle McCormick committed
-
- 06 Jul, 2017 1 commit
-
-
* Order CourseProgramMetadata by program_id * Add programs tests for multi-course programs * Fix linting errors * Nevermind, just ignore it
Tyler Hallada committed
-
- 23 Jun, 2017 2 commits
-
-
Remove limit on HTTP request parameter count
Kyle McCormick committed -
Fixes bug where course_summaries/ gives a 400 because more course IDs were being passed in than allowed.
Kyle McCormick committed
-
- 16 Jun, 2017 1 commit
-
-
EDUCATOR-464: Add POST method to course_summaries/
Kyle McCormick committed
-
- 15 Jun, 2017 3 commits
-
-
POST method allows large number of course ID arguments to be passed as data, while GET method is restricted by URL length. EDUCATOR-464
Kyle McCormick committed -
EDUCATOR-604: Fix course_summaries/ and programs/ to expect correct query param
Kyle McCormick committed -
Fix course_summaries/ to expect 'course_ids' instead of 'ids'. Fix programs/ to expect 'program_ids' instead of 'ids'. Fix tests to reflect these changes. EDUCATOR-604
Kyle McCormick committed
-
- 09 Jun, 2017 2 commits
-
-
Patch bump to django.
Dennis Jen committed -
Dennis Jen committed
-
- 07 Jun, 2017 1 commit
-
-
Eric Fischer committed
-
- 24 May, 2017 1 commit
-
-
EDU-153
Eric Fischer committed
-
- 22 May, 2017 2 commits
-
-
Fix course summaries query arg to use course_ids.
Dennis Jen committed -
Dennis Jen committed
-
- 16 May, 2017 1 commit
-
-
* upgraded django and other packages
Dennis Jen committed
-
- 24 Apr, 2017 2 commits
-
-
Patch upgrade to django.
Dennis Jen committed -
Dennis Jen committed
-
- 18 Apr, 2017 1 commit
-
-
* Add programs endpoint & programs list to summaries * Exclude programs array from the course_summaries * Add/fix tests, program field exclude option * Refactor common list view code into APIListView * Fix some pylint errors * Fix bad import * Use assertListEqual and sort lists first * Refactor common test code into mixin * Increase test coverage (test add_programs) * Add documentation for programs query arg * Address PR comments
Tyler Hallada committed
-
- 18 Mar, 2017 2 commits
-
-
Make ElasticSearch aggregate search results size configurable
Jillian Vogel committed -
AGGREGATE_PAGE_SIZE defaults to 10, which matches the elasticsearch_dsl default.
Jillian Vogel committed
-
- 17 Mar, 2017 1 commit
-
-
Dmitry Viskov committed
-
- 15 Mar, 2017 1 commit
-
-
* Add exception arg to handler404 function signature * Use the underscore var for unused exception arg * Make exception arg an unused keyword arg
Tyler Hallada committed
-
- 07 Mar, 2017 2 commits
-
-
Tyler Hallada committed
-
Tyler Hallada committed
-
- 24 Feb, 2017 1 commit
-
-
Change edx-django-release-util version.
Brian Beggs committed
-
- 23 Feb, 2017 1 commit
-
-
Brian Beggs committed
-
- 09 Feb, 2017 1 commit
-
-
* Replace "Starting Soon" -> "Upcoming" availability "Starting Soon" is still stored in the database, but it is collapsed into the "Upcoming" category in the API view response. * Test that Starting Soon is unioned with Upcoming
Tyler Hallada committed
-
- 03 Feb, 2017 2 commits
-
-
Update openedx.yaml to reference master branch
Tyler Hallada committed -
We no longer use the "release" branch
Tyler Hallada committed
-
- 17 Jan, 2017 6 commits
-
-
Use old-style course ID for fake data in Travis
Tyler Hallada committed -
Also change option name course_id to course-id to consistently use hyphens in option parameters.
Tyler Hallada committed -
Add --no-videos option to generate_fake_course_data command
Tyler Hallada committed -
Tyler Hallada committed
-
Tyler Hallada committed
-
Add "analyticsapi" to local ALLOWED_HOSTS setting
Tyler Hallada committed
-
- 13 Jan, 2017 1 commit
-
-
Also fix a spelling mistake for default course-id value in generate_fake_course_data.py script.
Tyler Hallada committed
-
- 04 Jan, 2017 3 commits
-
-
AN-7775 Generate local video data
Tyler Hallada committed -
Document manual OAuth steps in README. Add clients/utils.py to analyticsdataserver with tests.
Tyler Hallada committed -
Dennis Jen committed
-