Diana Huang
deb8bd47d9
Switch existing tests to use the newer endpoint.
2018-09-27 13:33:42 -04: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
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
Ned Batchelder
784594b41b
Merge pull request #18961 from edx/nedbat/simplify-a-mixin
...
No need to keep self.tracker here
2018-09-18 18:32:30 -04:00
Diana Huang
f88415f89a
Merge pull request #18970 from edx/diana/override-admin-templates
...
Override admin templates to remove links that allow admin users to change passwords
2018-09-18 14:53:22 -04:00
Diana Huang
0fb8f08d2e
Override admin templates to remove links that allow admin users to change
...
passwords.
LEARNER-4928
2018-09-18 13:43:30 -04:00
Michael Youngstrom
e614b96082
Refactor PipelineRenderTest to avoid npm install
2018-09-18 10:08:00 -04:00
Ned Batchelder
6a48195908
No need to keep self.tracker here
2018-09-17 16:48:14 -04:00
Nimisha Asthagiri
e2ff1ec537
Merge pull request #18917 from edx/arch/user-authn-app
...
Consolidate user login and authentication code
2018-09-15 10:00:51 -04:00
Nimisha Asthagiri
8cf44283c9
Consolidate user login and authentication code
2018-09-15 03:21:39 -04:00
Dave St.Germain
864f59ed1e
Added the ability to assign learners to a cohort in the enrollment API.
2018-09-13 11:15:08 -04:00
J Eskew
7affa237df
Merge pull request #18557 from mreyk/teltek/feature/improve-course-modes-configuration
...
OSPR: Improve Course Modes configuration
2018-09-12 15:52:48 -04:00
Nimisha Asthagiri
700a902b68
Cleanup and remove deprecated RequestCache Django app
...
ARCH-223
2018-09-12 14:39:11 -04:00
mrey
9003a2dcde
Allow to override COURSE_ENROLLMENT_MODES in AWS environment
...
Add more parameters to COURSE_ENROLLMENT_MODES to allow to display friendly mode name and more options
Fix python tests of PR #18557
PR #18557 : Fix Diff Quality test line too long
PR #18557 : Fix Diff Quality test unused-variable
Use six.iteritems() in COURSE_MODE_SLUG_CHOICES for future Python 3 compatibility
2018-09-12 17:35:57 +02:00
Awais Jibran
9cec43afb7
Merge pull request #18842 from edx/aj/fix-checklist-for-edge
...
Fix edge checklist 500 error.
2018-09-11 23:05:41 +05:00
Braden MacDonald
6c599cc153
Merge pull request #18855 Output a list of replaced static paths
2018-09-10 20:03:59 -07:00
Usman Khalid
ca910b6f27
Collect static asset URLs from static_replace.replace_static_urls
...
Allows users to keep track of which static asset URLs were found in given text,
and what they were replaced from/to.
2018-09-11 11:16:33 +09:30
Awais Jibran
3bb34faa8f
Fix edge checklist 500 error
...
EDUCATOR-3355
2018-09-10 16:30:13 +05:00
shadinaif
80039ab028
This is to upgrade the ddt package from the old 0.8.0 version to the latest version that supports Python3
...
(version 1.2.0 as of this commit)
This commit is intended to close INCR-6 issue (see https://openedx.atlassian.net/browse/INCR-6 )
2018-09-10 11:33:05 +03:00
Robert Raposa
ba4cc62ff8
Retire deprecated RequestCache (Take 2)
...
ARCH-223
2018-09-08 15:09:28 -04:00
Asad Iqbal
655d6abea8
Merge pull request #18745 from edx/asadiqbal08/ENT-769
...
[ENT-769] - Unlink learner from Enterprise Customer
2018-09-06 15:02:50 +05:00
tasawernawaz
cc51494910
Fix for duplicate email validation on account settings page
...
LEARNER-6216
2018-09-05 20:05:55 +05:00
Waheed Ahmed
711343a7c7
Fix entitlement expiring on switching session.
...
LEARNER-6313
2018-09-04 11:38:58 +05:00
asadiqbal
0dbdac3262
Unlink learner from Enterprise Customer when learner unlinks from IDP
2018-09-04 11:07:53 +05:00
David Ormsbee
ebbd262710
Modify forum roles query for Aurora performance.
...
This is a fix for the performance issues in EDUCATOR-3374
AWS's Aurora backend for MySQL selects the wrong index on the
django_comment_client_role_users table, leading to performance issues.
This commit replaces that join with individual requests for permissions
for each role (of which there may be several for any given user).
It's dumber SQL, but Aurora will do the right thing.
2018-08-31 16:34:53 -04:00
Kevin Falcone
a358b212bb
Merge pull request #18859 from edx/aed/revert-first-try
...
Revert "EDUCATOR-3374 | Hacky query to fix inline discussions performance."
2018-08-30 17:24:12 -04:00
Alex Dusenbery
e707804670
Revert "EDUCATOR-3374 | Hacky query to fix inline discussions performance."
...
This reverts commit 4a1caf6c03 .
2018-08-30 16:40:49 -04:00
Alex Dusenbery
d9f60cba7a
Add a (user_id, role_id) index to dcc_role_users table.
2018-08-30 16:40:25 -04:00
Nimisha Asthagiri
4ca165f690
Revert "ARCH-223: Retire deprecated RequestCache."
2018-08-30 16:33:03 -04:00
Nimisha Asthagiri
8459982512
Merge pull request #18847 from edx/robrap/ARCH-223-replace-request-cache
...
ARCH-223: Retire deprecated RequestCache
2018-08-30 12:59:49 -04:00
Robert Raposa
3df339a56a
Retire deprecated RequestCache.
...
ARCH-223
2018-08-30 08:55:19 -04:00
Alex Dusenbery
4a1caf6c03
EDUCATOR-3374 | Hacky query to fix inline discussions performance.
2018-08-29 20:17:54 -04:00
Waheed Ahmed
e3dbfe9c0f
Fix refund entitlement on audit course un-enroll.
...
LEARNER-6247
2018-08-27 17:47:59 +05:00
Michael Youngstrom
e79ffb3b39
Merge pull request #18831 from edx/youngstrom/celery-enrollment-task-tests
...
Switch where we create the mock in test_tasks
2018-08-24 14:37:50 -04:00
Michael Youngstrom
eadf3650a7
Switch where we create the mock
2018-08-24 12:53:54 -04:00
Diana Huang
18403d2382
Switch to using Pathways instead of CreditPathways.
2018-08-23 15:15:50 -04:00
Jeremy Bowman
3ff3eee2f2
TE-2689 Remove useless pylint suppressions part 4
2018-08-20 12:54:22 -04:00
ayub-khan
cae99f9e4d
bulk change enrollment using csv file
2018-08-20 16:39:05 +05:00
Robert Raposa
99c9eb7343
Migrate to edx-django-utils monitoring.
...
ARCH-220
2018-08-17 15:39:04 -04:00
Jeremy Bowman
713d64e1e2
TE-2702 Update Read the Docs links to HTTPS
2018-08-15 17:34:01 -04:00
bmedx
c17a5d5eae
Fix failures due to creating users during initial migrations
2018-08-14 14:21:42 -04:00
Brian Mesick
4afad3db77
Merge pull request #18747 from edx/bmedx/PLAT-2278_retirement_case_differences
...
Stop username re-use, update retirement for multiple UserRetirementStatuses
2018-08-13 12:40:26 -04:00
bmedx
2d71697823
Stop acct creation from using usernames still in the retirement queue
2018-08-13 11:13:21 -04:00
Jeremy Bowman
2fb3805f56
Merge pull request #18739 from edx/jmbowman/TE-2525
...
TE-2525 Finish removing nose.tools usage
2018-08-09 15:56:28 -04:00
Simon Chen
c5347afd05
Merge pull request #18762 from edx/schen/revert_email_send
...
Revert "Add feature to send an e-mail to staff when a student enrolls"
2018-08-09 15:28:09 -04:00
mduboseedx
bf5aac7a14
Merge pull request #17477 from open-craft/ciuin/improve-courseenrollment-admin-search-upstream
...
Improve CourseEnrollment admin search presentation
2018-08-09 10:33:30 -04:00
Simon Chen
951b1f8408
Revert "Add feature to send an e-mail to staff when a student enrolls"
...
This reverts commit 370501d156 .
2018-08-08 16:35:40 -04:00
Jeremy Bowman
17f54fbaff
TE-2525 Finish removing nose.tools usage
2018-08-07 21:39:02 -04:00
Jeremy Bowman
02e4b87421
Merge pull request #18733 from edx/jmbowman/TE-2525
...
TE-2525 nose.tools removal part 1/2
2018-08-07 13:55:04 -04:00