Kyle McCormick
3858036a4e
Expand and refactor teams configuration on course. ( #22168 )
...
Wrap CourseModule.teams_configuration in TeamsConfig
class, centralizing parsing, validation, error handling,
etc. Wrapped object is exposed on 'teams_conf' field.
Old code still uses 'teams_configuration' dict;
we should change this in the future (MST-18).
MST-16
2019-10-29 16:10:19 -04:00
Manjinder Singh
6f1be3ed2c
BOM-933: Fix type mismatches in various migrations 6 ( #22170 )
...
* Fix type mismatches in coursewaqre
* Fix type mismatch in credit migrations
* Fix type mismatch in status migrations
* Fix type mismatch in user_api migrations
* Review Fixes
2019-10-29 10:36:10 -04:00
Nimisha Asthagiri
f533134db1
Merge pull request #22086 from edx/arch/user-authn-delete-deprecated
...
User Authn: Remove deprecated, ENABLE_COMBINED_LOGIN_REGISTRATION
2019-10-29 09:37:53 -04:00
Nimisha Asthagiri
db42c7e1e2
User Authn: Remove deprecated, ENABLE_COMBINED_LOGIN_REGISTRATION
2019-10-29 08:57:58 -04:00
Adeel Khan
e9708ca6e0
Fixing templates for double escaping.
...
Some of the email templates are escaped
in such a way that could potentially cause
double escaping i.e via django default behaviour
and other via interpolate_html tag. Fixing it
by only applying escape via tag.
PROD-810
2019-10-29 14:58:05 +05:00
Hassan Javeed
86f0f42520
Replace 'NULL' with None.
2019-10-28 16:05:45 +05:00
Jillian Vogel
f5e69c8c2f
Logs failed heartbeat checks
2019-10-28 17:55:26 +10:30
julianajlk
a4ca026c19
add missing parameter to discount_percentage
2019-10-25 16:28:33 -04:00
Calen Pennington
47b8dfae75
Merge pull request #22156 from cpennington/expose-course-duration
...
Expose user course duration in the user metadata
2019-10-25 13:49:14 -04:00
Matthew Piatetsky
9df790cca5
Merge pull request #22123 from edx/REV-728
...
[REV-728] add discount percentage configuration
2019-10-25 10:10:20 -04:00
Calen Pennington
d92dcb28bb
Expose user course duration in the user metadata
2019-10-25 10:02:55 -04:00
adeelehsan
edd8887e47
Merge pull request #22152 from edx/aehsan/prod-734/added_logs_in_lang_pref_middleware
...
Logs added to investigate the middleware
2019-10-25 15:52:57 +05:00
adeelehsan
88e7589a19
Logs added to investigate the middleware
2019-10-25 15:27:26 +05:00
Awais Qureshi
96400a9674
Merge pull request #22137 from edx/awais786/BOM-981-982
...
BOM-981
2019-10-25 14:52:52 +05:00
Ayub
6d471e24ac
Merge pull request #22142 from edx/BOM-987-2
...
BOM-987
2019-10-25 11:00:53 +05:00
Manjinder Singh
80c7f5af01
BOM-933: Fix type mismatches in various migrations 5 ( #22147 )
...
* fix type mismatch in third_party_auth migrations
* fix type mismatch in verify_student migrations
* fix type mismatch in video_config migrations
* fix type mismatch in verified_track_content migrations
* fix type mismatch in commercemigrations
* fix type mismatch in xblock_config migrations
* fix type mismatch in course_creators migrations
* fix type mismatch in contentstore migrations
2019-10-24 16:08:04 -04:00
Manjinder Singh
7f3045cf75
BOM-933: Fix type mismatches in various migrations 4 ( #22146 )
...
* fix type mismatch in course_goals migrations
* fix type mismatch in experiments migrations
* fix type mismatch in xblock_django migrations
* fix type mismatch in catalog migrations
* fix type mismatch in static_replace migrations
* fix type mismatch in bulk_email migrations
* fix type mismatch in course_overviews migrations
2019-10-24 13:47:51 -04:00
Manjinder Singh
a384e753fd
BOM-933: Fix type mismatches in various migrations ( #22112 )
...
* Fix type mismatches in the course_modes migrations
* Fix type mismatches in the course_action_state migrations
* Fix type mismatches in the schedules migrations
* Fix type mismatches in grades migrations
* Fix type mismatches in video_pipeline
* Fix type mismatches in api_admin
* Fix mismatches in credential migrations
2019-10-24 11:42:39 -04:00
Ayub khan
7428c23fb0
BOM-987
...
django_comment_common: Explicitly Set fields to unicode to avoid migration
2019-10-24 17:31:57 +05:00
Awais Qureshi
82fb16b2f7
BOM-981,983,984
...
Fixing migrations.
2019-10-24 14:53:39 +05:00
Ayub
7554eb1afd
Merge pull request #22110 from edx/BOM-951
...
BOM-951
2019-10-24 12:54:34 +05:00
adeelehsan
bf10345e3a
Merge pull request #22127 from edx/aehsan/prod-734/added_logs
...
Added logs to investigate the issue
2019-10-24 00:42:36 +05:00
adeelehsan
16d637c63f
Added logs to investigate the issue
2019-10-24 00:06:32 +05:00
Manjinder Singh
a40f1d9bd6
BOM-933: Fix type mismatches in various migrations 2 ( #22115 )
...
* Fix type mismatches in track migrations
* Fix type mismatches in oauth_dispatch
* Fix type mismatches in badges migrations
* fix type mismatch in contentserver migrations
* Fix type mismatches in mobile_api migrations
* fix type mismatch in crawlers migrations
* fix type mismatch in dark_lang migrations
* fix type mismatch in branding migrations
2019-10-23 13:04:36 -04:00
Matthew Piatetsky
86bb0cfa2c
add discount percentage configuration
2019-10-23 12:00:34 -04:00
julianajlk
6e0914ad5d
add FPD banner to courseware ( #22113 )
...
REV-980
2019-10-23 09:33:11 -04:00
Ayub khan
49032ba88e
BOM-951
...
waffle_utils: Explicitly Set fields to unicode to avoid migration
2019-10-23 15:11:34 +05:00
Zia Fazal
7ccd2a6901
Refactored enterprise unlink code to fix ENT-1890
...
Refactored enterprise unlink code to fix ENT-1890
Fixed quality violations and brokent test
Fixed pylint quality violations
Fixed failing unit test
Fixed broken test after rebasing with master
2019-10-23 11:35:58 +05:00
Hassan
29828d781c
Merge pull request #21969 from edx/hassan/backfill-history
...
Added management command to populate history from snapshot data.
2019-10-23 02:13:10 +05:00
Robert Raposa
8c9d63ef6c
Fix typo in comment ( #22121 )
2019-10-22 17:04:42 -04:00
Hassan Javeed
edb732d83a
Added management command to populate history as of 06/29.
2019-10-23 01:43:13 +05:00
Braden MacDonald
5fc73468b3
Change completion API to work with any learning context
2019-10-22 14:04:31 -04:00
Feanil Patel
9946fd3918
Merge pull request #22099 from edx/revert-22058-julianajlk/REV-980/first-purchase-discount-courseware
...
Revert "add first purchase discount to courseware (#22058 )"
2019-10-22 09:39:08 -04:00
Calen Pennington
b3421c8580
Merge pull request #22084 from cpennington/expose-access-denial-reasons
...
Expose access denial reasons inside verticals to the front-end on the…
2019-10-21 15:44:37 -04:00
adeelehsan
3b528f445c
Merge pull request #21950 from edx/aehsan/prod-735/logged_improverd_cache_miss_hit
...
Logged improved for cache
2019-10-21 23:50:37 +05:00
Feanil Patel
aa25b4a365
Merge pull request #22097 from edx/feanil/fix_sandbox_issues
...
Feanil/fix sandbox issues
2019-10-21 14:08:29 -04:00
julianajlk
98f907f23c
Revert "add first purchase discount to courseware ( #22058 )"
...
This reverts commit 059b619794 .
2019-10-21 13:57:18 -04:00
julianajlk
059b619794
add first purchase discount to courseware ( #22058 )
...
REV-980.
* moved get_first_purchase_offer_banner_fragment to Discounts utils.py
* added banner wrapper method
* updated banner with time limit
2019-10-21 13:56:38 -04:00
Calen Pennington
4e6e283495
Expose access denial reasons inside verticals to the front-end on the course outline
2019-10-21 12:41:36 -04:00
Feanil Patel
13a73fd776
Fix type mismatches in the django_comment_common migrations.
...
Mixing byte and unicode strings causes migrations to fail.
2019-10-21 11:40:54 -04:00
Feanil Patel
6584f81198
Fix type mismatches in the course_groups migration.
...
Mixing byte and unicode strings causes migrations to fail.
2019-10-21 10:54:31 -04:00
Feanil Patel
3d51bc7be3
Fix type mismatches in the bookmarks migration.
...
Mixing byte and unicode strings causes migrations to fail.
2019-10-21 10:53:59 -04:00
adeelehsan
c2600c44f2
Logged improved for cache
...
prod-735
2019-10-21 19:36:10 +05:00
Ayub khan
b3c062be1b
BOM-848 Different Hash Values
...
hashlib produces different md5 hash in python3 against same values as
compared to python2.
2019-10-21 14:02:49 +05:00
Muhammad Ammar
19fd375dc9
Merge pull request #22012 from edx/ammar/ent-1964-allow-user-to-edit-fullname-if-no-social-auth-record
...
allow user to edit fullname if no social auth record exists
2019-10-21 11:35:26 +05:00
Ned Batchelder
f5a79a7f36
Merge pull request #22082 from edx/nedbat/revert-22042
...
Revert pull request #22042
2019-10-18 20:06:09 -04:00
Matthew Piatetsky
9b6b3e85cf
Merge pull request #22070 from edx/REV-736
...
[REV-736] disable discount when upgrade deadline has passed
2019-10-18 16:52:18 -04:00
Matthew Piatetsky
ec8f9f8f86
disable discount when upgrade deadline has passed
2019-10-18 16:15:14 -04:00
Ned Batchelder
ea30aba6fc
Revert pull request #22042
...
Revert "Fix code quality test failures"
This reverts commit 8c55e11d1f .
Revert "Fix celery send_activation_email task failure"
This reverts commit 810eea0e51 .
Revert "Convert Account Activation Emails to edx-ACE"
This reverts commit 7984c37a4f .
2019-10-18 15:31:09 -04:00
Feanil Patel
05ab349c88
Merge pull request #22068 from edx/feanil/get_out_of_a_pickle
...
Create a custom Pickle Serializer
2019-10-18 14:48:24 -04:00