Ben Patterson
c788a1bed3
Merge pull request #12431 from edx/benp/flaky-tnl-4561
...
Flag test as flaky.
2016-05-11 14:04:17 -04:00
Ben Patterson
e3469160c4
Flag test as flaky.
2016-05-11 13:01:38 -04:00
Matt Drayer
a9b7e4c63d
mattdrayer/course-mode-bulk-sku: Add new CourseMode field
...
* mattdrayer: Add bulk checkout link to course views
* asadiqbal08: MAYN-225 replace the "Verify Now" button by the "Go to Dashboard" button in case of themed sites.
* mattdrayer: Add bulk_sku check in courseware.views
2016-05-11 10:57:24 -04:00
Brian Jacobel
e8d2a626d4
Merge pull request #12417 from edx/bjacobel/fix-release-2016-05-10-merge-conflicts-with-master
...
Fix release 2016 05 10 merge conflicts with master
2016-05-10 13:03:19 -04:00
Brian Jacobel
d88aad7d79
Merge branch 'release' into bjacobel/fix-release-2016-05-10-merge-conflicts-with-master
2016-05-10 12:15:42 -04:00
AlasdairSwan
9becd565b3
If not certificates remove the container element from the DOM
2016-05-10 11:42:29 -04:00
attiyaishaque
dbad1881d2
Screenreader added to the button "Upgrade to Verified" and "View Xseries Details" in LMS Dashboard.
2016-05-10 12:42:12 +05:00
Christina Roberts
e953044786
Merge pull request #12388 from edx/christina/course-search-cohort-test
...
Fix flaky cohort tests
2016-05-09 15:51:31 -04:00
Ben Patterson
c00355ae51
Fix linting issue.
2016-05-09 13:26:34 -04:00
Adam Palay
bfb319db9a
add discussion_id to course structure dump command (AN-6696)
...
add test case for discussion_id already set in XML
2016-05-09 11:24:37 -04:00
cahrens
7ff3c4b3fb
Verify New Cohort form is rendered.
...
TNL-2257
2016-05-09 11:21:06 -04:00
wajeeha-khalid
05b2e65e0f
MA-2247 return student view data for discussion module
2016-05-09 17:37:31 +05:00
Calen Pennington
ccaafce05b
Merge pull request #12205 from cpennington/disable-caching-in-tests
...
Disable caching in LMS tests
2016-05-06 15:22:48 -04:00
Alison Hodges
a422ad60f7
corrects guide name in template
2016-05-06 14:48:59 -04:00
Alison Hodges
289a4a2abe
Merge pull request #12382 from edx/ahodges/DOC-2866
...
Updates link to learner info in Numerical Input template
2016-05-06 14:46:22 -04:00
Ben Patterson
162135736c
Merge pull request #12361 from edx/benp/skip-extra-flaky-tests-fedx-88
...
Skip tests that are too flaky to be reliable. FEDX-88.
2016-05-06 12:16:41 -04:00
Ben Patterson
72af8afd67
Skip tests that are too flaky to be reliable. FEDX-88.
2016-05-06 11:27:33 -04:00
Diana Huang
07573c5141
Replace old conditional lettuce test with bok choy version.
2016-05-06 09:38:36 -04:00
Alison Hodges
afc5686391
Updates link to learner info in Numerical Input template
2016-05-05 22:29:57 -04:00
Usman Khalid
a2dadeaaf3
Added some documentation to Karma configuration files.
2016-05-05 22:42:04 +05:00
Usman Khalid
667a9b9ae6
Moved common files into karma.common.conf.js.
2016-05-05 22:42:04 +05:00
Usman Khalid
39f32f9869
Simplified normalizePathsForCoverage.
2016-05-05 22:42:03 +05:00
Usman Khalid
2839a42e0c
Moved jasmine addons to common/js/spec_helpers.
2016-05-05 22:42:02 +05:00
Usman Khalid
15acec2054
Simplify paths patterns in karma config files.
...
Files which are loaded via RequireJs do not need to be individually
declared in karma config files. If we give karma directories,
it will serve all the files in them.
2016-05-05 22:42:00 +05:00
Usman Khalid
713c79e0aa
Set included=false by default because we want to move towards RequireJs.
2016-05-05 22:39:59 +05:00
Usman Khalid
855fdbd387
Moved all logic from karma config files to karma.common.conf.js.
...
The config files just declare lists of files.
2016-05-05 22:38:34 +05:00
Usman Khalid
ecf233c1b4
Keep karma config file docs only in karma.common.conf.js. Duplicate stuff tends to get out of sync.
2016-05-05 22:35:54 +05:00
Usman Khalid
bb7b29b308
Deleted js-test-tool config files.
2016-05-05 22:35:53 +05:00
sanfordstudent
db52e0334f
Merge pull request #12333 from edx/sstudent/MA-2252
...
Sstudent/ma 2252
2016-05-05 12:52:09 -04:00
Sanford Student
d4146e7a1d
accordion emits event
2016-05-05 11:48:09 -04:00
Ned Batchelder
ff9e9d8bcf
Merge pull request #12357 from edx/ned/registered-trademark
...
Add a circle-R to the initial welcome message
2016-05-04 17:41:41 -04:00
Ned Batchelder
16fbad3f56
Add a circle-R to the initial welcome message
2016-05-04 15:13:18 -04:00
Calen Pennington
b3880714b9
Assert that caches are being overridden correctly (and being reset in the right order)
2016-05-04 14:51:31 -04:00
Calen Pennington
853bfe7a36
Add a TestCase mixin for enabling caches in tests
...
By default, disable all caching in tests, to preserve test independence.
In order to enable caching, inherit from CacheSetupMixin, and specify
which cache configuration is needed.
[EV-32]
2016-05-04 14:51:30 -04:00
cahrens
b1f715690a
Fix incorrect truncation issue.
...
TNL-4238
2016-05-04 13:28:06 -04:00
Calen Pennington
18e1610043
Remove the create_user argument to setUp.
...
Instead, use a class attribute to define test behavior. This allows for
easier addition of new mixins over time.
2016-05-04 11:35:55 -04:00
Calen Pennington
39ff841d1f
Don't pass arguments to setUp (for UrlResetMixin)
...
The TestCase API doesn't accept arguments, so passing arguments for some
TestCase subclasses makes adding new inheritance/mixins tricky. Instead,
prefer configuration via class attributes for TestCases.
2016-05-04 11:34:51 -04:00
clrux
972cee481f
Merge pull request #12351 from edx/clrux/ac-452
...
AC-452 removing unnecessary and incorrect aria-label
2016-05-04 10:55:52 -04:00
Toby Lawrence
00cbc291e6
Merge pull request #12283 from edx/PERF-317
...
Add NewRelic instrumentation to contentserver.
2016-05-04 09:57:35 -04:00
Usman Khalid
d99978870a
Merge pull request #12312 from edx/usman/tnl4398-fix-tests
...
Re-enable spec files that were disabled during the Jasmine upgrade.
2016-05-04 17:16:58 +05:00
Chris Rodriguez
0723b98283
AC-452 removing unnecessary and incorrect aria-label
2016-05-03 13:53:35 -04:00
John Eskew
b5ab64505a
Merge pull request #11331 from CredoReference/invalid-studio-user-permissions
...
Invalid StudioPermissionsService object in API to show/save xblock settings in CMS
2016-05-03 13:16:43 -04:00
Christina Roberts
04b80f0404
Merge pull request #12326 from edx/christina/delete-old-jasmine-jquery
...
Jasmine-jquery was moved to npm.
2016-05-03 12:54:30 -04:00
Nimisha Asthagiri
c6954902e3
Create courseware/views folder
2016-05-03 09:02:45 -04:00
Nimisha Asthagiri
2f581448da
Refactor Courseware Index
...
MA-2189
2016-05-03 09:02:44 -04:00
clrux
15fc53c779
Merge pull request #12279 from edx/clrux/ac-448
...
AC-448 removing tabindex from canvas elements
2016-05-02 14:20:36 -04:00
Ned Batchelder
1a2ba1a533
Reduce the use of 'Open edX' as a noun
2016-05-02 12:44:28 -04:00
Usman Khalid
68e2414053
Use triggerHandler instead of trigger to bypass Karma's global error handler.
...
Karma has a global event handler for events named "error" which
expects the event data to be a string and so fails when this
event is triggered. So we use triggerHandler which only invokes
handlers attached via jQuery.
2016-05-02 20:54:59 +05:00
Toby Lawrence
bfefde09b6
[PERF-274] [PERF-317] Add NewRelic instrumentation to contentserver.
...
This includes the course key/path for a given contentserver request,
whether or not the asset is locked, cacheable, has been modified, etc.
This should give us some better insight as to what sort of requests
are coming into the contentserver to figure out whether or use of
a CDN in front of these assets is as efficient as effective as it
could be.
2016-05-02 11:28:44 -04:00
David Ormsbee
f3b33ef14f
Merge pull request #12275 from edx/ormsbee/video_state_opt_2
...
Remove unnecessary VideoModule save_states.
2016-05-02 10:54:40 -04:00