Calen Pennington
a8ba43133f
Remove schedules plugin from cms.djangoapps listing
2020-03-04 11:27:07 -05:00
Robert Raposa
d28889db1a
delete oauth2.enforce_jwt_scopes waffle switch
...
The code for this switch was removed in:
https://github.com/edx/edx-platform/pull/23188
BOM-1324
2020-03-04 10:56:52 -05:00
Calen Pennington
d853444229
Schedules is a core part of the LMS, install it by default, rather than through the plugins mechanism
2020-03-04 10:52:17 -05:00
Alex Dusenbery
ff1d9fe384
Upgrade ORA to 2.6.17 | Small logging change.
2020-03-04 10:41:21 -05:00
Manjinder Singh
7d2ff9cd3f
Removing all settings that have OIDC in name ( #23251 )
...
* Removing all settings that have OIDC in name
* Removing ENABLE_DOP_ADAPTER
* changes JWT_ISSUER value in devstack
2020-03-04 09:06:29 -05:00
Awais Jibran
44199c3f72
Workaround the error in find_question_label. ( #23247 )
...
* Workaround the error in find_question_label.
This is a temporary log, which will give us information and unblock the course team.
PROD-1326
* raise exception after logging it.
2020-03-04 17:55:35 +05:00
Ahtisham Shahid
318e9167d1
Merge pull request #23266 from edx/ahtisham/PROD-1262
...
Updated requirements by make upgrade
2020-03-04 13:07:55 +05:00
Ahtisham Shahid
fdc70935ac
updated requirements by make upgrade
2020-03-04 12:23:19 +05:00
Jansen Kantor
dd5bc541ce
add simple queryset ( #23252 )
2020-03-03 16:43:26 -05:00
Adam Butterworth
9094617d64
Prevent scrolling in chromeless view when iframed into learning mfe ( #23291 )
...
TNL-7094
2020-03-03 16:37:31 -05:00
Feanil Patel
440ef56f10
Feanil/delete flaky bokchoy tests ( #23287 )
...
* Delete flaky test.
* Remove flaky instructor dashboard help test.
* Remove flaky problem type tests.
* Remove flaky studio container tests.
* Remove flaky studio container tests.
* Remove flaky studio problem editor tests.
* Remove flaky enrollment track mode tests.
* Delete flaky video transcript tests.
* Fix pep8 issue.
2020-03-03 16:09:49 -05:00
atesker
bf14bc97d2
EDUCATOR-4920 Control permission to REST endpoint
...
EDUCATOR-4920 Control permission to REST endpoint
CR1
EDUCATOR-4920 Control permission to REST endpoint
CR1
2020-03-03 16:04:31 -05:00
edX cache uploader bot
1ccbd7d0c2
Updating Bokchoy testing database cache ( #23290 )
2020-03-03 15:30:31 -05:00
Michael Terry
b96efcf71b
Merge pull request #23258 from edx/mikix/experiment-flag
...
Add ExperimentWaffleFlag
2020-03-03 15:01:16 -05:00
Simon Chen
eb3e36b822
MST-121 We should allow the business case where a learner can be enrolled into a program, then unenrolled, then enroll into another program with the same course
2020-03-03 14:39:57 -05:00
Michael Terry
e724a4bcb7
Add ExperimentWaffleFlag
...
This is a helpful class when running an experiment, to help
bucket users and keep track of which enrollments to consider
as part of the experiment.
AA-53
2020-03-03 14:39:02 -05:00
Diana Huang
6feee4540c
Merge pull request #23280 from edx/diana/remove-dupe-countries
...
Make upgrade to remove duplicate django-countries.
2020-03-03 13:52:57 -05:00
Alex Dusenbery
d920597c63
Update ORA to 2.6.16 | Fixes the text_response property to be more backwards-compatible with _old_ ORA blocks.
2020-03-03 12:59:33 -05:00
Diana Huang
c111348076
Make upgrade to remove duplicate django-countries.
2020-03-03 12:54:20 -05:00
Guruprasad Lakshmi Narayanan
fad200f81b
Pass the referer from the client to the YouTube API
...
This fixes the errors when the API key is configured to require a
referer for all the requests.
2020-03-03 22:51:46 +05:30
David Ormsbee
6c7a3ca090
Merge pull request #23263 from edx/ormsbee/fix_blockstructures_collect_devstack
...
Allow Block Structures Collect to work in Studio
2020-03-03 12:13:32 -05:00
Calen Pennington
70800ae92b
Merge pull request #23244 from edx/aj/update-edx-when
...
Upgrade edx-when
2020-03-03 12:03:14 -05:00
Diana Huang
8e6647234f
Update migration to not modify providerapipermissions. ( #23271 )
2020-03-03 11:31:56 -05:00
edX cache uploader bot
62e1b84460
Updating Bokchoy testing database cache ( #23272 )
2020-03-03 11:05:44 -05:00
Troy Sankey
bfd45980c7
Merge pull request #23236 from edx/pwnage101/deng-18-rename_site_configuration_siteconfiguration_values_2.2
...
Add migration to populate site_values in SiteConfigurationHistory
2020-03-03 11:05:27 -05:00
David Ormsbee
9d3f4985ed
Allow Block Structures Collect to work in Studio
...
Block Structures were meant to be gathered using the LMS process,
as it's meant to be an optimized store for the LMS to use. But
there's an argument to be made for at least the Collect side of
the Collect + Transform could be a Studio concern, because it
explicitly needs to avoid user-awareness.
In either event, collect() was broken on devstack before this
commit because Studio's runtime does not permit handler_url
invocation on "thirdparty" XBlocks. Since VideoBlock is not
really third-party (and it's questionable whether there's any
benefit to making the distinction these days), I'm just making
this change to allow Studio to run collect() without error in
the Studio process. This will fix devstack, which does not
properly route these collect() calls to the LMS process (because
celery runs in-proc by default).
2020-03-03 10:52:46 -05:00
Manjinder Singh
4399d13955
removing all of provider ( #23269 )
...
* Revert "Ran make migration on third_party_auth (#23253 )"
This reverts commit 49be65cc58 .
* Removing provider.util import
* Removing further provider things
* Adding hash tests
2020-03-03 10:42:18 -05:00
Awais Jibran
ca48c42214
Merge pull request #23245 from edx/aj/handle-not-enrolled-case-extentions
...
Fix due date extension view.
2020-03-03 20:36:19 +05:00
Awais Jibran
c6e0985812
Upgrade edx-when in edx-platform
...
Run `make upgrade` on edx-platform to update python packages.
PROD-1333
2020-03-03 20:01:09 +05:00
Feanil Patel
dea918b8b8
Merge pull request #23270 from edx/revert-23253-msingh/run_migration
...
Revert "Ran make migration on third_party_auth"
2020-03-03 09:57:48 -05:00
Manjinder Singh
fa2140cd16
Revert "Ran make migration on third_party_auth ( #23253 )"
...
This reverts commit 49be65cc58 .
2020-03-03 09:17:26 -05:00
Adam Butterworth
a628016436
Prevent inline discussions from pulling focus on load ( #23254 )
...
TNL-7094 Remove auto focusing of InlineDiscussion views on load. Removing this unneeded focus management eliminates scroll issues when discussions are contain in an iframe in a parent page.
2020-03-03 08:57:30 -05:00
Ahtisham Shahid
be51e92c9e
Merge pull request #23235 from edx/ahtisham/PROD-1330
...
created logs to track edx-lti.org errors
2020-03-03 15:48:19 +05:00
Braden MacDonald
af6cab86c3
Enforce permissions for content libraries, add REST API to edit perms
2020-03-02 18:17:46 -08:00
Dave St.Germain
c1a09ffcbb
Merge pull request #23238 from edx/dcs/mode-info
...
Add verified mode to the courseware API
2020-03-02 18:16:12 -05:00
Feanil Patel
e04e557575
Merge pull request #23261 from edx/feanil/add_shortuuid
...
Feanil/add shortuuid
2020-03-02 17:21:36 -05:00
Manjinder Singh
49be65cc58
Ran make migration on third_party_auth ( #23253 )
...
* Ran make migration on third_party_auth and removing skip comment from test_migrations_are_in_sync
2020-03-02 16:32:40 -05:00
Cory Lee
4be35d9eca
DENG-17 Dropping FK on schedules to enrollments to perform ghost migration ( #23260 )
2020-03-02 16:32:04 -05:00
Feanil Patel
93b02e5c31
Rollback edx-when.
2020-03-02 16:06:05 -05:00
Feanil Patel
aa2920521f
Run make upgrade.
2020-03-02 15:24:09 -05:00
Feanil Patel
5e43d6aa22
Add shortuuid requirement explicitly.
2020-03-02 15:24:09 -05:00
Alex Dusenbery
530cabd003
Remove the auth_source kwarg in connect_to_mongodb, since we're now relying on authsource (no underscore) and the pymongo Database init does not expect and will not tolerate an auth_source kwarg.
2020-03-02 15:20:50 -05:00
Fred Smith
6433e88ac8
Merge pull request #20545 from ichintanjoshi/master
...
fix very long horizontal scroll for RTL layout
2020-03-02 15:07:24 -05:00
Albert (AJ) St. Aubin
482a3f33d8
Merge pull request #23255 from edx/aj/MICROBA-150_2
...
Create MB External ID on creation of a CourseEntitlement in MB Program
2020-03-02 14:37:53 -05:00
Albert (AJ) St. Aubin
0721357e46
Create MB External ID on creation of a CourseEntitlement in MB Program
2020-03-02 13:44:20 -05:00
Diana Huang
1d5acb9d21
Merge pull request #23221 from edx/diana/remove-dop-libraries
...
Remove DOP libraries from INSTALLED_APPS.
2020-03-02 13:34:12 -05:00
Luis Moreno
ae0c051e9e
Use authsource instead of auth_source for compatibilities with pymongo
2020-03-02 13:31:07 -05:00
Diana Huang
0024f00195
Constrain django-countries and make upgrade.
2020-03-02 12:57:04 -05:00
Troy Sankey
06b547057e
Add migration to populate site_values in SiteConfigurationHistory
...
Right now the ORM is very unhappy about the JSONField `site_values`
in SiteConfigurationHistory containing non-JSON (empty strings). We
cannot even write a data migration using the ORM to populate the field
because that causes a JSONDeserializationError. Therefore, we must
bypass the ORM and populate the values with raw SQL.
DENG-18
2020-03-02 11:44:28 -05:00
Feanil Patel
09031dc250
Merge pull request #23232 from edx/feanil/remove_unused_bokchoy_pages
...
Feanil/remove unused bokchoy pages
2020-03-02 11:37:09 -05:00