- 27 Aug, 2015 3 commits
-
-
TNL-3126 add **kwargs to skip_signal method
Bill DeRusha committed -
TNL-1930
muzaffaryousaf committed -
TNL-3107
cahrens committed
-
- 26 Aug, 2015 9 commits
-
-
Injecting call stack manager in CSM/CSMH,introducting @trackit,@wrapt, and refining implementation[PLAT-758]
utkjad committed -
David Ormsbee committed
-
On the advice of https://github.com/edx/edx-platform/pull/9470, the render call here is not needed and should be removed in order to allow the view's owner to determine when it needs to be rendered. This will hopefully also fix the flaky tests we've been seeing, we'll need to continue to monitor the builds to be sure.
Eric Fischer committed -
This reverts commit d64c2b29.
Eric Fischer committed -
Fix timeago and requireJS.
Peter Fogg committed -
These signals are caught by the Teams app and used to update `last_activity_at` on both teams and individual users. TNL-2497
Peter Fogg committed -
Awais committed
-
muhammad-ammar committed
-
muhammad-ammar committed
-
- 25 Aug, 2015 4 commits
-
-
TNL-1936
Peter Fogg committed -
asadiqbal committed
-
David Ormsbee committed
-
Also added reset_test_case() and @modifies_courseware to SharedModuleStoreTestCase. Revert "More verbose test builds in Jenkins, for debugging." This reverts commit 58cade4cc4288335026649470a48b7bbca969ee8.
David Ormsbee committed
-
- 24 Aug, 2015 5 commits
-
-
David Ormsbee committed
-
modified: lms/djangoapps/instructor/tests/test_enrollment.py
unknown committed -
After being able to reproduce the errors exactly by making certain elements unfindable, I concluded that the issues we've been seeing on headless jenkins runs are due to execution happening too quickly and elements not loading in time to be interacted with. The fix is to make liberal use of Jasmine 1.3 `runs` and `waitsFor` functionality, to ensure that execution happens in the order that we want, with rendering being checked before proceeding. Once again, I can't be 100% sure that this fixes the Jenkins errors, as those are very hard to reliably reproduce, but this is an educated guess at fixing the problem with no drawbacks, as I've been able to successfully run all tests locally.
Eric Fischer committed -
TNL-3014 Add tests for search Add text_search to TeamsListView Add reindex command line tool for course teams Add Search Pagination and update comments Move paginate_search_results to common library
Bill DeRusha committed -
David Ormsbee committed
-
- 21 Aug, 2015 5 commits
-
-
Peter Fogg committed
-
Eric Fischer committed
-
David Ormsbee committed
-
Adding waitsFor check in the beforeEach method. The condition I'm waiting for here is shamelessly borrowed from bok-choy's wait_for_ajax._is_ajax_finished() method: https://github.com/edx/bok-choy/blob/master/bok_choy/page_object.py#L431 This seems to fix the errors I was able to generate with the set_timeout, which themselves looked ver similar to the failing master tests, so I *think* this will fix our woes, but since I was never able to get the tests to fail exactly the same way I can't be sure. Since there don't seem to be any drawbacks, this is going into mainline as-is and we'll monitor for the sporadic failures over the next few weeks.
Eric Fischer committed -
Chris Dodge committed
-
- 20 Aug, 2015 3 commits
-
-
Peter Fogg committed
-
Mushtaq Ali committed
-
* Automatically create user partitions on course publish for each ICRV checkpoint. * Disable partitions for ICRV checkpoints that have been deleted. * Skip partitions that have been disabled when checking access. * Add verification access control UI to visibility settings. * Add verification access control UI to sequential and vertical settings. * Add partition scheme for verification partition groups. * Cache information used by verification partition scheme and invalidate the cache on update. * Add location parameter to UserPartition so the partition scheme can find the associated checkpoint. * Refactor GroupConfiguration to allow multiple user partitions. * Add special messaging to ICRV for students in the honor track. Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
zubair-arbi committed
-
- 19 Aug, 2015 10 commits
-
-
ECOM-2114
Ahsan Ulhaq committed -
TNL-3011
cahrens committed -
Recent changes to the team_membership API endpoint added the course_id optional parameter, but the in-code documentation was never updated to reflect this. The wiki documentation at https://openedx.atlassian.net/wiki/display/TNL/Team+API is OK. Related: https://github.com/edx/edx-platform/pull/9289
Eric Fischer committed -
TNL-3071
cahrens committed -
Only let global staff (is_staff=True) see the Proctoring tab in the Instructor Dashboard if the feature flag is enabled.
Chris Dodge committed -
Chris Dodge committed
-
By doing this, we can prevent the bug where multiple users can join a team simutaneously and push its enrollment over the defined maximum value. Tests have also been added to confirm this behavior. TNL-3061
Eric Fischer committed -
cahrens committed
-
TNL-3012
cahrens committed -
using ScoresClient instead of StudentModule using ScoresClient without FieldDataCache
Zia Fazal committed
-
- 18 Aug, 2015 1 commit
-
-
TNL-3068
Diana Huang committed
-