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
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
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
Diana Huang
fd730a7af3
Set maximum search size to the ES default max.
2020-11-13 11:13:02 -05:00
Diana Huang
33d0a18d56
Update edx-platform to use Elasticsearch 7.
...
This reverts commit b73f755487 .
2020-11-13 11:13:01 -05:00
Asad
da640c13b5
Fixed social icons color
2020-11-13 19:35:26 +05:00
Gábor Boros
2a35410fe4
Expose banner image URL in course API
...
Banner image URL is exposed on the course list and course details API
endpoints. The new `banner_image_url` API field has both the relative
and absolute URLs for the image it represents, if it is set.
2020-11-13 15:35:13 +01:00
Saleem Latif
4a3f9b89fe
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-13 13:13:14 +05:00
Bianca Severino
161c089081
Merge pull request #25583 from edx/bseverino/idv-expiration-date
...
Default to expiry_date for older software secure photo verifications
2020-11-12 13:21:02 -05:00
David Ormsbee
2086f11a22
Merge pull request #24838 from open-craft/symbolist/convert-conditional-module-to-xblock
...
[BD-04] Convert Conditional XModule to XBlock
2020-11-12 13:04:26 -05:00
Bianca Severino
e4366646f9
Default to expiry_date for older software secure photo verifications
2020-11-12 12:34:04 -05:00
Michael Terry
6424a3f3e8
Merge pull request #25547 from edx/mikix/course-update-rewrite
...
AA-289: rewrite how course updates behave when dismissed
2020-11-12 11:28:56 -05:00
Michael Terry
40fbef4af2
AA-289: rewrite how course updates behave when dismissed
...
Previously, dismissing one course update would disable all future
updates. But that feels a bit limiting.
Instead, these are the new rules:
- If the newest update has not been dismissed yet, it gets displayed.
- If the newest update has been dismissed, we display nothing.
- Editing the newest update will cause it to be displayed again.
- New updates get displayed, even if previous updates were dismissed.
This commit includes a light refactoring and addition of some utility
methods to help manage the above.
It also notes that the learning MFE does not use the "latest_update"
waffle option, which controls the labeling of the update message.
2020-11-12 09:39:15 -05:00
Arslan Ashraf
7344ddb5e3
SysAdmin: Added deprecation warning for Sysadmin Dashboard
2020-11-12 16:54:18 +05:00
Bianca Severino
56d7ff8017
Set expiration_date field in IDVerificationAttempt model
2020-11-10 15:29:47 -05:00
Bianca Severino
82e8592fbe
Revert "Set expiration_date field in IDVerificationAttempt model"
2020-11-10 14:24:07 -05:00
Awais Qureshi
7201edb11d
Revert "Update routing config" ( #25536 )" ( #25549 )" ( #25553 )" ( #25561 )
...
This reverts commit db4c3b1210 .
2020-11-11 00:13:47 +05:00
Awais Qureshi
db4c3b1210
Revert "Revert ""Update routing config" ( #25536 )" ( #25549 )" ( #25553 )
...
This reverts commit c1fe3c3a93 .
2020-11-10 23:23:09 +05:00