- 03 Nov, 2015 1 commit
-
-
Bill DeRusha committed
-
- 02 Nov, 2015 1 commit
-
-
Applying a security patch from last week that has made its way through the disclosure period already. FYI @robrap
Eric Fischer committed
-
- 01 Nov, 2015 5 commits
-
-
mark test_can_reset_attempts as flakey as it sporadically fails
Eric Fischer committed -
Fix dashboard page load error when cert_status is None
Eric Fischer committed -
Bill DeRusha committed
-
Show xseries upsell even if the course is not yet in session
Jim Abramson committed -
ECOM-2780
jsa committed
-
- 30 Oct, 2015 25 commits
-
-
Chris Dodge committed
-
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 8 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
-