Commit Graph

46775 Commits

Author SHA1 Message Date
Robert Raposa
e784f439bb Merge pull request #18570 from edx/feanil/remove_flaky_test
Remove flaky studio unit test.
2018-07-12 12:40:05 -04:00
Robert Raposa
73438c6c03 Merge pull request #18569 from edx/EDUCATOR-3183-remove-flaky-test
Remove flaky test_library_content_side_bar_help.
2018-07-12 12:34:32 -04:00
Robert Raposa
c0de877266 Merge pull request #18532 from edx/robrap/upgrade-dot
Upgrade DOT to 1.1.2 and add paver warning.
2018-07-12 12:02:41 -04:00
Michael Roytman
eebadb93db Merge pull request #18538 from edx/mroytman/EDUCATOR-3026-add-links-to-course-checklist
mroytman/educator 3026 add links to course checklist
2018-07-12 11:33:15 -04:00
Feanil Patel
9775af8620 Remove flaky studio unit test. 2018-07-12 11:26:19 -04:00
Michael Roytman
92c816966d change course_validation endpoint to support option to get data for only graded assignments and add ability to scroll to elements on the course outline page 2018-07-12 11:03:55 -04:00
Robert Raposa
764ea22e3d Remove flaky test_library_content_side_bar_help.
EDUCATOR-3183
2018-07-12 10:53:27 -04:00
Mushtaq Ali
a66675dc8f Merge pull request #18551 from edx/mushtaq/change-content-filter
Change default content filter to include only courses
2018-07-12 16:52:45 +05:00
Mushtaq Ali
42342f2f6f Enterprise version bump 2018-07-12 13:06:15 +05:00
Mushtaq Ali
12011bf191 Change default content filter to include only courses
- ENT-1070
2018-07-12 13:01:58 +05:00
Ayub-khan
b42bd2bf7d Merge pull request #18565 from edx/fix-make-extract-translations
Fixed make extract_translations
2018-07-12 13:01:02 +05:00
Ayub-khan
7f773ccc82 Merge pull request #18564 from edx/remove-strict-generate
Remove i18n-tools strict generate to fix jenkins
2018-07-12 11:53:27 +05:00
ayub-khan
23dbb85007 Fixed make extract_translations 2018-07-12 11:32:47 +05:00
ayub-khan
6d193a4bc7 Remove i18n-tools strict generate to fix jenkins
job to work even if some resource is not available.
2018-07-12 11:12:45 +05:00
Robert Raposa
58f6e92522 Upgrade DOT to 1.1.2. 2018-07-11 17:36:56 -04:00
Robert Raposa
9bb8f4272e Add warning for paver install_prereqs. 2018-07-11 17:00:30 -04:00
Brian Mesick
bab76429e2 Merge pull request #18554 from edx/bmedx/PLAT-2217
PLAT-2217 - fix partner reporting queue 500 errors, reduce log spam
2018-07-11 16:15:19 -04:00
Michael Youngstrom
d33f84b99d Merge pull request #18468 from edx/youngstrom/xdist-scripts
Starter code to enable pytest-xdist with remote ECS containers
2018-07-11 14:14:30 -04:00
Michael Youngstrom
4662624165 Starter code for xdist with ecs 2018-07-11 13:23:05 -04:00
Marco Morales
464b364c70 Merge pull request #18552 from edx/marco/learner-profile/learner-menu-styling
updated vertical alignment for learner profile menu
2018-07-11 10:46:10 -04:00
Nimisha Asthagiri
fb6078f1ca Merge pull request #18556 from edx/arch/jwt-config
Authn: remove unneeded oauth_dispatch views
2018-07-11 09:12:32 -04:00
Awais Jibran
812f275436 Merge pull request #18543 from edx/aj/a11y-video-seek-issue
Video player seek issue
2018-07-11 17:03:59 +05:00
Attiya Ishaque
ef3ee2001c Merge pull request #18548 from edx/ai/EDUCATOR-3153-display-word-cloud
Fix display of all words in word clouds.
2018-07-11 14:20:20 +05:00
Uzair Rasheed
edfdbc7aee Merge pull request #18482 from edx/LEARNER-5257/update-sailthru-audit-purchase
Update sailthru audit purchase calls
2018-07-11 12:01:22 +05:00
Nimisha Asthagiri
66afa24bfe Authn: Remove unneeded openid-configuration View 2018-07-10 17:35:18 -04:00
Nimisha Asthagiri
c68a5a3fb6 Authn: Remove unneeded Jwks View 2018-07-10 17:35:02 -04:00
Awais Jibran
99786d9db9 Video player seek issue
The embedded video player does not allow the screen reader user to seek forwards / backwards within the time with the keyboard as you could in the past. If you tab to play a video and press spacebar or enter, you formerly would be able to press left / right arrow to move slightly forward or backward in time, but this no longer works correctly; it will move 1 second back / forward, then you need to press tab again to refocus and move another 1 second. Other keyboard access seems to be equivalent and we suspect a slight error in the Javascript is causing this and needs to be fixed.

EDUCATOR-3034
2018-07-11 00:45:24 +05:00
Kevin Falcone
5a9f4ea3e6 Merge pull request #18555 from edx/jibsheet/settle-DOT-expiration-timeframe
Update token expiration for DOT tokens
2018-07-10 15:18:07 -04:00
Michael Terry
eded3c1322 Only notify credentials of course certs
When notifying credentials of cert/grade changes using
notify_credentials, don't worry about signaling for program cert
awards. (A) We don't need that functionality right now when
backpopulating credentials records, and (B) we have other management
commands for that anyway.
2018-07-10 14:23:49 -04:00
Kevin Falcone
069307c925 Update token expiration for DOT tokens
This will retire a refresh token and access token pair in the DOT tables
if the access token is 6 months expired (prior to that, the refresh
token still works).
2018-07-10 13:36:48 -04:00
bmedx
caedc68061 PLAT-2217 - fix partner reporting queue 500 errors, reduce log spam 2018-07-10 12:54:15 -04:00
marcotuts
6b876a573a updated vertical alignment for learner profile menu 2018-07-10 12:11:35 -04:00
Rabia Iftikhar
817f1e2ef5 Merge pull request #18550 from edx/ri/edx-completion-repo-version-0.1.8
EDUCATOR-3030 upgrade edx-completion version from 0.1.7 to 0.1.8.
2018-07-10 20:02:28 +05:00
Qubad786
68e760ff29 Move transcript migrations tasks to low priority queue 2018-07-10 19:00:47 +05:00
rabiaiftikhar
70a999f4e3 EDUCATOR-3030 upgrade edx-completion version from 0.1.7 to 0.1.8. 2018-07-10 18:41:40 +05:00
Ayub-khan
10dd775e0c Merge pull request #18547 from edx/10-july-update-translations
updated-translations
2018-07-10 14:22:56 +05:00
attiyaishaque
dce059ca14 Fix display of all words in word clouds. 2018-07-10 14:19:15 +05:00
ayub-khan
bab3802137 updated-translations 2018-07-10 12:56:47 +05:00
hamzamunir7300
b9e5f35b17 Merge pull request #18527 from edx/LEARNER-5502
Learner 5502
2018-07-10 12:48:35 +05:00
Ayub-khan
49a73b7f0e Merge pull request #18546 from edx/fix-i18n-issues
fix-i18n-issues
2018-07-10 11:40:39 +05:00
ayub-khan
168ba70d96 fix-i18n-issues 2018-07-10 11:00:12 +05:00
Ayub-khan
1555d4cb8c Merge pull request #18535 from edx/update-django-wiki-version
Updated django-wiki version
2018-07-10 10:04:15 +05:00
Braden MacDonald
f1d026b172 Merge pull request #18512: Include original state in learner response report 2018-07-09 16:14:24 -07:00
Kshitij Sobti
4d48a59f3f Make stylelint fixes to get over quality threshold 2018-07-10 02:21:02 +05:30
Jeremy Bowman
fabbdabc5a Merge pull request #18529 from edx/jmbowman/TE-2632
TE-2632 Fix site fixture domains for devstack bok-choy tests
2018-07-09 16:48:50 -04:00
Michael Terry
86e79c59ed Paginate notify_credentials queries
Avoid blowing up on the giant queries that notify_credentials does by
paginating the queries before we resolve them.
2018-07-09 16:06:52 -04:00
Kshitij Sobti
c7f980c9de Add correct answer to response 2018-07-09 23:57:14 +05:30
Kshitij Sobti
491532c2db Update report generation code to include old state for backwards compatibility
Include report data generated by blocks as columns instead of a json dict
2018-07-09 23:56:51 +05:30
Awais Jibran
0d5c660d8a Merge pull request #18520 from edx/aj/fix-display-inline-on-course-outline
Display check-marks inline.
2018-07-09 22:31:16 +05:00
ayub-khan
bfff2da76f -Updated django-wiki to v0.0.19 2018-07-09 19:23:57 +05:00