- 12 Feb, 2016 1 commit
-
-
We added the ability here to check if a role has a user in with the ability to refresh the role cache before checking. Since some tests will make inline requests, which in turn put a user into a new role, we have to refresh afterwards otherwise we won't see that new role in place. Since we don't want to automatically refresh ever, we just added a way to request it, since we know in this test that we're doing something, effectively, out-of-band, which necessitates it.
Toby Lawrence committed
-
- 11 Feb, 2016 1 commit
-
-
Instead of refetching the role cache fresh every time we want to add a new role to a user, just manually add the role object. We have it available to us, the model, not a distilled-down version. Add that in and leave the existing cache.
Toby Lawrence committed
-
- 08 Feb, 2016 5 commits
-
-
Clear caches between tests for ModuleStoreTestCase/SharedModuleStoreTestCase
David Ormsbee committed -
Make ensure_indexes mgmt cmd semi-idempotent.
John Eskew committed -
MA-1918 returning None for courses with no handouts
sanfordstudent committed -
Query counts already happen at the model and Python API test layers. Having query counts in the HTTP API tests makes things more brittle because that includes middleware that this code should not be aware of. We don't want to have to revisit these tests every time another piece of middleware is added or removed.
David Ormsbee committed -
Remove flaky decorator from test_cancel_comment_edit
Christina Roberts committed
-
- 06 Feb, 2016 2 commits
-
-
Cached values were leaking across tests, causing difficult to debug errors, particularly when using Config Models. As part of this work, certain tests that had query counts that relied on those values being cached needed to be adjusted up.
David Ormsbee committed -
Test passed over 100 times in Jenkins. TNL-4057
cahrens committed
-
- 05 Feb, 2016 15 commits
-
-
indexes with different options. Emit warning instead and continue.
John Eskew committed -
Implement celery task to award program certs.
Jim Abramson committed -
ECOM-3354
jsa committed -
Fix up the excluded extensions bit.
Toby Lawrence committed -
This adds the missing admin class, and registration of it, required to actually change the value of the excluded extensions configuration.
Toby Lawrence committed -
Sanford Student committed
-
Bump ORA version to 0.2.7.
Christina Roberts committed -
Get tests running successfully on CircleCI
Jesse Zoldak committed -
Other small changes: * output the list of installed python packages * tee the pylint output to the console so the build doesn't timeout when computing violations
Jesse Zoldak committed -
cahrens committed
-
Jesse Zoldak committed
-
Move markup helpers to djangolib
Robert Raposa committed -
Robert Raposa committed
-
Move JSON samples out of translated strings so translators can't make mistakes
Ned Batchelder committed -
Don't use using() in migrations
Kevin Falcone committed
-
- 04 Feb, 2016 16 commits
-
-
Correctly set certificate status for audit certs when regenerating.
Peter Fogg committed -
Bump hash for problem builder
Kelketek committed -
COR-2403
Peter Fogg committed -
Upgrade Django from 1.8.7 to 1.8.9
John Eskew committed -
Jonathan Piacenti committed
-
Jonathan Piacenti committed
-
Update translations (autogenerated message)
Ned Batchelder committed -
Correctly format date block dates.
Peter Fogg committed -
Peter Fogg committed
-
Remove unused MULTIPLE_ENROLLMENT_ROLES feature setting
Ned Batchelder committed -
bookmark button js caching
Muhammad Ammar committed -
Ned Batchelder committed
-
LMS: darkening a gray on the profile page
clrux committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Chris Rodriguez committed
-