Commit Graph

49248 Commits

Author SHA1 Message Date
Stu Young
f9fa69ee9b Merge pull request #19027 from edx/estute/remove-paver-timeout-decorator
remove paver timeout decorator
2018-10-01 14:44:29 -04:00
Nimisha Asthagiri
31a1ad4a09 Merge pull request #18999 from edx/arch/refactor-jwt-builder
JWT Cookies
2018-10-01 13:45:15 -04:00
Stuart Young
10cfd3434e remove paver timeout decorator 2018-10-01 13:43:02 -04:00
Nimisha Asthagiri
02ba5fb0e8 Login service support for JWT Cookies 2018-10-01 13:08:40 -04:00
John Eskew
fba2a8b5dc Check for retired usernames as well as existing ones in validation. 2018-10-01 11:00:19 -04:00
Ahsan Ul Haq
b4f2e8ad72 Merge pull request #19009 from edx/ahsan/LEARNER-6469
update usage of SessionAuthenticationAllowInactiveUser
2018-10-01 19:08:56 +05:00
hasnain-naveed
282fe39337 WL-1645 | Suppressing Error Alerts for WL Programs without Program Certificates. 2018-10-01 18:58:43 +05:00
Ahsan Ulhaq
ee7555e85f update usage of SessionAuthenticationAllowInactiveUser
LEARNER-6469
2018-10-01 17:52:52 +05:00
edX Transifex Bot
2d45ab2af6 Update translations 2018-09-30 17:17:58 -04:00
Kaushik Varanasi
17de614665 added fix for broken 'enroll in class' button on about course page in safari browser full screen 2018-09-30 17:56:06 +05:30
David Ormsbee
5f97cecefb Remove course publish from CCX data migration.
This removes the portion of the CCX course names data migration
that triggers course publishing. While course publishing is the
desired behavior, doing so within the migration makes it so that
this migration is not practical to run if you have hundreds or
thousands of CCX courses (we run out of memory).

By doing the data migration without the accompanying course
publishes, this means that CCX course names will still show up
incorrectly for courses until there is an edit or publish of
either that CCX course or the underlying course that the CCX
course extends. But we at least set up the data so that it's
gradually self-correcting over time, and do so with little coding
effort or operational risk/weirdness.

A more comprehensive fix for this would involve:

* Fixing the memory leak around CourseOverviews creation and/or;
* Moving CourseOverview generation to happen asynchronously and/or;
* Being more careful about transactionality in the data migration
  and running it repeatedly until it all passes.

Full details of our migration issues are at:

https://github.com/edx/edx-platform/pull/18808#issuecomment-422930820
2018-09-28 18:54:14 -04:00
matthugs
388be0d494 Merge pull request #18996 from edx/mhughes/remove-checklist-waffles
Remove waffles gating permanent checklist features
2018-09-28 10:51:29 -04:00
Matthew Piatetsky
ed6b27ff83 Merge pull request #19007 from edx/bundles_on_track_selection
bundles on track selection
2018-09-28 08:26:35 -04:00
Ned Batchelder
f2dac46681 Merge pull request #18475 from appsembler/omar/ace-enroll-email
Convert instructor email messages to ACE
2018-09-27 16:44:08 -04:00
Diana Huang
8c589dcf34 Merge pull request #19006 from edx/diana/update-login-registration-tests
Registration deprecation: switch existing tests to use the newer endpoint.
2018-09-27 15:52:55 -04:00
Matt Hughes
8df171a8c2 Remove waffles gating permanent checklist features 2018-09-27 15:10:49 -04:00
Attiya Ishaque
5c8d594518 Merge pull request #18849 from edx/aj/fix-bulk-email
Skip sending email if an email address contains non-ascii char.
2018-09-27 23:51:10 +05:00
Matthew Piatetsky
30c14b36ba bundles on track selection 2018-09-27 14:45:32 -04:00
Feanil Patel
17d8410b41 Merge pull request #18985 from edx/feanil/remove_lms_migrate
Remove tools that don't seem to be used.
2018-09-27 14:26:05 -04:00
Awais Jibran
ac3c274d57 Skip sending email if an email address contains non-ascii char. 2018-09-27 22:45:15 +05:00
Diana Huang
deb8bd47d9 Switch existing tests to use the newer endpoint. 2018-09-27 13:33:42 -04:00
Michael Youngstrom
65ab430c04 Merge pull request #19011 from edx/youngstrom/paver_test_fixes
Use Mock environment for paver quality tests
2018-09-26 14:02:08 -04:00
Michael Youngstrom
0959d7d8c2 Use Mock environment for paver quality tests 2018-09-26 11:44:28 -04:00
Ahsan Ul Haq
0167ef431a Merge pull request #18926 from edx/ahsan/LEARNER-6336
Reduce query to user table
2018-09-26 17:59:25 +05:00
Ahsan Ulhaq
39f48a8c10 Reduce query to user table
LEARNER-6336
2018-09-26 17:16:42 +05:00
Ned Batchelder
14a8ea7be7 Merge pull request #18864 from open-craft/paulo/export-import-library
[OC-3682] Implement management commands to export/import content libraries
2018-09-26 05:17:02 -04:00
Michael Youngstrom
ba56e39e24 Merge pull request #19005 from edx/youngstrom/mongo-count-flaky
Fix flaky mongo count test with xdist
2018-09-25 16:27:14 -04:00
Michael Youngstrom
0ec4232cb5 Ensure we are starting at 0 when counting mongo queries 2018-09-25 14:43:50 -04:00
Qubad786
318937552a Update VAL version and thumbnails scrapper job in accordance with val api 2018-09-25 20:12:10 +05:00
Omar Al-Ithawi
e5d21abac7 Regenerate dummy esperanto language so tests can pass 2018-09-25 17:56:56 +03:00
Omar Al-Ithawi
6ff3235f84 Convert instructor email messages to ACE 2018-09-25 17:51:10 +03:00
Nimisha Asthagiri
0a88746aef Merge pull request #18980 from edx/arch/jwt-http-cookies
Refactor Login Cookies
2018-09-25 09:46:37 -04:00
Nimisha Asthagiri
b7deedfb36 Refactor Login Cookies 2018-09-25 09:12:08 -04:00
hamzamunir7300
636ce3b7d7 Merge pull request #18883 from edx/LEARNER-3832
Account Page refreshes on autosave/combobox Language value change
2018-09-25 18:04:54 +05:00
Matjaz Gregoric
754090279e Address review comments. 2018-09-25 10:52:40 +02:00
Paulo Viadanna
5d59e2df0b Content library export/import commands 2018-09-25 09:29:00 +02:00
Stu Young
a531953543 Merge pull request #18984 from edx/testeng/bokchoy_auto_cache_update_5f06ea40003105ed26d042509c33f30d67aa5e6e
Bokchoy db cache update
2018-09-24 15:16:08 -04:00
edx-pipeline-bot
007869836c Merge pull request #18995 from edx/private_to_public_7a92944
Mergeback PR from private to public.
2018-09-24 12:07:56 -04:00
edx-cache-uploader-bot
5ca3418d9f Updating migrations 2018-09-24 11:54:27 -04:00
Tasawer Nawaz
7a929442d4 Merge pull request #147 from edx/tasawer/learner-6216/fix-account-validation-on-account-page
Fix for duplicate email validation on account settings page
2018-09-24 14:54:06 +05:00
edX Transifex Bot
02418e1401 Update translations 2018-09-23 17:17:49 -04:00
Bill DeRusha
e878b9fb0e Merge pull request #18978 from edx/bderusha/unGDPRfix
Set usable password when canceling user retirement
2018-09-21 15:19:48 -04:00
Jeremy Bowman
ca51aa5351 Merge pull request #18874 from shadinaif/django-ipware-upgrade-INCR-7
Upgrade the django-ipware Package to a version Supports Python 3
2018-09-21 14:49:55 -04:00
Bill DeRusha
b43b174fdd Set usable password when canceling user retirement 2018-09-21 14:18:57 -04:00
Matthew Piatetsky
e1d2169f70 Merge pull request #18977 from edx/prevent_activation_time_error
prevent activation time error
2018-09-21 12:21:11 -04:00
Feanil Patel
e1e06afc20 Remove the rest of the lms_migration django app.
The management commands don't seem to be used anywhere and if we remove
that, then there is nothing left in this app.
2018-09-21 11:22:06 -04:00
Shadi Naif
b2c9240a8e Upgrade the django-ipware package from the old 1.1.0 version to the latest version that supports Python 3
(version 2.1.0 as of this commit)

This PR is intended to close INCR-7 issue ( see https://openedx.atlassian.net/browse/INCR-7 )
2018-09-21 18:14:14 +03:00
Feanil Patel
57117901dd Merge pull request #18979 from edx/feanil/remove_old_cybersource_processor
Remove the cybersource processor that was deprecated in 2014.
2018-09-21 10:55:59 -04:00
Feanil Patel
58139bfcdb Remove tools that don't seem to be used.
These views and tools don't seem to be enabled and I think it's safe to
say that we have migrated to LMS+CMS.
2018-09-21 10:37:48 -04:00
George Babey
e7bf9ddd0a Update edx-enterprise to 0.73.5
This PR updated edx-enterprise to 0.73.5 to pull in these changes and allow
filtering enterprises by slug
https://github.com/edx/edx-enterprise/pull/366
https://github.com/edx/edx-enterprise/pull/367
2018-09-21 07:18:10 -04:00