Commit Graph

52494 Commits

Author SHA1 Message Date
jansenk
0622c69d75 add ProgramCourseEnrollment 2019-04-19 12:56:50 -04:00
Jeremy Bowman
5424155cd0 TE-2861 Use correct version of Django in tests (#20271) 2019-04-19 10:44:41 -04:00
Matt Hughes
1070ba0236 WIP: Remove misleading copy for Master's-only courses' course pages'
Logged out learners shouldn't be lead to believe they'll be able to
enroll themselves into such courses, which we're worried they may've
read into the existing copy

JIRA:EDUCATOR-4158
2019-04-19 10:30:24 -04:00
adeelehsan
e99c3852b3 geoip2: update maxmind geolite country database 2019-04-19 16:25:48 +05:00
Jeremy Bowman
34a0bd91e8 TE-2850 Resume RTD doc builds (#19910) 2019-04-18 15:41:13 -04:00
Calen Pennington
f18fc1e7aa Expose will_recheck_access further up the LMS xblock stack 2019-04-18 14:58:15 -04:00
Matt Hughes
fa4e3923e5 Merge pull request #20262 from edx/matthugs/safari-popup-blocking-user-confusion-proctoring
Mitigate learner confusion around blocked popups in proctoring flow
2019-04-18 13:57:28 -04:00
Michael Youngstrom
7ddb806135 Merge pull request #20223 from edx/youngstrom/deprecate-lettuce
Remove lettuce infrastructure
2019-04-18 11:54:57 -04:00
edX requirements bot
31e4315ef4 Updating Python Requirements (#20267) 2019-04-18 11:47:23 -04:00
Michael Youngstrom
a8058f71c6 Merge pull request #20268 from edx/youngstrom/fix-slack
Fix slack messaging in pipelines
2019-04-18 11:44:35 -04:00
Zainab Amir
4026e2f825 Merge pull request #20233 from edx/zamir/LEARNER_1338_add_button_for_lang_choice
Add language selection button in footer
2019-04-18 20:02:53 +05:00
Michael Youngstrom
640ff4ed10 Fix slack messaging in pipelines 2019-04-18 10:56:01 -04:00
Michael Youngstrom
bfe10720c6 Remove lettuce infrastructure 2019-04-18 09:58:21 -04:00
Christie Rice
e00dbe6484 Remove flaky test LMSLanguageTest.test_lms_language_change (#20264) 2019-04-18 08:43:54 -04:00
Zainab Amir
ab7fef23b1 Add language selection button in footer
In the footer added a button to the right of lang selection dropdown
which reloads the page once it's clicked.
2019-04-18 17:12:49 +05:00
Ned Batchelder
4ea60d637f Merge pull request #20256 from edx/nedbat/no-authors
No need to maintain AUTHORS
2019-04-18 06:46:21 -04:00
Zainab Amir
83db220064 Merge pull request #20252 from edx/zamir/LEARNER_5408_edit_verificationexpiry_email_template
Edit verification expiry email template
2019-04-18 15:04:28 +05:00
Zainab Amir
e36b3d14b0 Edit verificationexpiry email template
The changes adds line breaks in email template

LEARNER-5408
2019-04-18 14:18:04 +05:00
Zainab Amir
cc7bb4df7e Merge pull request #20234 from edx/zamir/PROD_190_fix_SendVerificationExpiryEmail_flaky_tests
Fix Flaky test in TestSendVerificationExpiryEmail
2019-04-18 11:44:04 +05:00
Zainab Amir
d39b150d3b Fix Flaky test in TestSendVerificationExpiryEmail
datetime.now(UTC) gives unexpected results. Using "now()" function
from django.utils.timezone tends to be a much more reliable way to
get a time zone aware timestamp for the current time.

PROD-190
2019-04-18 10:55:48 +05:00
Josue Balandrano Coronel
13b4c452fa Add capability to override MANUAL_ENROLLMENT_ROLE_CHOICES from lms.env.json 2019-04-17 14:34:45 -05:00
Christie Rice
32edefb425 REVEM-306 Remove experiments.add_program_price flag (#20259) 2019-04-17 15:26:08 -04:00
Matt Hughes
7961604d0e Mitigate user confusion around blocked popups in proctoring flow
JIRA:EDUCATOR-4242
2019-04-17 15:07:07 -04:00
Matt Drayer
1375b3d67f Merge pull request #20261 from edx/mattdrayer/ENT-1748-fix
Bump to edx-enterprise v1.4.7
2019-04-17 14:30:00 -04:00
Matthew Piatetsky
44bad70b2c Merge pull request #20238 from edx/REVMI-149
[REVMI-149] remove experiment code
2019-04-17 13:57:01 -04:00
Ned Batchelder
3328fec9cc Merge pull request #20260 from edx/nedbat/context-managers-need-finally
Context managers need to clean up properly
2019-04-17 13:56:23 -04:00
Matt Drayer
38df181a95 Bump to edx-enterprise v1.4.7 2019-04-17 13:42:02 -04:00
Michael Youngstrom
1bd29a5be0 Merge pull request #19960 from edx/youngstrom/axe-core
Upgrade axe-core (via bok-choy) to 3.2.2
2019-04-17 13:29:22 -04:00
Ned Batchelder
7d964b12db Context managers need to clean up properly
An @contextmanager will raise an exception from its yield statement if
an exception happens in the with-block that uses it.  If the context
manager needs to do clean up, it should do it even if an exception is
raised, so it needs to be done in a finally clause.
2019-04-17 13:14:48 -04:00
Christie Rice
9c1141c99d REVEM-305 Change default value of experiment flags to true (enabled) (#20242) 2019-04-17 12:22:53 -04:00
Michael Youngstrom
a87273ec01 Upgrade axe-core and ignore newly introduced failures 2019-04-17 12:18:32 -04:00
Michael Roytman
93ce716327 Merge pull request #20201 from edx/mroytman/EDUCATOR-4159-masters-only-logged-in
remove enroll CTA on course homepage for logged out users visiting a …
2019-04-17 11:12:26 -04:00
Ned Batchelder
c932555339 No need to maintain AUTHORS 2019-04-17 10:36:09 -04:00
Matthew Piatetsky
5ef9cf3d49 remove experiment code 2019-04-17 09:30:47 -04:00
Waheed Ahmed
fd6170f2d5 Merge pull request #20253 from edx/waheed/LEARNER-5258-message-updates
Update third party auth login page message.
2019-04-17 16:58:26 +05:00
Waheed Ahmed
3bdf83dba7 Update third party auth login page message.
LEARNER-5258
2019-04-17 15:20:38 +05:00
Jeremy Bowman
cd2e58e093 DEPR-16 Stop using deprecated OpaqueKey methods (#20248) 2019-04-16 17:59:16 -04:00
Calen Pennington
7eb95204b3 Merge pull request #20241 from cpennington/fbe-access-expiry-upgrade-deadline
Don't check the schedule upgrade_deadline before sending Access Expir…
2019-04-16 17:25:07 -04:00
Michael Roytman
f7d0753210 remove enroll CTA on course homepage for logged out users visiting a Master's only course 2019-04-16 16:05:56 -04:00
Matt Hughes
4ae62fff48 Merge pull request #20236 from edx/matthugs/move-pin-for-vendor-proctoring-module
Move pin for vendor proctoring module
2019-04-16 14:51:55 -04:00
Feanil Patel
c597d91fbd Merge pull request #20231 from edx/feanil/remove_gh_dep
Move from a github dep to a PyPI dependency.
2019-04-16 11:12:51 -07:00
Calen Pennington
35a20d0e48 Write up Bridgekeeper proposal for permissions 2019-04-16 14:10:43 -04:00
Calen Pennington
3ffe64525d Don't check the schedule upgrade_deadline before sending Access Expiry Email 2019-04-16 13:13:01 -04:00
Calen Pennington
7d695ab71a Merge pull request #20224 from cpennington/fbe-access-expiry-upgrade-deadline
Don't check the schedule upgrade_deadline before sending Access Expir…
2019-04-16 12:39:49 -04:00
Michael Youngstrom
92a13db861 Merge pull request #20228 from edx/jenkins/upgrade-python-requirements-7b96330
Python Requirements Update
2019-04-16 12:34:37 -04:00
Michael Youngstrom
24c38c836e Merge pull request #20239 from edx/testeng/bokchoy_auto_cache_update_3afe4a55ceaffa7fd17cf705645d1ec1196e5491
Bokchoy Testing DB Cache update
2019-04-16 12:17:49 -04:00
Feanil Patel
ca1f08e416 Move from a github dep to a PyPI dependency.
The pinned version is the one tagged with a release that is also on
PyPI.

https://github.com/jazzband/django-pipeline/tree/1.5.3

Use PyPI instead since that will be faster.
2019-04-16 09:00:59 -07:00
edX requirements bot
83fa117c37 Updating Python Requirements 2019-04-16 11:57:17 -04:00
Feanil Patel
ee6b628e16 Merge pull request #20230 from edx/feanil/remove_unused_files
Remove monitoring files.
2019-04-16 08:41:28 -07:00
Matt Drayer
52f5d58e98 Merge pull request #20235 from edx/mattdrayer/ENT-1692
edx-enterprise version bump to 1.4.5
2019-04-16 11:35:08 -04:00