Robert Raposa
3e3c1333f0
Add JWT Auth Middleware.
...
From edx-drf-extensions:
1. EnsureJWTAuthSettingsMiddleware: Ensures proper JWT auth settings
for endpoints.
2. JwtAuthCookieMiddleware: Combines the JWT auth cookie parts into a
JWT auth cookie.
ARCH-233
2018-10-03 16:26:05 -04:00
Cory Lee
257768c8a4
Merge pull request #19039 from edx/devops/move_tasks_to_more_appropriate_queues
...
Move tasks to non-default queues
2018-10-03 09:56:04 -04:00
Cory Lee
bd6e060ea7
Use production.py instead of aws.py
2018-10-02 17:02:07 -04:00
Cory Lee
14ed6cf682
Prepare to remove low priority queue, replacing with default
2018-10-02 14:37:31 -04:00
Joseph Mulloy
c870ec3872
Fix pylint warnings OPS-3450
2018-10-01 14:54:58 -04:00
Cory Lee
688968e8c8
Add production.py OPS-3450
2018-10-01 14:54:55 -04:00
Cory Lee
e145049f46
Add deprecation warning to aws.py OPS-3450
2018-10-01 14:54:50 -04:00
Diana Huang
deb8bd47d9
Switch existing tests to use the newer endpoint.
2018-09-27 13:33:42 -04:00
edx-pipeline-bot
89963efd3a
Merge pull request #18968 from edx/release-mergeback-to-master
...
Merge release back to master
2018-09-18 12:56:07 -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
Robert Raposa
c7800acaa0
Restore "Upgrade DOT to 1.1.2."
...
This upgrades DOT by reverting the revert.
This reverts commit 4d8b9c3
ARCH-180
2018-09-13 09:54:30 -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
Robert Raposa
71161b8eda
Merge pull request #18879 from edx/revert-revert-18861-robrap/ARCH-223-replace-request-cache
...
ARCH-223: Revert the revert of Replace Request Cache
2018-09-08 16:30:37 -04:00
Robert Raposa
ba4cc62ff8
Retire deprecated RequestCache (Take 2)
...
ARCH-223
2018-09-08 15:09:28 -04:00
Braden MacDonald
b603f3cf60
Merge pull request #18856 : Convert DATA_DIR to a Path object
2018-09-07 15:26:31 -07:00
irfanuddinahmad
527edc5c45
Add video thumbnails management command to scrape youtube thumbnails and update them in edxval
2018-09-04 19:07:03 +05:00
Guruprasad Lakshmi Narayanan
a21d9bf381
Convert DATA_DIR to a Path object when fetching from ENV_TOKENS
...
This fixes the exceptions raised by code that expects it to be a Path
object. For instance, the LMS sysadmin dashboard courses page expects
DATA_DIR to be a Path object and throws a 500 Internal Server error if
it isn't.
2018-08-30 22:00:42 +05:30
Robert Raposa
99c9eb7343
Migrate to edx-django-utils monitoring.
...
ARCH-220
2018-08-17 15:39:04 -04:00
Michael Youngstrom
75bd297337
Merge pull request #18795 from edx/youngstrom/try-unique-db
...
Use a unique name for test mongo dbs
2018-08-17 11:23:15 -04:00
Michael Youngstrom
4575c351cc
Use unique db names for mongo tests
2018-08-17 10:38:37 -04:00
Jeremy Bowman
68902a2f3f
TE-2689 Remove useless pylint suppressions part 3
2018-08-16 09:57:01 -04:00
Jeremy Bowman
713d64e1e2
TE-2702 Update Read the Docs links to HTTPS
2018-08-15 17:34:01 -04:00
Robert Raposa
204eac003d
Add metrics for requests.
...
ARCH-193
2018-08-13 10:00:57 -04:00
noraiz-anwar
45d1ce6d07
setting xframe_options to deny
2018-08-06 15:28:31 +05:00
Daniel Clemente Laboreo
1e2a69e22e
Add CourseFields.other_course_settings to store custom fields
2018-08-03 15:40:06 +03:00
Nimisha Asthagiri
eac1ce7bfd
Asymmetric JWT support
2018-07-30 07:17:08 -04:00
Saleem Latif
3f5c5c0460
Added XAPI to installed apps
2018-07-30 12:49:52 +05:00
Sahar Markovich
9bfeebe01c
Add port to activation link to keep it from failing on devstack.
...
This value was defined in lms but not in cms. I discovered this when testing the user account activation link and finding it unable to activate my account on devstack. This change adds the port which fixes the user account activation link in Studio.
2018-07-20 14:56:31 -07:00
Mushtaq Ali
b5300f5e45
Fix enterprise customer catalog content filter not in settings issue. - ENT-1101
2018-07-13 16:16:47 +05:00
Qubad786
68e760ff29
Move transcript migrations tasks to low priority queue
2018-07-10 19:00:47 +05:00
Nimisha Asthagiri
8ac2dea0c2
Merge pull request #18501 from edx/arch/remove-course-structures-part3
...
Remove course_structures app (part 3)
2018-07-06 15:14:07 -04:00
Jeremy Bowman
d2f442e19b
Merge pull request #18523 from edx/jmbowman/TE-2631
...
TE-2631 Fix notes bok-choy tests in devstack
2018-07-06 12:50:13 -04:00
Kshitij Sobti
842612b8ea
Only use export_output_handler if artifact storage is explicitly FileSystemStorage
...
Use StreamingHttpResponse to support larger file downloads
2018-07-06 13:08:12 +05:30
Nimisha Asthagiri
73e8828f65
course_structures: Remove app completely
2018-07-05 13:08:31 -04:00
Jeremy Bowman
c962e7914c
TE-2631 Fix notes bok-choy tests in devstack
2018-07-05 11:55:24 -04:00
Jeremy Bowman
b74131a726
TE-2630 Fix discussions bok-choy tests in devstack
2018-07-03 14:33:54 -04:00
Kevin Falcone
9aff2fdf9f
Merge pull request #18476 from edx/jibsheet/make-DATA_DIR-configurable
...
This resolves VPC-122 and OPS-56
2018-06-29 12:59:57 -04:00
Calen Pennington
b85d6f031c
Merge pull request #18417 from cpennington/cale/fix-ora-webpack
...
Cale/fix ora webpack
2018-06-28 12:47:53 -04:00
Douglas Hall
db22939193
Add OAuth2 Scopes and Filters to JWTs.
2018-06-28 10:30:09 -04:00
Calen Pennington
07a15c681f
Reapply the XBlock RequireJS -> Webpack changes
...
This reverts commit 105db2cf59 , reversing
changes made to 447457594f .
2018-06-27 22:27:07 -04:00
Kevin Falcone
ae39e6fa85
This resolves VPC-122 and OPS-56
...
I'll put it in configuration later, but why didn't we allow this years
ago? The goal is to store the data dir in /edx/var/edxapp not in
/edx/app/edxapp.
2018-06-27 15:26:51 -04:00
bmedx
f3a9e508a0
Refactor retirement endpoints to isolate Sailthru and respect boundaries
...
- Change retire mailings endpoint to use new USER_RETIRE_THIRD_PARTY_MAILINGS signal, currently only used by Sailthru retirement
- Move USER_RETIRE_MAILINGS signal firing to the LMS misc endpoint
- Remove duplicate clearing of UserOrgTags
- Remove LMS imports in openedx/core and update usage to use new USER_RETIRE_LMS_CRITICAL and USER_RETIRE_LMS_MISC signals
- Add testing for new signal handlers and app registration for the LMS survey app
2018-06-27 10:23:49 -04:00
Robert Raposa
59d0ada7aa
Use EnsureJWTAuthSettingsMiddleware middleware.
2018-06-21 09:30:15 -04:00
Eric Fischer
e72549cdbe
Revert "Merge pull request #18340 from cpennington/fix-studio-xblock-rendering"
...
This reverts commit 9a70ca78a5 , reversing
changes made to efd5b9abbd .
Hopefully fixes EDUCATOR-3053
2018-06-15 13:18:27 -04:00
Calen Pennington
be3c7e05c5
Reapply "Switch container factory to webpack"
...
This reverts commit 18d93b00ba .
2018-06-07 15:52:05 -04:00
Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
irfanuddinahmad
2146d7219c
fixed migrate command's aws settings issues
2018-06-07 15:57:45 +05:00
Calen Pennington
f7038db3a3
Merge pull request #18290 from cpennington/switch-container-factory-to-webpack
...
Switch container factory to webpack
2018-06-06 14:42:57 -04:00
Brian Mesick
3eb5e432e5
Merge pull request #18322 from edx/bmedx/remove_sessionauthenticationmiddleware
...
Remove SessionAuthenticationMiddleware from INSTALLED_APPS
2018-06-06 14:09:20 -04:00