Michael Youngstrom
640ff4ed10
Fix slack messaging in pipelines
2019-04-18 10:56:01 -04:00
Christie Rice
e00dbe6484
Remove flaky test LMSLanguageTest.test_lms_language_change ( #20264 )
2019-04-18 08:43:54 -04: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
Christie Rice
32edefb425
REVEM-306 Remove experiments.add_program_price flag ( #20259 )
2019-04-17 15:26:08 -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
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
edX cache uploader bot
9b694f015e
Updating Bokchoy testing database cache
2019-04-16 10:40:24 -04:00
Richard I Reilly
f468cf2208
Merge pull request #20135 from edx/rir/addProgramEnrollments
...
Add ProgramEnrollment app and model for masters
2019-04-16 10:28:54 -04:00
Matt Hughes
3afd2b8ff3
Move pin for vendor proctoring module
...
This has the effect of preventing Open edX installations from having
details which should be in configuration (because they're
edx.org-specific) end up in their applications.
2019-04-16 09:26:41 -04:00
Matt Drayer
7c135bf33b
edx-enterprise version bump to 1.4.5
2019-04-16 08:52:40 -04:00
Matthew Piatetsky
f893f86f36
Merge pull request #20211 from edx/REVMI-103c
...
Change enabled_for_enrollment/enabled_for_course to return false if a course has no verified mode or a user is not enrolled in the audit mode
2019-04-16 08:45:05 -04:00
Feanil Patel
bda6bd35e6
Remove monitoring files.
...
We used these when we were hooked up to gemnasium but
we haven't been working with that for a little while.
2019-04-15 17:57:24 -04:00
Waheed Ahmed
7b96330d0a
Merge pull request #20152 from edx/waheed/LEARNER-5258-escape-login-error-messages
...
Escape login error messages.
2019-04-15 15:18:58 +05:00
Waheed Ahmed
6da5f36a7f
Escape login error messages.
...
Used Text/HTML functions to escape login error messages.
LEARNER-5258
2019-04-15 12:31:00 +05:00
edX Transifex Bot
38244fefbf
fix(i18n): update translations
2019-04-14 17:28:51 -04:00
Matthew Piatetsky
62b9bb89c8
Change content_type_gating enabled_for_enrollment to return false if a course has no verified mode or a user is not enrolled in the audit mode
2019-04-14 16:32:13 -04:00
Rick Reilly
2bf3e6621e
Add ProgramEnrollment app and model for masters
2019-04-12 15:50:30 -04:00
albemarle
05a682f55e
use new, shorter names for feature toggle annotations ( #20202 )
2019-04-12 15:46:09 -04:00
Calen Pennington
10531559d5
Don't check the schedule upgrade_deadline before sending Access Expiry Email
2019-04-12 14:22:12 -04:00
Matt Drayer
81721dc111
Merge pull request #20221 from edx/mattdrayer/ENT-1748
...
edx-enterprise version bump to 1.4.4
2019-04-12 13:30:18 -04:00
Calen Pennington
484d916627
Merge pull request #20218 from cpennington/fbe-improve-support-form
...
Show complete reason on both content type gating and course duration …
2019-04-12 11:41:33 -04:00
Matt Drayer
7e28a0850c
edx-enterprise version bump to 1.4.4
2019-04-12 11:23:51 -04:00