- Nov 02, 2015
-
-
Ahsan Ulhaq authored
Merge pull request #10277 from edx/ahsan/ECOM-2338-adding-Messaging-and-text-improvements-unaffected-changes Reimplemented text changes for dashboard
-
- Oct 31, 2015
-
-
Ned Batchelder authored
Egg name needs to match setup(name=..) to get installed properly
-
Ned Batchelder authored
-
- Oct 30, 2015
-
-
Nimisha Asthagiri authored
Block Cache framework (MA-1551)
-
Ahsan Ulhaq authored
-
Nimisha Asthagiri authored
-
Christina Roberts authored
Upgrade segment.io and possibly improve its performance
-
Edward Zarecor authored
PR for discussing the right thing to do here.
-
Sarina Canelake authored
Update translations (autogenerated message)
-
Nimisha Asthagiri authored
Add SampleCourseFactory and ToyCourseFactory
-
Eric Fischer authored
TNL-3478 Cohort Membership race condition fix
-
Eric Fischer authored
Marking flaky test
-
Jesse Zoldak authored
Increase the test output timeout and quiet the pylint output.
-
Sarina Canelake authored
-
Christina Roberts authored
Move comments within the script block.
-
Awais Qureshi authored
Add the html and css changes required for XSeries
-
Eric Fischer authored
common.test.acceptance.tests.video.test_video_module.YouTubeVideoTest.test_video_component_stores_speed_correctly_for_multiple_videos is flaky, see for details.
-
Ahsan Ulhaq authored
-
cahrens authored
-
Eric Fischer authored
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 authored
Updating previously-existing unit tests to function with the new CohortMembership model.
-
Eric Fischer authored
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 authored
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.
-
chrisndodge authored
Timed Exams
-
Jesse Zoldak authored
-
Bill DeRusha authored
Refund windows
-
Matt Drayer authored
SOL-1340: added vertical spacing around issued certificates section
-
Andy Armstrong authored
May improve performance. TNL-3538
-
Bill DeRusha authored
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
-
Nimisha Asthagiri authored
-
Muhammad Shoaib authored
-
Zia Fazal authored
wrapped issued certificates section with p tags to add some vertical spacing changes after feedback from frances indent code
-
wajeeha-khalid authored
MA-1189 - Discussion API: implemented GET comment children
-
- Oct 29, 2015
-
-
chrisndodge authored
MAYN-149 Survey Report CSV upload for Professional Education courses.
-
Ben Patterson authored
Pylint results should be piped.
-
Ben Patterson authored
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.
-
Douglas Hall authored
Add Douglas Hall to AUTHORS
-
Afzal Wali authored
-
Zubair Afzal authored
basic programs api setup and dashboard integration
-
Christina Roberts authored
Disable Fast Preview for version 2.5.
-