Commit Graph

49145 Commits

Author SHA1 Message Date
Michael Youngstrom
68ab69a46b Merge pull request #20162 from jolyonb/incr-200
INCR-200 Migrate common/djangoapps/util/tests and migrations
2019-04-05 14:04:08 -04:00
Hasnain Naveed
6acf53173f Merge pull request #20048 from edx/hasnain-naveed/WL-1903
WL-1903 | Error handling for incorrect configuration of SAML Auth.
2019-04-05 15:55:03 +05:00
Jolyon Bloomfield
8adaca66d1 INCR-200 Migrate common/djangoapps/util/tests and migrations 2019-04-05 00:57:46 -04:00
Alex Dusenbery
cddf32560d Cleanup after tests. 2019-04-04 20:27:27 -04:00
Michael Youngstrom
b8e8f7bc28 Merge pull request #20148 from edx/youngstrom/upgrade-job
Upgrade post pip compile script
2019-04-04 12:24:20 -04:00
Michael Roytman
138c6e63e8 Merge pull request #20155 from edx/mroytman/bump-edx-proctoring-version-1.6.1
bump version of edx-proctoring package to 1.6.1
2019-04-04 12:24:09 -04:00
Michael Roytman
bcfd74618a bump version of edx-proctoring package to 1.6.1 2019-04-04 10:49:22 -04:00
Jolyon Bloomfield
b8e1478ff0 INCR-126 Modernize common/djangoapps/student/management/tests (#20151) 2019-04-04 10:08:02 -04:00
Michael Youngstrom
79663a5465 Fix post pip compile script 2019-04-03 16:37:44 -04:00
Feanil Patel
c4b0a6bfcf Merge pull request #20145 from edx/release-mergeback-to-master
Merge release back to master
2019-04-03 13:12:23 -07:00
Matthew Piatetsky
06d3fb9c9e Merge pull request #20117 from edx/REVMI-41
[REVMI-41] Test changes made to course blocks API
2019-04-03 15:21:32 -04:00
Jolyon Bloomfield
26351509ee INCR-196 Migrating common/djanjoapps/student/signals and views (#20138) 2019-04-03 15:16:55 -04:00
Alex Dusenbery
eff3a07005 Add a course_modes REST API. 2019-04-03 14:44:00 -04:00
Feanil Patel
dc6b6fe196 Merge branch 'master' into release-mergeback-to-master 2019-04-03 11:31:30 -07:00
Matthew Piatetsky
f69811ee91 add course blocks api check to _assert_block_is_gated function 2019-04-03 14:13:59 -04:00
Matthew Piatetsky
e14c5d69ec Merge pull request #20091 from edx/check_for_denial_reason
handle missing fields on access denied blocks
2019-04-03 14:13:03 -04:00
edx-pipeline-bot
d770189ba0 Merge pull request #20143 from edx/release-mergeback-to-master
Merge release back to master
2019-04-03 23:07:28 +05:00
Feanil Patel
0b6968589c Merge commit 'cdc42026b8b329c0d5b3737a9c1f7695e8963e9a' into feanil/new_rc
Doing this as a merge because the release is backlogged and we need
to make smaller increments onto the RC which have some changes that
don't land on master till much later.

The change we're missing on master is an upgrade of the newrelic plugin
that fixes a major memory issues for us.
2019-04-03 09:43:42 -07:00
Matthew Piatetsky
418540b713 handle missing fields on access denied blocks 2019-04-03 12:32:35 -04:00
Zia Fazal
3307e70423 Merge pull request #20139 from edx/ziafazal/WL-1908
WL-1908: Version bump to get edx-enterprise 1.3.10
2019-04-03 19:46:46 +05:00
Matthew Piatetsky
7dacd54d86 Merge pull request #20132 from edx/REVMI-92
Clarify partially enabled state in the FBE support tool
2019-04-03 09:50:33 -04:00
Michael Youngstrom
dc156e4f8c Merge pull request #20127 from edx/youngstrom/INCR-190
INCR-190
2019-04-03 09:31:31 -04:00
Zia Fazal
963e0fe22d Version bump to get edx-enterprise 1.3.10
revert pillow version
2019-04-03 13:23:17 +05:00
Jolyon Bloomfield
27e1d28ed2 INCR-185 Modernize common/lib/xmodule/xmodule/assetstore and contentstore (#20124)
* INCR-185 Modernize common/lib/xmodule/xmodule/assetstore and contentstore

* Adding check for python version when making integer contracts
2019-04-02 19:56:28 -04:00
Bessie Steinberg
fc696ef529 Merge pull request #20128 from edx/bessiesteinberg/ent-1334
ENT-1334: Fix: SSO users last_login set to NULL
2019-04-02 16:08:47 -04:00
Feanil Patel
442a9132d8 Merge pull request #20131 from edx/fix-nr-memory-leak
Upgrade newrelic agent to fix a memory leak in Python 2
2019-04-02 12:46:33 -07:00
Matthew Piatetsky
d9096e432e Clarify partially enabled state in the FBE support tool 2019-04-02 15:39:24 -04:00
Calen Pennington
e718933299 Upgrade newrelic agent to fix a memory leak in Python 2 2019-04-02 15:36:48 -04:00
Michael Youngstrom
d859d2300c INCR-190 2019-04-02 15:25:52 -04:00
Bessie Steinberg
243738f828 ENT-1334: Fix: SSO users last_login set to NULL
- The very first time a user signed in through SSO their ```last_login```
  field on the ```auth_user``` table was set to NULL instead of the
  appropriate time stamp.  This fixes that issue.
2019-04-02 14:40:55 -04:00
Michael Youngstrom
d62b393c58 Merge pull request #20125 from edx/youngstrom/INCR-128
INCR-128
2019-04-02 14:18:24 -04:00
Diana Huang
238a91c0e6 Merge pull request #20115 from edx/diana/removing-microsites
Remove dependence on microsite factory.
2019-04-02 13:57:35 -04:00
Douglas Hall
c8c365041b Merge pull request #20111 from edx/douglashall/ARCH-607
ARCH-607 Add API view for retrieving third party auth user status.
2019-04-02 13:40:13 -04:00
Douglas Hall
7128059921 Add API view for retrieving third party auth user status. 2019-04-02 12:58:13 -04:00
Michael Youngstrom
9d589f997d INCR-128 2019-04-02 12:40:26 -04:00
Michael Youngstrom
746b5a7e8d Merge pull request #20119 from edx/testeng/bokchoy_auto_cache_update_f2440cac82cfce5547d42c8bf9504468bee4a743
Bokchoy db cache update
2019-04-02 12:21:02 -04:00
Michael Youngstrom
fd4bb5191a Merge pull request #20113 from edx/INCR-187
INCR-187
2019-04-02 10:46:09 -04:00
Michael Youngstrom
e624b4f11e Merge pull request #20114 from edx/INCR-186
INCR-186
2019-04-02 10:45:53 -04:00
edx-cache-uploader-bot
db6de5990d Updating migrations 2019-04-02 10:32:26 -04:00
Andrés González
26b3a40133 INCR-108 (#20058)
* INCR-108: Run python-modernize on openedx/core/lib

* Fixed urlencode import

* Fixed diff quality warnings and six.string_types error

* Fixed pickle import

* Fixed iteritems import

* Fixed ungrouped imports

* Fixed six.moves import issues
2019-04-02 10:26:00 -04:00
Christie Rice
bfce40663e Merge pull request #20110 from edx/crice/flakyTest
Remove flaky test test_birth_year_not_set
2019-04-02 09:27:29 -04:00
Jeremy Bowman
95986c4f9a Merge pull request #20116 from jolyonb/incr-162
INCR-156 Migrated and cleaned up imports on /common/lib/capa/capa/tests/
2019-04-01 20:25:05 -04:00
David Ormsbee
e712be7892 Merge pull request #20094 from stvstnfrd/sysadmin/user-courses
Remove course listing from user tab of sysadmin
2019-04-01 17:45:26 -04:00
David Ormsbee
810b8b60f8 Merge pull request #19618 from open-craft/josuebc/upstream/BB-755
BB-755 Add feature to manually unlock a student account after too many login attempts.
2019-04-01 17:42:19 -04:00
David Ormsbee
cee5d47338 Merge pull request #20093 from stvstnfrd/sysadmin/plots
Remove unused 'plot' references in sysadmin
2019-04-01 17:28:47 -04:00
Michael Youngstrom
de52c6d310 INCR-186 2019-04-01 16:08:31 -04:00
Jolyon Bloomfield
932a76c958 INCR-162 Migrated and cleaned up imports on /common/lib/capa/capa/tests/ 2019-04-01 15:53:08 -04:00
Michael Youngstrom
01fa25a595 INCR-187 2019-04-01 15:47:32 -04:00
Diana Huang
bc37cf1247 Remove dependence on microsite factory. 2019-04-01 15:41:28 -04:00
Matt Tuchfarber
f2119ff837 Merge pull request #20112 from edx/tuchfarber/add_username_to_production_settings
Add username replacement worker to production settings
2019-04-01 11:55:06 -07:00