- 24 Aug, 2015 14 commits
-
-
Adjust the i18n extraction rules to get all the strings we should get.
Ned Batchelder committed -
There's a move afoot to put assets inside individual Django apps, instead of in upper-level "templates" directories. These i18n configuration files have to take this into account. .underscore files are easy to find by their unique file extension, so the rule can be simple. Mako files are .html, so we have to be more nuanced about it. We don't want to get pure HTML files, and we don't want to get .html files for tests, even if they are Mako templates.
Ned Batchelder committed -
Use bulk_operations in group access tests.
David Ormsbee committed -
Update edx-submissions hash
Kelketek committed -
Add basic elasticsearch search for teams
Bill DeRusha committed -
Potential fix for flaky TeamDiscussionView js tests
Eric Fischer committed -
Fixes an issue where install_prereqs would occasionally install an old version of pytz because edx-submissions included an old version in its requirements.
Kelketek 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 -
(SOL-1040) Indexing capa problems
Marko Jevtić committed -
display course id instead of name in course name placeholder, if ajax…
zubair-arbi committed -
zubair-arbi committed
-
add ability to return the course name (optionally) when querying abou…
Muhammad Shoaib committed -
David Ormsbee committed
-
- 22 Aug, 2015 1 commit
-
-
add ability to return the course name (optionally) when querying about credit requirement fulfillments
Chris Dodge committed
-
- 21 Aug, 2015 25 commits
-
-
Remove unnecessary New Relic trace.
Peter Fogg committed -
Switch TestRecommender to use SharedModuleStoreTestCase
David Ormsbee committed -
Merge pull request #9394 from edx/ahsan/ECOM-2026-Credit-email-should-use-correct-staticfiles-library Credit eligibility email should use the correct staticfiles library
Ahsan Ulhaq committed -
Peter Fogg committed
-
Updated Certificate's config page help
Mark Hoeber committed -
Remove django-followit and django-keyedcache
Will Daly committed -
Revert "JS Flakiness in TeamDiscussionView"
Eric Fischer committed -
Eric Fischer committed
-
David Ormsbee committed
-
Upgrade django-extensions to 1.5.5
Will Daly committed -
Will Daly committed
-
Upgrade django-ipware to 1.1.0
Will Daly committed -
Will Daly committed
-
Update translations (autogenerated message)
Sarina Canelake committed -
Will Daly committed
-
ECOM-2026
Ahsan Ulhaq committed -
Sarina Canelake committed
-
Update edx-proctoring version to 0.7.1
chrisndodge committed -
Update edx-ora2 to release-2015-08-19T17.17.
Usman Khalid committed -
JS Flakiness in TeamDiscussionView
Eric Fischer committed -
Fix course info sidebar padding
Mushtaq Ali committed -
Mushtaq Ali 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
-
alter columns in proctoring exam report
chrisndodge committed
-