- Dec 01, 2015
-
-
Robert Raposa authored
Release-2015-12-01 conflict resolved
-
Robert Raposa authored
# Conflicts: # requirements/edx/github.txt
-
Renzo Lucioni authored
Modify existing Programs migration to account for help_text change
-
Matt Drayer authored
SOL-1417 Certs: Allow CSV upload for Cert Exceptions
-
Nimisha Asthagiri authored
Add pagination support to course catalog API
-
Matt Drayer authored
SOL-1389: Cert Exception: Add error states and messages
-
Ben Patterson authored
Support multiprocess bok-choy testing for discussion
-
Matt Drayer authored
SOL-1439: removed certificates delivered dependency on certificate eligibility
-
Matt Drayer authored
SOL-1466: Make sure web view renders certs only if downloadable.
-
J. Cliff Dyer authored
* 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
-
wajeeha-khalid authored
MA-1211; Discussion API - make boolean params case insensitive
-
Douglas Hall authored
Do not install xblock-utils in editable mode
-
Zia Fazal authored
split variables on multiple lines changes after feedback from Afzal
-
Saleem Latif authored
-
Saleem Latif authored
-
Aamir authored
Aamir khan/ecom 1447 login error message
-
wajeeha-khalid authored
-
Douglas Hall authored
-
- Nov 30, 2015
-
-
Eric Fischer authored
Revert "Fixing CohortMembership and ATOMIC_REQUESTS issue"
-
Renzo Lucioni authored
Prevents makemigrations from creating a new migration for the programs app.
-
Eric Fischer authored
This reverts commit 12130c80. Manual testing found this to not fix the bug it claimed to fix.
-
Bill DeRusha authored
Initial migrations for verified deadlines for self paced
-
Douglas Hall authored
Sprint Solutions:Zug PHX-200 PHX-201 Adding LTI consumer XBlock to requirements
-
Nimisha Asthagiri authored
MA-1667: Update Mobile API to support Web Certificates
-
Eric Fischer authored
CohortMemberships minimal fix
-
Eric Fischer authored
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.
-
Kevin Falcone authored
Suggest the devops group alias, rather than individual names
-
Douglas Hall authored
-
Andy Armstrong authored
Upgrade ORA version to fix staff tools styling
-
Bill DeRusha authored
-
Andy Armstrong authored
-
asadiqbal authored
-
- Nov 28, 2015
-
-
Ben Patterson authored
OwnLearnerProfile multiprocessing support
-
Ben Patterson authored
Make cohort management tests multiprocess capable.
-
Ben Patterson authored
This fixes a flaky condition that is only exposed when tests are run in multiprocessing mode.
-
Ben Patterson authored
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 authored
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 authored
-
Ben Patterson authored
-
Ben Patterson authored
-