- 06 May, 2015 15 commits
-
-
Paver: Ability to run only servers or only tests
Ben Patterson committed -
Enable unit preview by default.
Muzaffar yousaf committed -
Bok-choy on chrome: fix sequence for adding user to team.
Ben Patterson committed -
TE-849 This passes fine in firefox; however in chrome, the click is occurring before the page is ready; and then the click itself is not specific enough. Also refactored the add button method so it more-clearly returns the expected end-state.
Ben Patterson committed -
This would allow a user to set up and run servers, with an open prompt for killing them. Likewise a user could open a different terminal session and run tests only. How-to: * At a terminal/ssh session, start bok-choy servers with `paver test_bokchoy --serversonly` (or, if you've already run collectstatic on your system: `paver test_bokchoy --serversonly --fasttest`) * When the above is running, you can now open a separate terminal/ssh session and run: `paver test_bokchoy -t my_tests --testsonly` Keep in mind, the 'testsonly' flag does no setup. There is some minimal teardown; however, such as clearing mongo and flushing the lms database. (Some tests have non-unique identifiers and could not be run more than once.)
Ben Patterson committed -
Feanil/release merge test
Feanil Patel committed -
Fixes index function to not index children without published version - Thank you @dino-cikatic!
Martyn James committed -
Mark test as flaky. TNL-1619
Ben Patterson committed -
On faster browsers, we need to wait for the toggle option to appear.
Ben Patterson committed -
[LTI Provider] Updating submissions dependency to pull in new scoring signals
Sarina Canelake committed -
Dino Cikatic committed
-
Phil McGachey committed
-
Adding hover state to image profile for accessibility.
Muzaffar yousaf committed -
TNL-1261
muzaffaryousaf committed -
Add certificate columns in grade report
Muhammad Ammar committed
-
- 05 May, 2015 25 commits
-
-
Ben Patterson committed
-
Deprecated Verify Later Page
Clinton Blackburn committed -
TE-849
Ben Patterson committed -
Corrected ecommerce-api-client dependency
Clinton Blackburn committed -
We are moving toward a single workflow for verification.
Clinton Blackburn committed -
Skip intermittently failing test. TE-871
Jesse Zoldak committed -
Conflict in import because someone had added an import in master that was not in the release. Conflicts: common/lib/xmodule/xmodule/modulestore/tests/test_xml_importer.py
Feanil Patel committed -
Jesse Zoldak committed
-
Clinton Blackburn committed
-
Add wait for upload form.
Ben Patterson committed -
Add thread list endpoint to the new discussion API
Greg Price committed -
Print CSS: Fixing Links
Marco Morales committed -
Fix Print Media CSS: Page margins
Marco Morales committed -
Label flaky test test_reindex.
Christina Roberts committed -
Pass tracking context to ecommerce api client.
Jim Abramson committed -
TNL-2051
muzaffaryousaf committed -
Jolyon Bloomfield committed
-
This is an initial implementation that only allows retrieval of all threads for a course and only returns an easily computed subset of the fields that are needed, in order to keep this change from getting too large. JIRA: MA-641
Greg Price committed -
Jolyon Bloomfield committed
-
Move entry_point down into XModule/XModuleDescriptor so that 'xmodule.v1...
Calen Pennington committed -
Setting this test to skip. TNL-2083.
Ben Patterson committed -
XCOM-208
jsa committed -
Run pylint on all our code, and only our code. TE-855
Ned Batchelder committed -
Added flaky decorators to potentally flaky tests
David Baumgold committed -
This is necessary for automation using chrome. TE-849
Ben Patterson committed
-