Commit Graph

49555 Commits

Author SHA1 Message Date
David Ormsbee
d2af1d4c5b Revert "Fix the unpredictable order randomization issue with randomized content blocks" 2019-05-08 12:42:44 -04:00
Jeremy Bowman
47292e5f92 Update StringIO usage for Python 3 (#20462) 2019-05-08 12:13:22 -04:00
edX requirements bot
e946acae01 Updating Python Requirements (#20458) 2019-05-08 10:21:46 -04:00
Jon Kiparsky
a85f456e21 INCR-222: Run python-modernize on common/test/acceptance/tests/lms (#20420)
* Run python-modernize on common/test/acceptance/tests/lms

* Fix code quality issues

* tweak mport order
2019-05-08 10:16:56 -04:00
Christie Rice
41bec63cc7 Merge pull request #20451 from edx/crice/REVEM-329_date
REVEM-239 Add audit access expiration deadline to user-metadata
2019-05-08 09:49:10 -04:00
Awais Jibran
d53ba6cb1d Merge pull request #20358 from edx/zaid/prod-232
Favicon icon fixed for studio.
2019-05-08 18:40:39 +05:00
Syed Muhammad Dawoud Sheraz Ali
1a11fbb8ce Merge pull request #20441 from edx/dsheraz/logs-discussion
added logs for more information
2019-05-08 18:08:41 +05:00
Christie Rice
6db32a36bc REVEM-239 Add audit access expiration deadline to user-metadata 2019-05-08 08:53:21 -04:00
AsadAzam
3d451b1add Merge pull request #20456 from edx/asad/PROD-230-logs
updated logs
2019-05-08 17:20:19 +05:00
DawoudSheraz
ca0800a4b1 added logs for more information 2019-05-08 16:29:33 +05:00
Muhammad Ammar
9458045695 Merge pull request #20457 from edx/ammar/update-edx-enterprise-version
update edx-enterpise version
2019-05-08 16:05:52 +05:00
muhammad-ammar
3e0c113fbb update edx-enterpise version 2019-05-08 15:22:27 +05:00
Uzair Rasheed
f8504fe0ca Merge pull request #20406 from edx/PROD-106/make-dynamic-copyright-year
Make copyright year dynamic
2019-05-08 14:51:38 +05:00
asadazam93
397ee3dc4e updated logs 2019-05-08 14:34:27 +05:00
uzairr
3d7b60dde4 Make copyright year dynamic
Currently, course email templates have hard-coded copyright year.
Marketing team needs to ping engineering to update it every year.
In this PR, steps are taken to make it dynamic.

PROD-106
2019-05-08 13:08:28 +05:00
Brendan
d35e88e271 INCR-214: python-modernize on common/lib/xmodule/xmodule/modulestore/tests (#20424)
* INCR-214: python-modernize on common/lib/xmodule/xmodule/modulestore/tests

* Running isort on common/lib/xmodule/xmodule/modulestore/tests

* Resolving issues with mangled comments and fixing int/long test
2019-05-07 23:49:43 -04:00
Mayank Jain
9bffa9a914 INCR-219: Run modernizer (#20415)
* INCR-219: Run python-modernize on `openedx/core/djangoapps/safe_sessions`

* disable pylint on six import to avoid isort and pylint guideline conflict
2019-05-07 16:41:53 -04:00
Anthony Wee
a73dd36f60 INCR-143: Run python-modernize on openedx/core/djangoapps/content/course_overviews (#20443)
* INCR-143: Run python-modernize on openedx/core/djangoapps/content/course_overviews

* isort

* pylint
2019-05-07 16:34:04 -04:00
Mayank Jain
ff6b58dfd8 INCR-213 run modernizer on djangoapps migrations & management (#20426)
* INCR-213 run modernizer on djangoapps migrations & management

* fix python 2 to 3 pylint redefined built in `reduce` warning

* regroup imports

* group the `__future__` imports in programs migration files
2019-05-07 16:05:40 -04:00
Jeremy Bowman
5eac6aa049 Upgrade to django-pipeline 1.6.14 (#20449) 2019-05-07 16:01:37 -04:00
jansenk
1caa647621 add program course enrollment PATCH 2019-05-07 15:52:03 -04:00
Cameron Cairns
6363090144 Addresses INCR-195 - runs modernise /student/tests (#20419) 2019-05-07 15:44:49 -04:00
Anthony Wee
3dcdf96faf INCR-123: Run python-modernize on common/djangoapps/track/backends (#20444)
* anthonywee/INCR-123

* isort
2019-05-07 15:16:42 -04:00
Anthony Wee
a0bb7e572d INCR-125: Run python-modernize on common/djangoapps/track/views and migrations (#20425)
* INCR-125: Run python-modernize on common/djangoapps/track/views and migrations

* isort
2019-05-07 14:26:57 -04:00
Bill Tucker
6031b220f5 INCR-208: run python-modernize and isort (#20434)
* INCR-208: run python-modernize and isort

This change supports python2 -> python3 transition.

* INCR-208:  combine import statements for cleaner look.

* INCR-208: combine import from __future__ statements for cleaner look.
2019-05-07 14:15:24 -04:00
Anthony Wee
b095ce15c8 INCR-124: Run python-modernize on common/djangoapps/track/tests (#20445)
* INCR-124: Run python-modernize on common/djangoapps/track/tests

* isort
2019-05-07 14:05:38 -04:00
Brendan
bef64192bb INCR-225: python-modernize on openedx/core/djangoapps/geoinfo, monkeypatch, plugin_api, and xmodule_django (#20422) 2019-05-07 13:19:14 -04:00
Anthony Wee
2ab8794c78 INCR-131: Run python-modernize on common/djangoapps/entitlements/api (#20448)
* INCR-131: Run python-modernize on common/djangoapps/entitlements/api

* isort
2019-05-07 13:05:21 -04:00
Anthony Wee
aa1d142ddd INCR-130: Run python-modernize on common/djangoapps/entitlements/migrations (#20447)
* INCR-130: Run python-modernize on common/djangoapps/entitlements/migrations

* isort
2019-05-07 13:01:04 -04:00
Anthony Wee
2d8dfa895f INCR-129: Run python-modernize on common/djangoapps/entitlements/management and tests (#20446)
* INCR-129: Run python-modernize on common/djangoapps/entitlements/management

* isort

* INCR-129: Run python-modernize on common/djangoapps/entitlements/tests

* isort
2019-05-07 12:52:09 -04:00
Brendan
6057527689 INCR-227: python-modernize on common/lib/xmodule/xmodule/video_module… (#20427)
* INCR-227: python-modernize on common/lib/xmodule/xmodule/video_module, partitions, and util

* pylint will ignore imports from six

* INCR-227 Fixing mangled comments and variable names
2019-05-07 12:13:02 -04:00
Anthony Wee
54de24596e INCR-114: Run python-modernize on openedx/core/djangoapps/auth_exchange (#20442)
* INCR-114: Run python-modernize on openedx/core/djangoapps/auth_exchange

* isort
2019-05-07 11:14:23 -04:00
Kyle Mulka
ba993c5937 INCR-226 run modernize on common/lib/xmodule/xmodule/modulestore/mong… (#20431)
* INCR-226 run modernize on common/lib/xmodule/xmodule/modulestore/mongo, split_mongo, and perf_tests

* fix pep8 error
2019-05-07 10:36:58 -04:00
Michael Youngstrom
7688581acc Merge pull request #20440 from edx/jenkins/upgrade-python-requirements-f7ed283
Python Requirements Update
2019-05-07 09:56:04 -04:00
Evans Dianga
391b91b99a Modernize common/djangoapps/util- INCR-203 (#20437) 2019-05-07 09:53:17 -04:00
zaidbamber161
caf7a2c23f Fix favicon for edx studio 2019-05-07 18:36:49 +05:00
Evans Dianga
0063c6f3e7 INCR-122 Modernize track/management. (#20433)
* Modernize track/management incr122. Change Author to myself

* Ran isort on common/djangoapps/track/management
2019-05-07 09:33:20 -04:00
Bill Tucker
92e8615669 INCR-224: run python-modernize and isort for openedx/features/course_duration/ (#20429) 2019-05-07 08:47:10 -04:00
edX requirements bot
4ed22f5cbd Updating Python Requirements 2019-05-07 06:54:58 -04:00
Mayank Jain
f7ed283e56 run modernizer on djangoapps-credentials migration, test & setting (#20428) 2019-05-07 01:51:50 -04:00
David Ormsbee
9010c78ebd Merge pull request #18675 from open-craft/guruprasad/randomize-question-order-pr
Fix the unpredictable order randomization issue with randomized content blocks
2019-05-06 23:27:06 -04:00
Anthony Wee
d9cd033e49 INCR-112: python-modernize openedx/core/djangoapps/ace_common (#20409)
* INCR-112: python-modernize openedx/core/djangoapps/ace_common

* isort

* suppress pylint errors

* Fix pylint disable
2019-05-06 22:48:48 -04:00
Kevin Nasto
02f7b75720 INCR-220 (#20414)
* Modernized 220

* Isort 220

* Fixed unused value in key,value dictionary interation
2019-05-06 22:45:27 -04:00
Kyle Mulka
4138445ad7 ran modernize on openedx/features/course_search, course_experience, and coursetalk (#20423) 2019-05-06 22:44:04 -04:00
Nimisha Asthagiri
e298004f88 Merge pull request #20394 from edx/arch/fix-synch-learner-data-for-enterprise
Account API: Fix Enterprise enforcement when NOT sync profile_data
2019-05-06 22:12:14 -04:00
Kyle Mulka
f532750a71 ran modernize on openedx/core/djangoapps/user_api/config, validation, migrations, course_tag (#20421) 2019-05-06 17:24:52 -04:00
Peter Pinch
316fbae265 INCR-119 modernize openedx/core/djangoapps/certificates … (#20418)
* modernize openedx/core/djangoapps/certificates
openedx/core/djangoapps/commerce
openedx/core/djangoapps/common_initialization
openedx/core/djangoapps/config_model_utils

* rewmove unused import
2019-05-06 17:04:30 -04:00
Peter Pinch
4f807dd702 INCR-155 Modernize openedx/core/djangoapps/video_config (#20408)
* run modernizer on openedx/core/djangoapps/embargo/

* sorting imports

* sort imports

* docstring

* try removing pylint disable
2019-05-06 16:43:42 -04:00
David Ormsbee
21cc1f4719 Merge branch 'master' into guruprasad/randomize-question-order-pr 2019-05-06 16:33:51 -04:00
Michael Youngstrom
97f13f6cf5 Merge pull request #20416 from mulka/incr-212
INCR-212 ran modernize on openedx/core/djangoapps/util/tests and management
2019-05-06 15:20:00 -04:00