Kyle McCormick
f4d5bc22f9
Improve repr() output of program_enrollments models
2020-03-18 14:33:36 -04:00
Matt Tuchfarber
d3bd327f33
Add coaching aside to edx.org theme dashboard.
2020-03-18 14:01:35 -04:00
Alex Dusenbery
2cdb244858
remove some potentially problematic tests
2020-03-18 13:26:48 -04:00
Alex Dusenbery
f2efb28833
Generate migrations for changes to default values of fields in the CourseTeam model.
2020-03-18 13:26:48 -04:00
adeel khan
e7d0970c67
Merge pull request #23428 from edx/adeel/prod_1348_fix_adblocking_expore_course_link
...
Fix link for ad blocker.
2020-03-18 14:10:06 +05:00
Awais Jibran
1296b6a79d
Merge pull request #23427 from edx/logs-cleanup
...
Remove/Limit log.info
2020-03-18 12:08:23 +05:00
Matt Hughes
acce8baca4
Add management command for retroactively adding sso IdV for IdP
...
We sometimes update preexisting SAML SSO providers to configure them
to automatically create SSO identity verification (IdV) records when a
learner links an account via that provider. Turning that configuration
from off to on does make it such that when learners log back in via
their linked account, a new IdV record will be created for them. But
it's possible we'd want this process to happen more automatically and
seamlessly, for which this management command will be helpful.
Note that this does not help with removing SSO verification records
for a provider for which this configuration has been turned off.
JIRA:EDUCATOR-4947
2020-03-17 16:04:24 -04:00
atesker
7e51f438e4
EDUCATOR-4903. Move defaults to correct place
...
EDUCATOR-4903. Move defaults to correct place - cr
2020-03-17 15:53:15 -04:00
Nicholas D'Alfonso
8e77a822fe
AA-73 courseware nonetype error
...
- ensure logic for displaying reset dealines banner in courseware
is behind the relative dates waffle flag, only shows if the
course is self paced, and handles the situation where no
sequentials exist.
2020-03-17 14:05:15 -04:00
Nathan Sprenkle
9535c37c79
Fix UX issues on Team Management tab ( #23417 )
...
* Don't disable download button after click
* Allow reuploading for team membership CSV
2020-03-17 12:03:53 -04:00
Nathan Sprenkle
8219ddc40a
Fix A11y issues on Team Management tab ( #23403 )
...
* Change upload div to a button for focus styling
* Fix team membership button resize on focus
* Remove box shadow from focus styling
2020-03-17 11:16:24 -04:00
Brandon Baker
98e5b9d4a3
Upgrade frontend-auth and frontend-enterprise ( #23377 )
...
* Upgrade frontend-enterprise and pass in user
ENT-2648
* Add react-router-dom
* Add back caret
2020-03-17 10:31:37 -04:00
Jansen Kantor
fe93f68163
EDUCATOR-4938: Teams Tab does not consider Teamset max_size ( #23348 )
...
* correctly resolve teamset-level and course-level max_team_size
2020-03-17 10:01:09 -04:00
Michael Terry
bc722ed565
Merge pull request #23422 from edx/mikix/fix-segment-tracking
...
Fix error in experiment tracking
2020-03-17 08:35:06 -04:00
Adeel Khan
51480918dd
Fix link for ad blocker.
...
Explore new courses links gets
disabled by ad blocker. Changing
class name to bypass this.
PROD-1348
2020-03-17 17:34:44 +05:00
Awais Jibran
d47a0b61a9
301k in last 7 days.
2020-03-17 17:31:37 +05:00
HammadAhmadWaqas
968761e7f9
better exception handling
2020-03-17 15:55:36 +05:00
Hammad Ahmad Waqas
e9113e5273
Merge pull request #23413 from edx/hammad/ENT-2580
...
ENT-2580 | printing only id for failed enterprise course enrollments
2020-03-17 12:03:02 +05:00
Michael Terry
2e5f2f2be3
Fix error in experiment tracking
...
If the user is not logged in, the ExperimentWaffleFlag code was
raising an exception when trying to send an event to segment.
This is a quick fix to ignore anonymous users.
2020-03-16 17:40:55 -04:00
Jeff LaJoie
11a9a4e471
AA-51: Adds in 'Up next' banner to course home
2020-03-16 15:50:19 -04:00
Awais Jibran
d95e8724d8
Merge pull request #23342 from edx/aj/disable-forums-digests
...
(story): Add switch to disable forum digest in prod.
2020-03-16 20:49:07 +05:00
Michael Terry
4c241e57fe
Add func to generate ics for schedule
...
This is an unused-as-of-yet utility function to generate a bunch
of ics files for a user's course schedule. Will be used as part
of the calendar_sync feature package.
AA-37
2020-03-16 10:51:51 -04:00
HammadAhmadWaqas
62e791f8b0
printing only id for failed enterprise course enrollment.
...
also setting query batch size 1000 instead of 5000
2020-03-16 19:07:55 +05:00
Awais Qureshi
0f002bafb8
BOM-1399
...
checking django-wiki and fixing deprecation warnings.
2020-03-16 14:37:18 +05:00
Hammad Ahmad Waqas
f692739da3
Merge pull request #23191 from edx/hammad/ENT-2580
...
ENT-2580 | added management command to push old enrollments to ecommerce
2020-03-16 12:55:38 +05:00
Awais Jibran
ac0779f0ff
Merge pull request #23402 from edx/logs-cleanup
...
Handle deprecation warn by importing right class.
2020-03-13 23:55:08 +05:00
Zachary Hancock
2325b3af7a
history on bulk create of enrollments ( #23389 )
...
fixes bug where bulk creation of enrollments caused no new history records to be created
2020-03-13 12:55:58 -04:00
Awais Jibran
65094cbf35
Handle deprecation warn by importing right class.
...
2900k/ last 7 days
2020-03-13 21:50:40 +05:00
Simon Chen
b34af45393
MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees
...
This reverts commit 37f3c3f829 .
2020-03-13 11:28:16 -04:00
Albert (AJ) St. Aubin
a5ec801a2a
Add an Admin page view to add External IDs for Users in bulk
...
[MICROBA-152]
2020-03-13 10:20:24 -04:00
Nick
18e3c2fd52
Merge pull request #23373 from edx/AA-59-reset-dates-banner-on-courseware
...
AA-59 show reset dates banner on courseware page
2020-03-13 08:14:00 -04:00
Nicholas D'Alfonso
3cee26feb4
AA-59 show reset dates banner on courseware page
...
- Also, only show banner if the course end_date has not already
pass AND if the user is verified within the course.
2020-03-12 19:52:54 -04:00
David Ormsbee
37f3c3f829
Revert "MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees"
...
This reverts commit 9bdcb9c5f5 .
2020-03-12 17:28:58 -04:00
Simon Chen
9bdcb9c5f5
MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees
2020-03-12 15:47:26 -04:00
Abdul Hannan
fa6633ba4e
DO NOT MERGE - NEED FAKE - Rename start in schedule 5/5 ( #22392 )
...
* Remove start field in Schedules
Co-authored-by: hunytalk <ahannan@edx.org >
Co-authored-by: Cory Lee <cory@edx.org >
2020-03-12 15:40:19 -04:00
Dillon Dumesnil
c3493d5138
Merge pull request #23356 from edx/ddumesnil/AA-58
...
AA-58: Add date-summary-container html back in
2020-03-12 10:51:04 -04:00
Awais Jibran
ebd6494af2
Merge pull request #23380 from edx/logs-cleanup
...
Remove unnecessary logs.
2020-03-12 16:38:54 +05:00
Awais Jibran
084b409662
Unnecessary logs.
2020-03-12 15:15:22 +05:00
Nathan Sprenkle
5578cca1cc
Show multiple team memberships in My Team tab ( #23324 )
...
* Enable pagiation to show all a learner's teams on the "My Teams" tab
* Selectively hide/show pagination on the "My Teams" tab
* Increase "My Teams" page size to 5
2020-03-11 15:05:15 -04:00
atesker
2c922dd795
EDUCATOR-4941
...
cr1
cr2
cr3
cr3-remove unused var
2020-03-11 10:50:13 -04:00
Alex Dusenbery
5db8023f74
Add LMS/CMS FEATURE toggles related to ORA; update to ORA 2.6.18.
2020-03-11 10:21:20 -04:00
Waheed Ahmed
f54b9a42e7
Disallow NaN value for speed key.
...
The VideoBlock `handle_ajax` is allowing NaN values for speed key
and causing videos to not load. Also added a data migration to fix
the data for learners.
PROD-1148
2020-03-11 18:45:49 +05:00
Samuel Walladge
badd608136
Allow overriding broker heartbeat ( #21567 )
...
BROKER_HEARTBEAT appears to interfere with the celery worker
configuration. If we want to disable or change the heartbeat interval,
It must be from these configuration options.
Just setting --without-heartbeat and/or --heartbeat-interval on the
workers does not fully work. Eg. --without-heartbeat disables sending
heartbeats, but BROKER_HEARTBEAT = 60 means that the connection will get
a 60s heartbeat interval negotiated.
2020-03-11 09:28:38 -04:00
Dillon Dumesnil
9586a2e3e8
AA-58: Add date-summary-container html back in
2020-03-11 09:24:09 -04:00
adeelehsan
98cc0b24db
Fixed pagination.
...
Before getting data validate the page number
on the current number of pages
2020-03-11 10:04:04 +05:00
Jeff LaJoie
f624b2c94e
Merge pull request #23361 from edx/jlajoie/local-time-for-dates-tab
...
Uses user local time for dates tab
2020-03-10 15:53:47 -04:00
Dillon Dumesnil
f395e5f5cf
Merge pull request #23284 from edx/ddumesnil/calendar-sync-button-AA-36
...
AA-36: Link to toggle calendar sync
2020-03-10 15:37:01 -04:00
Dillon Dumesnil
a59155e83c
AA-36: Link to toggle calendar sync
2020-03-10 14:45:29 -04:00
Jeff LaJoie
bbfb630aa8
Uses user local time for dates tab
2020-03-10 13:41:25 -04:00
Michael Terry
2349541818
Merge pull request #23351 from edx/mikix/non-staff-deadline-banner
...
Don't show reset-dates banner for staff
2020-03-10 12:41:00 -04:00