- 01 Dec, 2015 18 commits
-
-
Release-2015-12-01 conflict resolved
Robert Raposa committed -
# Conflicts: # requirements/edx/github.txt
Robert Raposa committed -
Modify existing Programs migration to account for help_text change
Renzo Lucioni committed -
SOL-1417 Certs: Allow CSV upload for Cert Exceptions
Matt Drayer committed -
Add pagination support to course catalog API
Nimisha Asthagiri committed -
SOL-1389: Cert Exception: Add error states and messages
Matt Drayer committed -
Support multiprocess bok-choy testing for discussion
Ben Patterson committed -
SOL-1439: removed certificates delivered dependency on certificate eligibility
Matt Drayer committed -
SOL-1466: Make sure web view renders certs only if downloadable.
Matt Drayer committed -
* Catalog results are now paginated * Implements the new namespaced pagination described at https://openedx.atlassian.net/wiki/pages/viewpage.action?pageId=47481813 * API level code returns pythonic business objects * View layer performs serialize at the view layer * Convert views to use DRF generic views * Removes an unintentional authentication decorator that caused the detail endpoint to return a 401 for anonymous users MA-1724
J. Cliff Dyer committed -
MA-1211; Discussion API - make boolean params case insensitive
wajeeha-khalid committed -
Do not install xblock-utils in editable mode
Douglas Hall committed -
split variables on multiple lines changes after feedback from Afzal
Zia Fazal committed -
Saleem Latif committed
-
Saleem Latif committed
-
Aamir khan/ecom 1447 login error message
Aamir committed -
wajeeha-khalid committed
-
Douglas Hall committed
-
- 30 Nov, 2015 14 commits
-
-
Revert "Fixing CohortMembership and ATOMIC_REQUESTS issue"
Eric Fischer committed -
Prevents makemigrations from creating a new migration for the programs app.
Renzo Lucioni committed -
This reverts commit 12130c80. Manual testing found this to not fix the bug it claimed to fix.
Eric Fischer committed -
Initial migrations for verified deadlines for self paced
Bill DeRusha committed -
Sprint Solutions:Zug PHX-200 PHX-201 Adding LTI consumer XBlock to requirements
Douglas Hall committed -
MA-1667: Update Mobile API to support Web Certificates
Nimisha Asthagiri committed -
CohortMemberships minimal fix
Eric Fischer committed -
What had been happening was related to the fact that ATOMIC_REQUESTS is now on, preventing writing to the database until a request is completed. The problem with that was that CohortMemberships, with their explicit transaction handling, were breaking that rule and touching the database. The CohortMembership needs to also touch the database to update the underlying course_user_groups information, to prevent the database from getting into a strange state. After this commit, every time a CohortMembership is updated or created, the corresponding course_user_groups are also updated and explicitly written to the database. This occurs atomically with the CohortMembership, and does not wait for the end of the request.
Eric Fischer committed -
Suggest the devops group alias, rather than individual names
Kevin Falcone committed -
Douglas Hall committed
-
Upgrade ORA version to fix staff tools styling
Andy Armstrong committed -
Bill DeRusha committed
-
Andy Armstrong committed
-
asadiqbal committed
-
- 28 Nov, 2015 8 commits
-
-
OwnLearnerProfile multiprocessing support
Ben Patterson committed -
Make cohort management tests multiprocess capable.
Ben Patterson committed -
This fixes a flaky condition that is only exposed when tests are run in multiprocessing mode.
Ben Patterson committed -
Fix a flaky test condition that only occurs in multiprocessing mode. Make the page definition more specific; the previous implementation would not fully render all objects in time. Avoid race condition related to events order (in faster, multiprocess testing, the order is not exactly the same since some events arrive at once).
Ben Patterson committed -
Add scenario for testing unicode cohort. Verifying the events is a TODO because the verification method will need to be refactored to handle an additional cohort that's not included in setUp. (Or refactor the setup, or refactor the unicode test, etc.)
Ben Patterson committed -
Ben Patterson committed
-
Ben Patterson committed
-
Ben Patterson committed
-