Commit Graph

2799 Commits

Author SHA1 Message Date
Stu Young
73578845ae Merge pull request #20317 from eduNEXT/anmrdz/INCR-174
INCR-174
2019-04-25 12:04:13 -04:00
Ana Maria Rodriguez
75cae7ebd2 INCR-174
Run python-modernize on openedx/core/djangoapps/heartbeat and openedx/core/djangoapps/signals
2019-04-24 14:07:32 -05:00
Michael Youngstrom
353d006839 INCR-115 2019-04-24 11:07:37 -04:00
Hammad Ahmad Waqas
26ef549941 Merge pull request #20232 from edx/hammad/WL-1913
WL-1913 | sync_hubspot_contacts Jenkins job disabled due to OOM
2019-04-22 16:56:07 +05:00
Hammad Ahmad Waqas
90a8c3fd20 using generators instead of list for sync_hubspot_contact command to
handle OOM issues
2019-04-22 11:46:38 +05:00
Michael Youngstrom
7ddb806135 Merge pull request #20223 from edx/youngstrom/deprecate-lettuce
Remove lettuce infrastructure
2019-04-18 11:54:57 -04:00
Michael Youngstrom
bfe10720c6 Remove lettuce infrastructure 2019-04-18 09:58:21 -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
Waheed Ahmed
3bdf83dba7 Update third party auth login page message.
LEARNER-5258
2019-04-17 15:20:38 +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
Nimisha Asthagiri
dbde017a9b Order History: Toggled redirection to Microfrontend
ARCH-641
2019-04-11 08:21:49 -04:00
Hammad Ahmad Waqas
7e9b6d3a82 Merge pull request #20195 from edx/hammad/WL-1904
WL-1904 | Enrollment view does not support URL-encoded course keys
2019-04-11 11:59:35 +05:00
Douglas Hall
c4a26571cc Return 401 from login_refresh if the user is not authenticated. 2019-04-10 15:25:32 -04:00
Hammad Ahmad Waqas
75f59decc2 for logout view, encoding and decoding next query param if not already encoded. 2019-04-10 19:41:50 +05:00
Zainab Amir
97e26785e3 Change attribute in ProgramDataExtender log warning
The variable course_run is not an attribute of object
ProgramDataExtender and should not be accessed using self.

LEARNER-6734
2019-04-10 12:11:31 +05:00
Michael Youngstrom
7841cbaa96 Merge pull request #20161 from jolyonb/incr-199
INCR-199 migrate openedx/core/djangoapps/schedules
2019-04-08 10:28:56 -04:00
Dave St.Germain
66e104b816 Modernize course_groups 2019-04-05 14:01:42 -04:00
Jolyon Bloomfield
f2a0bd666e Fixing quality 2019-04-05 12:00:04 -04:00
Jolyon Bloomfield
b66e367520 INCR-199 migrate openedx/core/djangoapps/schedules 2019-04-05 00:43:41 -04:00
Michael Youngstrom
d859d2300c INCR-190 2019-04-02 15:25:52 -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
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
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
Michael Youngstrom
de52c6d310 INCR-186 2019-04-01 16:08:31 -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
Jeremy Bowman
c75da56a85 Merge pull request #20105 from open-craft/giovanni/incr-118
INCR-118: Run python-modernize on openedx/core/djangoapps/content/cou…
2019-03-29 18:37:46 -07:00
Alex Dusenbery
3848e86ce9 EDUCATOR-4222 | Let the gating API read persistent grade information. 2019-03-29 16:13:56 -04:00
Michael Youngstrom
9ce60190d4 Merge pull request #20090 from edx/youngstrom/INCR-113
INCR-113
2019-03-29 14:53:38 -04:00
Michael Youngstrom
98cd8881b6 Merge pull request #20088 from edx/youngstrom/INCR-138
INCR-138
2019-03-29 14:14:04 -04:00
Michael Youngstrom
54a8b4baf9 Merge pull request #20087 from edx/youngstrom/INCR-182
INCR-182
2019-03-29 14:13:47 -04:00
Michael Youngstrom
69f1c6efdc INCR-113 2019-03-29 11:14:31 -04:00
Robert Raposa
1875f006c6 Merge pull request #20076 from edx/robrap/ARCH-603-oauth-application-access-command
ARCH-603: add optional scopes to create application access
2019-03-29 10:01:54 -04:00
Michael Youngstrom
cc13efdc2c INCR-138 2019-03-29 09:52:59 -04:00
Michael Youngstrom
ef6e03f32b INCR-182 2019-03-29 09:47:35 -04:00
Michael Youngstrom
8ad58c35d3 Merge pull request #20075 from edx/youngstrom/INCR-169
INCR-169
2019-03-29 09:29:56 -04:00
Michael Youngstrom
a1a6131979 Merge pull request #20074 from edx/youngstrom/finish-catalog
INCR-181
2019-03-29 09:29:34 -04:00
Giovanni Cimolin da Silva
13e8322b00 INCR-118: Run python-modernize on openedx/core/djangoapps/content/course_overviews/migrations 2019-03-28 15:46:29 -07:00
Guruprasad Lakshmi Narayanan
2e305964f5 [INCR-180] Compatibility changes - openedx/core/djangoapps/theming/tests 2019-03-28 15:26:31 -07:00
Michael Youngstrom
b238752d94 INCR-169 2019-03-28 17:15:45 -04:00
Robert Raposa
c12048ed1f add optional scopes to create application access
Supply create_dot_application with optional scopes argument to create
an oauth_dispatch ApplicationAccess with the provided scopes.

ARCH-603
2019-03-28 17:04:30 -04:00
Michael Youngstrom
a5e8c167eb Run python-modernize on openedx/core/djangoapps/catalog 2019-03-28 16:52:29 -04:00
Michael Youngstrom
63f799ff8f Merge pull request #20066 from edx/youngstrom/INCR-117
INCR-117: Run python-modernize on catalog/management, catalog/migrations, catalog/tests
2019-03-28 15:56:05 -04:00
Michael Youngstrom
c8f5d55a17 Merge pull request #20063 from edx/youngstrom/INCR-153
INCR-153: Run python-modernize on openedx/core/djangoapps/credit/tests
2019-03-28 15:55:53 -04:00
Cory Lee
f6bf01661a Merge pull request #19959 from edx/coryleeio/remove_aws_py
Remove aws.py
2019-03-28 15:25:35 -04:00
Christopher Pappas
3fcf99f65b ENT-1556 - Adding in roles claim to jwt for use with edx rbac
Adding logic that adds roles to jwt

Quality fixes
2019-03-28 14:17:07 -04:00
Cory Lee
fc402473c0 Merge branch 'master' into coryleeio/remove_aws_py 2019-03-28 14:08:02 -04:00
Michael Youngstrom
c5b99ec035 python-modernize and isort 2019-03-28 12:49:29 -04:00
Michael Youngstrom
6d3e7237da Merge pull request #20062 from edx/youngstrom/INCR-171
INCR-171: Run python-modernize on openedx/core/djangoapps/profile_images
2019-03-28 12:05:29 -04:00