- 01 Nov, 2015 1 commit
-
-
Bill DeRusha committed
-
- 30 Oct, 2015 24 commits
-
-
Update translations (autogenerated message)
Sarina Canelake committed -
Add SampleCourseFactory and ToyCourseFactory
Nimisha Asthagiri committed -
TNL-3478 Cohort Membership race condition fix
Eric Fischer committed -
Marking flaky test
Eric Fischer committed -
Increase the test output timeout and quiet the pylint output.
Jesse Zoldak committed -
Sarina Canelake committed
-
Move comments within the script block.
Christina Roberts committed -
Add the html and css changes required for XSeries
Awais Qureshi committed -
common.test.acceptance.tests.video.test_video_module.YouTubeVideoTest.test_video_component_stores_speed_correctly_for_multiple_videos is flaky, see for details.
Eric Fischer committed -
Ahsan Ulhaq committed
-
cahrens committed
-
By using the before_after library, we can force a race condition to reliably occur in the CohortMembership.save() method. This unit test will do just that, and ensure that our race-condition-handling code functions as it should.
Eric Fischer committed -
Updating previously-existing unit tests to function with the new CohortMembership model.
Eric Fischer committed -
The code changes needed to get CohortMembership functioning properly. The key of this change is twofold: first, CohortMemberships are unique per-user, per-course. This is enforced at the database level. Secondly, the updates are done using a select_for_update, which ensures atomicity.
Eric Fischer committed -
These are the migrations needed for CohortMembership to function. 0005 establishes the table, 0006 will be used to move existing data into the table as needed. Per product guidance, we can just arbitrarily reassign problem users. Implementing that decision, as well as the remainder of the data migration. Also including a short script to re-run the 0006 migration after code changes are live, to prevent a potential issue where the database become out-of-sync.
Eric Fischer committed -
Timed Exams
chrisndodge committed -
Jesse Zoldak committed
-
Refund windows
Bill DeRusha committed -
SOL-1340: added vertical spacing around issued certificates section
Matt Drayer committed -
Add configuration model for enrollment refunds. Use order info from otto in refund window calculation Delete dupe tests. Extend tests to include window tests Move ecom client from lib to djangoapps in openedx
Bill DeRusha committed -
Nimisha Asthagiri committed
-
Muhammad Shoaib committed
-
wrapped issued certificates section with p tags to add some vertical spacing changes after feedback from frances indent code
Zia Fazal committed -
MA-1189 - Discussion API: implemented GET comment children
wajeeha-khalid committed
-
- 29 Oct, 2015 15 commits
-
-
MAYN-149 Survey Report CSV upload for Professional Education courses.
chrisndodge committed -
Pylint results should be piped.
Ben Patterson committed -
In the event of a pylint failure, we need to cat the log. This will also ensure that the remaining scripts in the job can run.
Ben Patterson committed -
Add Douglas Hall to AUTHORS
Douglas Hall committed -
Afzal Wali committed
-
basic programs api setup and dashboard integration
Zubair Afzal committed -
Disable Fast Preview for version 2.5.
Christina Roberts committed -
time.coffee no longer exists
Christina Roberts committed -
Except for the Discussion Tab. TNL-3693, TNL-3365
cahrens committed -
Changes to handler URL generation
David Ormsbee committed -
Remove circuit djangoapp from LMS
Sarina Canelake committed -
ECOM-2578
zubair-arbi committed -
Fix pep8 & pylint warnings.
Muzaffar yousaf committed -
TNL-3650
muzaffaryousaf committed -
TNL-3650
muzaffaryousaf committed
-