Calen Pennington
9c5f1271cf
Merge pull request #22865 from cpennington/dont-delete-course-overviews
...
Dont delete course overviews
2020-01-16 13:57:13 -05:00
Zulqarnain
fd036541e8
Use python 2.2 compatible version of sorl-thumbnail
2020-01-16 23:37:57 +05:00
Calen Pennington
be5ca3dedd
Add a test that shows that CourseModes aren't deleted when CourseOverview versions are updated
2020-01-16 12:07:27 -05:00
Diana Huang
ad33e0e573
Merge pull request #22876 from edx/testeng/bokchoy_auto_cache_update_e00340173c2d18e4052a08fe465230530b2d3202
...
Bokchoy Testing DB Cache update
2020-01-16 11:28:37 -05:00
brianhw
aac1071f42
Merge pull request #22867 from edx/brian/DE-1824-step3
...
Update edx-val from 1.2.0 to 1.2.1
2020-01-16 09:41:16 -05:00
usamasadiq
6803f75cd7
BOM-1141 Upgrade social-auth-app-django
...
Added the link to latest master commit of GitHub for Django 2.2 support.
2020-01-16 19:28:56 +05:00
Zulqarnain
176b814277
Downgrade version of edxval
2020-01-16 19:13:36 +05:00
edX cache uploader bot
ad631f4d32
Updating Bokchoy testing database cache
2020-01-16 08:54:48 -05:00
adeel khan
425f9368ea
Merge pull request #22869 from edx/adeel/prod_604_fix_footer_link
...
Fix footer link for wcag.
2020-01-16 18:52:45 +05:00
Awais Qureshi
2bfe5662e4
Merge pull request #22870 from edx/remove-moto
...
BOM-1126
2020-01-16 18:50:36 +05:00
Awais Qureshi
9b9a74e6fd
Merge pull request #22860 from edx/awais786/BOM-1050
...
Awais786/bom 1050
2020-01-16 18:49:28 +05:00
Zulqarnain
e7694baeed
Added django 2.2 compatible versio of sorl-thumbnail
2020-01-16 16:52:43 +05:00
Awais Qureshi
269b34a198
BOM-1126
...
Removing the moto.
2020-01-16 15:04:24 +05:00
Syed Muhammad Dawoud Sheraz Ali
4aded59e05
Merge pull request #22871 from edx/dsheraz/PROD-1110
...
remove the logs
2020-01-16 14:39:51 +05:00
DawoudSheraz
466e2ce530
remove the logs
2020-01-16 13:14:29 +05:00
Awais Qureshi
b760a156ba
Bom-1050
...
django-appconf bump version using commit hash for django2.2
2020-01-16 11:47:37 +05:00
Awais Qureshi
391c4aecb6
Merge pull request #22674 from edx/awais786/BOM-1126
...
BOM-1126
2020-01-16 10:44:21 +05:00
Adeel Khan
c06e7cecc0
Fix footer link for wcag.
...
PROD-604
2020-01-16 03:24:19 +05:00
Brian Wilson
d290904213
Update edx-val from 1.2.0 to 1.2.1
...
This is step 3 of DE-1824.
Also update:
* six 1.13.0 => 1.14.0
* edx-django-utils 2.0.2 => 2.0.3
* skip test that checks all model changes have migrations. (We defer
this to step 4.)
2020-01-15 16:02:28 -05:00
Calen Pennington
675b8c0d71
CourseOverviews may be deleted, but we don't want to delete related objects
2020-01-15 15:23:51 -05:00
David Ormsbee
b3e2a8ef55
Merge pull request #22858 from open-craft/video-field-parsing-fix
...
Fix: KeyError: 'source' when parsing HTML5 videos
2020-01-15 14:32:44 -05:00
Jansen Kantor
cec55074e8
jkantor/teamconfig ( #22863 )
...
Add TeamsConfigurationService to lms xblock runtime
2020-01-15 14:27:27 -05:00
Calen Pennington
2abfc665da
Rather than deleting CourseOverviews to update their version numbers, just reload them from the modulestore
2020-01-15 13:30:41 -05:00
Braden MacDonald
d39421d947
Fix: KeyError: 'source' when parsing HTML5 videos
...
This fixes a bug that causes the video XBlock parsing to break in the new XBlock runtime if:
* the html5_sources field is set, and
* the download_video field is not set
The error is:
File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/xblock/rest_api/views.py", line 52, in render_block_view
block = load_block(usage_key, request.user)
File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/xblock/api.py", line 84, in load_block
return runtime.get_block(usage_key)
File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/xblock/runtime/blockstore_runtime.py", line 70, in get_block
block = block_class.parse_xml_new_runtime(xml_node, runtime=self, keys=keys)
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 620, in parse_xml_new_runtime
setattr(video_block, key, cls.fields[key].from_json(val))
KeyError: 'source'
The reason for the error is that parse_video_xml() will sometimes return a 'source' attribute in its field_data return value, even though source is not a video field (anymore). This then causes an error when trying to look up cls.fields['source']
A workaround in the meantime is to add download_video="false" to the OLX.
2020-01-15 10:26:55 -08:00
Awais Qureshi
220cab965f
BOM-1126
...
Removing the moto from repo.
2020-01-15 22:34:13 +05:00
Diana Huang
6dbc0e77d2
Merge pull request #22843 from edx/jenkins/upgrade-python-requirements-533adf6
...
Python Requirements Update
2020-01-15 10:40:23 -05:00
Dave St.Germain
cfd1e2ae7d
Merge pull request #22707 from edx/dcs/sequence-api
...
Implementation of metadata endpoint for sequence modules
2020-01-15 10:33:18 -05:00
Usama Sadiq
4b1a0105df
Merge pull request #22846 from edx/usama/bom-1087-django-mysql-version-bump
...
BOM 1087 django-mysql version bump
2020-01-15 18:49:22 +05:00
usamasadiq
aee3318cbd
BOM 1087 django-mysql version bump
...
Removed the version constraint for django-mysql
Also pinned the freezegun version to 0.3.12 as the latest version is causing failures.
2020-01-15 17:54:42 +05:00
adeelehsan
12708a093d
Unsubscribe link added in bulk emails
2020-01-15 16:56:35 +05:00
M Zulqarnain
e5407a31ee
Merge pull request #22841 from mzulqarnain1/zulqarnain/BOM-1147
...
BOM-1147 -- Create a code mod for Widget.render change
2020-01-15 11:35:58 +05:00
Brittney Exline
b43fd6652e
Merge pull request #22855 from edx/bexline/migrate_enterprise_catalogs
...
Upgrading edx-enterprise
2020-01-14 17:47:09 -05:00
Brittney Exline
1209dc35b1
pinning freezegun because of it breaking a test
2020-01-14 17:09:17 -05:00
Diana Huang
28743215bd
Pin freezegun due to breaking shib in third_party_auth.
2020-01-14 16:56:26 -05:00
Jansen Kantor
b2f69fc803
EDUCATOR-4858: Update teams service to consider teamset/topic ( #22834 )
...
* update teams service and api to consider topic
2020-01-14 16:06:27 -05:00
Brittney Exline
debb83d4ba
Upgrading edx-enterprise
2020-01-14 14:03:10 -05:00
Calen Pennington
e2f3be9213
Merge pull request #22853 from edx/revert-22692-juliasq/rename_site_configuration_siteconfiguration_values_1
...
Revert "Rename values in SiteConfiguration/History (1/3)"
2020-01-14 13:20:36 -05:00
Julia Eskew
84de6bc6de
Revert "This stage does the following: ( #22692 )"
...
This reverts commit cebeab4348 .
2020-01-14 13:01:21 -05:00
Nick
fd13ccf4f9
Merge pull request #22850 from edx/ndalfonso/remove-upcoming-dates-border
...
remove left boarder from upcoming dates
2020-01-14 12:54:22 -05:00
Nicholas D'Alfonso
796f1802d2
remove left boarder from upcoming dates
2020-01-14 10:56:02 -05:00
Julia Eskew
cebeab4348
This stage does the following: ( #22692 )
...
- Adds the new field and migration to create the column.
- Makes all writes go to both old and new field.
2020-01-14 10:40:39 -05:00
Dave St.Germain
20235bcf56
Added subsection id to gated metadata.
2020-01-14 10:01:07 -05:00
Anders Pearson
f1df842e77
update bookmarks update_xblocks_cache celery task name
...
Make it match the function name.
2020-01-14 12:47:41 +00:00
Awais Qureshi
a37854931e
Merge pull request #22842 from mzulqarnain1/zulqarnain/BOM-1138
...
BOM-1138 -- Update assertRedirects usage
2020-01-14 16:57:08 +05:00
Zia Fazal
402a1b3257
Merge pull request #22840 from edx/ziafazal/ENT-2535-b
...
ENT-2535: Changed site configuration name to avoid conflict with existing configuration
2020-01-14 16:38:15 +05:00
hasnain.naveed
c5a1964257
ENT-2511 | Disabled the admin panel's login page.
2020-01-14 16:16:19 +05:00
edX requirements bot
35171d6f55
Updating Python Requirements
2020-01-14 05:48:41 -05:00
Zulqarnain
93a726ff6b
Merge branch 'master' into zulqarnain/BOM-1138
2020-01-14 15:25:20 +05:00
Zulqarnain
e6a6fd15d4
Merge branch 'master' into zulqarnain/BOM-1147
2020-01-14 15:23:43 +05:00
zia.fazal@arbisoft.com
17e64a8020
Chnage site configuration name to avoid conflict with existing configration
...
Changed `THIRD_PARTY_AUTH_HINT` to `THIRD_PARTY_AUTH_ONLY_HINT` because there is an existing configuration with same name.
2020-01-14 15:19:52 +05:00