azanbinzahid
c6e36c4fa2
PROD-2229
2020-11-30 17:20:36 +05:00
azanbinzahid
c04fa4b92d
PROD-2230
2020-11-30 17:20:36 +05:00
azanbinzahid
478570793f
PROD-2246
2020-11-30 17:20:36 +05:00
azanbinzahid
e091313c72
PROD-2249
2020-11-30 17:20:36 +05:00
azanbinzahid
7d42bd225c
PROD-2244
2020-11-30 17:20:36 +05:00
azanbinzahid
09f55b8db6
PROD-2231
2020-11-30 17:20:36 +05:00
azanbinzahid
6e53cb99f8
PROD-2232
2020-11-30 17:20:36 +05:00
root
f1f6c291ab
PROD-2250
2020-11-30 17:20:36 +05:00
azanbinzahid
a760f19824
PROD-2233
2020-11-30 17:10:26 +05:00
Awais Jibran
f8436a0ab8
Update Course Date Links to be buttons
2020-11-30 17:09:03 +05:00
Ali-D-Akbar
49f86c004f
PROD-2236
2020-11-30 16:05:40 +05:00
Awais Jibran
c29184be3a
Course Updates "Not sure" link
2020-11-28 01:51:49 +05:00
Awais Jibran
cebb4eaeb2
Update Masquerade text color for specific learner
...
Ensure that while masquerading as a specific learner you can view the text telling you what learner is being previewed.
2020-11-27 15:39:23 +05:00
David Ormsbee
ff382578ea
Merge pull request #25581 from mitodl/arslanashraf/195-sysadmin-deprecation-warning
...
SysAdmin: Added deprecation warning for Sysadmin Dashboard
2020-11-25 10:33:24 -05:00
Michael Terry
e8d9a254bd
AA-459: Respect user's timezone in access-expiration message
...
Before, it would just always use UTC.
2020-11-24 12:02:19 -05:00
Christie Rice
d80a7786e1
MICROBA-734 Rename specific color ( #25671 )
2020-11-24 10:13:00 -05:00
David Ormsbee
60d71b2e8c
Merge pull request #25650 from edx/ormsbee/tnl-7665-blackout-dates
...
Format blackout dates to match rest of Discussions API.
2020-11-24 09:15:02 -05:00
Usman Khalid
4a6f2b81a9
Convert Annotatable XModule to XBlock.
2020-11-24 04:58:59 +05:00
Tim McCormack
2f8fa9e4f2
Leave warning about changing generated comment ( #25660 )
...
ARCHBOM-1544
2020-11-23 18:01:42 +00:00
David Ormsbee
a333a71411
Format blackout dates to match rest of Discussions API.
...
Technically, both "2020-10-20T23:59:00Z" and "2020-10-20T23:59:00+00:00"
are ISO-8601 compliant, though the latter is preferred. The Discussions
API uses the "Z" notation for almost all its dates, except for the
course blackout dates (those times when students aren't allowed to post
anything because it would threaten exam integrity). That's because the
blackout dates are manually formatted using datetime.isoformat().
As best as I can tell, we've always passed back the "+00:00" for the
blackout dates. But at some point, this broke the expectations of the
mobile apps, which expect the "+Z" format, like the rest of the API.
This commit changes the blackout dates to be returned in +Z format when
the blackout datetimes are specified by the user in UTC (which is almost
always the case–I suspect the mobile clients would break if the dates
were specified in other timezones anyhow).
2020-11-23 10:30:12 -05:00
Feanil Patel
1137e48467
Merge pull request #25646 from open-craft/0x29a/squash_tests_warnings
...
Replace 'multi_db = True' with 'databases = {alias for alias in connections}'
2020-11-20 09:53:24 -05:00
Ned Batchelder
75c56a6c8c
Merge pull request #25645 from open-craft/0x29a/squash_warning
...
Fix imports, remove unused import
2020-11-19 19:11:02 -05:00
Matthew Piatetsky
81705589a4
Merge pull request #25636 from edx/add_course_name_to_metadata
...
Add display name field to user metadata
2020-11-19 11:19:02 -05:00
Feanil Patel
b09c418d22
Merge pull request #25594 from edx/feanil/async_milestone_eval
...
Run subsection completion milestones task async.
2020-11-19 10:47:03 -05:00
0x29a
8961db4f10
Fix imports, remove unused import
2020-11-19 14:37:09 +01:00
0x29a
c83a505635
Replace 'multi_db = True' with 'databases = {alias for alias in connections}'
...
Check this ticket for details: https://code.djangoproject.com/ticket/29513
2020-11-19 14:06:51 +01:00
Saleem Latif
54f59bc3b4
Revert migration update as it creates more issues than it fixes.
2020-11-19 11:25:16 +05:00
Matthew Piatetsky
007d4b388f
Add display name field to user metadata
2020-11-18 14:06:09 -05:00
Christie Rice
852d61eaff
MICROBA-666 Add migration for executive education mode ( #25631 )
2020-11-18 13:18:27 -05:00
Albert (AJ) St. Aubin
9e5071e0c3
[MICROBA-746] Improve this code to check for the availability of banner_images
2020-11-18 08:11:44 -05:00
Saleem Latif
618417ccef
Merge pull request #25620 from edx/saleem-latif/ENT-3680-fix-sandbox-build
...
ENT-3702: Fix sandbox builds, because of signal chains, UserProfile table must be present before adding a User
2020-11-18 14:34:56 +05:00
Awais Jibran
28311e3aa5
Merge pull request #25610 from edx/aj/update-progress-page-border
...
Branding: Update boder-left on Progress page
2020-11-18 13:26:52 +05:00
Saleem Latif
c0de670c5b
Fix sandboax builds, because of signal chains, UserProfile table must be predent before adding a User
2020-11-18 12:55:40 +05:00
Robert Raposa
9ae82024fc
Merge pull request #25584 from edx/robrap/ARCHBOM-1260-code-owner-decorator
...
ARCHBOM-1260: set code_owner for celery tasks
2020-11-17 19:32:59 -05:00
Sarina Canelake
5a0e93b676
Merge pull request #25571 from edx/sarina/DEPR-48
...
DEPR-48 Remove CourseTalk & Course Reviews integrations
2020-11-17 16:40:41 -05:00
Robert Raposa
8eef18710d
set code_owner for celery tasks
...
ARCHBOM-1260
Co-authored-by: Tim McCormack <tmccormack@edx.org >
2020-11-17 15:33:33 -05:00
Justin Hynes
dcfa7ea72c
MB-714 | Fix log message when generating certificates
...
[MB-714]
- While investigating a certificate generation issue I happened to notice a log statement whose arguments were backwards
2020-11-17 14:15:12 -05:00
Diana Huang
afeea75d9e
Add changes to support ES7 and edx-search 2.0 back into the tree.
2020-11-17 13:23:13 -05:00
sarina
b8bd4f6310
DEPR-48 Remove CourseTalk integration & Course Reviews functionality
2020-11-17 13:11:54 -05:00
Fred Smith
8654feb7e1
Merge pull request #22966 from open-craft/samuel/remove-unused-defaults
...
SE-1841 remove unused defaults
2020-11-17 12:34:01 -05:00
David Ormsbee
6a55b833dc
Merge pull request #25045 from open-craft/gabor/expose-banner-image-url
...
[SE-3329] Expose banner image url in course API
2020-11-17 11:08:18 -05:00
Thomas Tracy
44187fb4d2
Fix courserun_key name to properly be picked up by snowflake ( #25605 )
2020-11-17 10:18:07 -05:00
Awais Jibran
21b29e8155
Update boder-left on Progress page
2020-11-17 20:10:15 +05:00
Saleem Latif
903ca33aff
Merge pull request #25586 from edx/saleem-latif/ENT-3680-fix
...
ENT-3680: Do not send email if profile not created, this code path is run as a result UserPreference save signal before profile is created.
2020-11-16 11:59:07 +05:00
edX Transifex Bot
1ca41a7861
fix(i18n): update translations
2020-11-15 16:34:09 -05:00
Feanil Patel
eeae57597d
Run subsection completion milestones task async.
...
This function is a celery task but it seems like it is not being
called correctly. The way it was, it would run in process. We
update the call so that it is called asynchronously as a celery
task instead.
This may have some user facing impact as the work might now take
longer to do than when it was running in the request process.
However leaving it as is, definitely makes the user experience slower
causes us to do computationally intensive work in the web request. It
also makes it much harder to monitor as our ownership assignment tracking
for the feature does not work correctly.
2020-11-13 13:58:24 -05:00
Diana Huang
8d652e6a4b
Revert "Merge pull request #25515 from edx/diana/edx-search"
...
This reverts commit 9714d7412f , reversing
changes made to 5bc7c3996b .
2020-11-13 13:16:16 -05:00
Diana Huang
9714d7412f
Merge pull request #25515 from edx/diana/edx-search
...
Update edx-platform to use Elasticsearch 7.
2020-11-13 13:11:32 -05:00
Feanil Patel
5bc7c3996b
Merge pull request #25590 from edx/feanil/update_ownership_mappings
...
ARCHBOM-1369 Update ownership mappings.
2020-11-13 13:07:19 -05:00
Feanil Patel
3cd9b8c41a
Update ownership mappings.
...
Add mapping from django apps to repos so we can look up owners by this repo
in the ownership mapping.
2020-11-13 12:05:14 -05:00