Matt Tuchfarber
568dcf5686
Merge pull request #23440 from edx/tuchfarber/fix_plugin_context_adr
...
Fix rst formatting for plugin view context ADR
2020-03-18 14:32:06 -04:00
edX cache uploader bot
650a5679a4
Updating Bokchoy testing database cache ( #23444 )
2020-03-18 14:30:58 -04:00
Matt Tuchfarber
f596a27064
Fix rst formatting for plugin view context ADR
2020-03-18 14:02:05 -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
Matt Tuchfarber
2559c42836
Merge pull request #23330 from edx/tuchfarber/add_dashboard_context
...
Allow plugins to update contexts in specific views
2020-03-18 10:29:56 -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 Tuchfarber
0a8b06a122
Lints and final tweaks
2020-03-17 22:19:22 -04:00
edX cache uploader bot
ebb739af86
Updating Bokchoy testing database cache ( #23434 )
2020-03-17 18:00:30 -04:00
Cory Lee
c02d761045
Reenabling test now that the renames on the schedules table are completed ( #23388 )
...
* Reenabling this since the renames on the schedules table are completed
* Reverting regex change that caused migration to be generated for userprofile
2020-03-17 16:23:14 -04: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
Cory Lee
d0c3f16c2c
DENG-17 Make schedules and schedulehistory the same ( #23419 )
2020-03-17 14:40:04 -04:00
Michael Terry
5591a2358a
Merge pull request #23421 from edx/mikix/graded-probs
...
Show number of problems in outline
2020-03-17 14:37:51 -04:00
edX cache uploader bot
391f155b3e
Updating Bokchoy testing database cache ( #23430 )
2020-03-17 14:31:14 -04:00
Nick
34ea405ffb
Merge pull request #23431 from edx/ndalfonso/AA-73-courseware-nonetype-error
...
AA-73 courseware nonetype error
2020-03-17 14:30:38 -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
Michael Terry
a199c6bfd9
Show number of problems in outline
...
Specifically, the number of 'problem' blocks that are graded, in
a given subsection. Also shows an icon next to the subsection if so.
AA-45
2020-03-17 12:44:11 -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
adeelehsan
6f7585c6b7
Merge pull request #23426 from edx/aehsan/configuration_model_added_for_recover_account_command
...
Configuration model added for account recover command
2020-03-17 20:59:06 +05:00
Thomas Tracy
4d9f20689a
MICROBA-253 add phone number field api for coaching plugin ( #23406 )
...
* MICROBA-253 add phone number field api for coaching plugin
* Remove hardcoded value
* Requested changes
* Add logger to models_api.py for student
* Import model with underscore to prevent exporting
* Moved return outside of try/catch block
* Add docstring
* whitespace
2020-03-17 11:52:27 -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
adeelehsan
2131ebf03d
Configuration model added for account recover command
2020-03-17 19:43:53 +05: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
Awais Jibran
e3069877af
383k instance / 7 days.
2020-03-17 16:59:19 +05:00
Hammad Ahmad Waqas
7bab5e179b
Merge pull request #23424 from edx/hammad/ENT-2580
...
ENT-2580| better exception handling
2020-03-17 16:29:44 +05:00
edX requirements bot
9b7f563fb1
Updating Python Requirements ( #23425 )
2020-03-17 07:24:03 -04: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
Matt Tuchfarber
8a48218628
Typos, constant names, add context nesting.
2020-03-16 17:39:24 -04:00
Matthew Piatetsky
85f3592b89
Merge pull request #23420 from edx/REV-1119
...
[REV-1119] Enable first purchase discount for all eligible users
2020-03-16 17:16:24 -04:00
Jeff LaJoie
278e698abe
Merge pull request #23343 from edx/jlajoie/AA-51
...
AA-51: Adds in 'Up next' banner to course home
2020-03-16 16:32:20 -04:00
edX cache uploader bot
efbd8c6684
Updating Bokchoy testing database cache ( #23415 )
2020-03-16 16:02:20 -04:00
Jeff LaJoie
11a9a4e471
AA-51: Adds in 'Up next' banner to course home
2020-03-16 15:50:19 -04:00
Matthew Piatetsky
be0f5b70e9
Remove holdback check to give first purchase discount to all eligible users
...
Not fully cleaning up the holdback code yet since the follow on first purchase discount tests may make use of it
REV-1119
2020-03-16 15:28:45 -04:00
David Ormsbee
e9dbed948b
Merge pull request #21365 from open-craft/agrendalath/one-letter-extra-fields
...
Allow one letter extra fields
2020-03-16 14:29:10 -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
d7381708de
Merge pull request #23404 from edx/mikix/icalendar
...
Add func to generate ics for schedule
2020-03-16 11:31:32 -04:00
Cory Lee
43b3a2004c
Readd historical schedule fks ( #23414 )
...
* Readd historical schedule fks
2020-03-16 11:22:17 -04:00
adeelehsan
9608528cb3
Merge pull request #23395 from edx/aehsan/prod-1361/command_for_account_recovery
...
Command added to recover learner accounts
2020-03-16 19:59:28 +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
adeelehsan
c0f9053ddb
Command added to recover accounts
...
PROD-1361
2020-03-16 19:23:26 +05: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
Manjinder Singh
bcff9dbde3
Remove shortuuid from req and ran make upgrade ( #23397 )
2020-03-16 09:15:41 -04:00