Calen Pennington
83daf2a1c9
Add tests of ORA2 dates on the dates page
2020-07-21 15:17:51 -04:00
Calen Pennington
3e47170470
Revert "Merge pull request #24547 from edx/revert-24503-ora2-dates-reprise"
...
This reverts commit 21d1f3d5d1 , reversing
changes made to 19f82258aa .
2020-07-21 11:54:06 -04:00
Dillon Dumesnil
75db9b2534
Revert "Ora2 dates reprise"
2020-07-20 09:55:02 -07:00
Jansen Kantor
bf66c177ff
EDUCATOR-5167: Fix Flaky Discussions Test ( #24532 )
...
* Revert "Delete flaky test according to process (#24441 )"
This reverts commit 87edb542b1 .
* fix flaky test, give count assert 1-query tolerance
2020-07-20 10:44:44 -04:00
Calen Pennington
14609d7166
Merge pull request #24503 from cpennington/ora2-dates-reprise
...
Ora2 dates reprise
2020-07-20 10:25:07 -04:00
Michael Terry
d1ec276af7
Merge pull request #24517 from edx/mikix/course-handouts
...
AA-121: add handouts to course home outlines API
2020-07-20 08:55:22 -04:00
stvn
1189580e0f
Merge PR #24521 cleanup/mfe-flags
...
* Commits:
Consolidate MFE redirect logic
2020-07-17 11:46:04 -07:00
uzairr
fb9ba90efe
PROD-1236: Do not expose user id with certificate URL.
2020-07-17 22:59:34 +05:00
Robert Raposa
ef51a44794
move CodeOwnerMetricMiddleware from LMS ( #24508 )
...
The CodeOwnerMetricMiddleware is being moved from
edx-platform to edx-django-utils so it can be used
in multiple IDAs.
ARCHBOM-1356
2020-07-17 11:35:40 -04:00
Michael Terry
a160744c7e
AA-121: add handouts to course home outlines API
...
This will let the learning MFE render the course handouts
2020-07-17 09:25:54 -04:00
stvn
9e31d65afe
Consolidate MFE redirect logic
...
Its ripe for confusion to have this logic split between two separate
methods. This consolidation should make things easier to understand and
hopefully, less issue prone.
We don't really benefit from having two methods here anyway, as one is
_only_ ever called by the other.
It's also misleading that the second helper, in `toggles.py`, _also_
checks the FEATURE flag, as well as the waffle flag.
2020-07-16 15:21:32 -07:00
Calen Pennington
7502ca021d
Handle ORA dates when an it has no valid_assessments
2020-07-16 15:12:26 -04:00
M. Zulqarnain
d26b8bf47b
Django 3.x deprecation warning fix in lms ( #24512 )
2020-07-16 18:29:09 +05:00
Robert Raposa
4053bfdfbd
move ENABLE_FORUM_DAILY_DIGEST default ( #24483 )
...
The default for ENABLE_FORUM_DAILY_DIGEST continues
to be True, but this moves the default from
common.py to code.
2020-07-15 14:48:05 -04:00
Ali Akbar
205793755f
Merge pull request #24476 from edx/aakbar/PROD-1850
...
removing logs, waffle flag and other older code
2020-07-15 23:34:29 +05:00
Calen Pennington
03ba0b8331
Revert "Merge pull request #24501 from edx/revert-24421-ora2-dates"
...
This reverts commit fccb52b6c8 , reversing
changes made to a0bc37866d .
2020-07-15 14:29:11 -04:00
Dillon Dumesnil
2601975fd3
Revert "AA-223 - Add ORA2 dates to the dates page"
2020-07-15 10:13:00 -07:00
Nathan Sprenkle
620bbd7649
Hide search boxes in private team-sets for non-privileged users ( #24444 )
2020-07-15 12:30:06 -04:00
Calen Pennington
d6bf54b576
Add ORA2 dates to the dates page
...
ORA2 (openassessment) problems have multiple dates associated with are
not bound to the `due` date that is modified by Personalized Learner
Schedules. We expose the ORA2 dates separately in the dates page
so that learners aren't surprised by the differing deadlines.
[AA-223]
2020-07-15 09:52:22 -04:00
Ali-D-Akbar
8b857edd80
removing logs, waffle flag and other old data
2020-07-15 17:00:05 +05:00
Michael Terry
f9d379203e
Merge pull request #24391 from edx/mikix/assignments-complete
...
AA-225: Only consider scored items for past due assignments
2020-07-14 15:28:52 -04:00
Michael Terry
939f268da8
AA-225: Only consider scored items for past due assignments
...
When considering if an assignment is past due for the dates tab,
only look at the scored and graded units in the subsection (i.e.
ignore reading and video units).
This still leaves the "complete" field alone -- i.e. those
subsections will still be left incomplete generally. But for
assignment-focused tasks, they will instead be considered complete.
2020-07-14 15:04:19 -04:00
Carla Duarte
30ce747357
Merge pull request #24430 from edx/ciduarte/AA-187
...
AA-187: Mobile API for course deadline data
2020-07-14 14:29:24 -04:00
Justin Lapierre
1c57bf1be5
Merge pull request #24348 from edx/EDUCATOR-5080
...
Educator 5080 - Refactor, rename and update docscript to reflect current teamset driven functionality
2020-07-14 13:57:38 -04:00
Carla Duarte
61228f34cf
AA-187: Mobile API for course deadline data
2020-07-14 12:29:08 -04:00
Nick
0b95c2d3ea
Merge pull request #24451 from edx/AA-160-calendar-sync-initial-email
...
AA-160 calendar sync initial email
2020-07-14 11:24:36 -04:00
Nicholas D'Alfonso
858c3750b0
AA-160 calendar sync initial email
...
-use Amazon SES to send calendar sync email when user initially
subscribes to the calendar sync feature
2020-07-14 10:58:01 -04:00
Bianca Severino
041becc846
Implement waffle flag for IDV redirect
...
Created helper function to render url dynamically
Modify helper function to include reverify links
Fix code based on failing tests
Fixed query string in redirect URL
2020-07-13 16:43:59 -04:00
Dillon Dumesnil
b479d511b7
Merge pull request #24424 from edx/ddumesnil/aa-226
...
AA-226: Adding Authentication classes to endpoints for mobile use
2020-07-13 08:19:52 -07:00
Dillon Dumesnil
b6967e96cf
Merge pull request #24443 from edx/ddumesnil/hide-dates-tab-unenrolled-aa-219
...
AA-219: Dates Tab behavior improvements
2020-07-13 07:31:29 -07:00
David Ormsbee
3b6965599c
Merge pull request #23910 from open-craft/samuel/fix-get-video-subs
...
SE-2589 fix AttributeError: 'LibraryLocatorV2' object has no attribute 'make_asset_key'
2020-07-10 14:59:30 -04:00
David Ormsbee
4fc481909e
Merge pull request #24218 from open-craft/symbolist/word-cloud-block
...
[BD-4] Convert WordCloud XModule into WordCloud XBlock. [SE-2722]
2020-07-10 13:39:27 -04:00
Matthew Carter
b0925fcc31
Merge pull request #24318 from edx/mattcarter/EDUCATOR-5088
...
ensure anonymous_id is persisted for each team member in a team
2020-07-10 12:53:30 -04:00
Dillon Dumesnil
be346499da
AA-219: Dates Tab behavior improvements
...
This switches the Dates Tab to be an enrolled tab allowing only
enrolled learners to view. Additionally, it will now redirect
logged out learners to the login page if they hit the Dates Tab directly.
2020-07-10 07:08:07 -07:00
Tim McCormack
87edb542b1
Delete flaky test according to process ( #24441 )
...
https://openedx.atlassian.net/browse/CR-2425 for re-evaluating it
2020-07-10 13:39:13 +00:00
adeelehsan
a26b9317db
Merge pull request #24418 from edx/aehsan/prod-674/get_useremail_from_request_session
...
Get user email from request
2020-07-10 18:06:03 +05:00
Justin Lapierre
6efa2c8f94
EDUCATOR-5080 - Removed repeat argument from test method
2020-07-10 08:58:39 -04:00
Justin Lapierre
bf4b87627b
Merge branch 'master' of github.com:edx/edx-platform into EDUCATOR-5080
2020-07-10 08:50:18 -04:00
adeelehsan
b26f26e993
Get user email from request
...
PROD-674
2020-07-10 16:50:05 +05:00
Mat Carter
5a90bf7f40
EDUCATOR-5088 - updated test to ensure record is stored.
2020-07-09 14:24:19 -04:00
Mat Carter
b386f0a25e
ensure anonymous_id is persisted for each team member in a team
2020-07-09 14:24:19 -04:00
Dillon Dumesnil
b3b812186e
Merge pull request #24434 from edx/ddumesnil/complete-field-date-block
...
Adding in missing field to the DateSummarySerializer
2020-07-09 07:28:26 -07:00
Dillon Dumesnil
1abfb98cab
Adding in missing field to the DateSummarySerializer
2020-07-09 06:53:11 -07:00
Robert Raposa
77e490f057
ARCHBOM-1305: remove deprecated flag_undefined_default ( #24426 )
...
This is the final step in removing the deprecated
flag_undefined_default as explained by the following ADR:
https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst
Notes:
* All uses of flag_undefined_default=False were always
supposed to have been no-ops.
* All uses of flag_undefined_default=True that are removed
in this PR have been replaced by migrations in past PRs.
* The temporary metric temp_flag_default_used id no longer
reporting any data.
ARCHBOM-1305
2020-07-09 09:31:31 -04:00
JJ
36e07f6be8
[REV-1205] Add ecommerce event tracking to course dashboard upgrade button ( #24338 )
...
Create a Javascript function to log upsell events to & attach the eventing to the course dashboard upsell button. The revenue squad is looking for more insight into which buttons users are clicking to get to the checkout page.
2020-07-09 09:28:03 -04:00
Awais Jibran
b30635af83
Merge pull request #24398 from edx/aj/remove-deprecated-idv-emails
...
Deprecate old idv emails
2020-07-09 16:10:13 +05:00
AsadAzam
0fa00c6e23
Merge pull request #24400 from edx/asad/prod-1634
...
Fixed email sent on valid sso verification
2020-07-09 16:04:48 +05:00
Asad
206977d571
Fixed email sent on valid sso verification
2020-07-09 13:37:35 +05:00
Awais Jibran
adaa701a76
Deprecate old idv code
2020-07-09 11:53:16 +05:00
Usman Khalid
4cc0f30db7
Convert WordCloudDescriptor and WordCloudModule into WordCloudBlock.
2020-07-09 09:46:54 +05:00