Calen Pennington
ff73f7d746
Merge pull request #20397 from cpennington/revmi-34-attempt-2
...
Revmi 34 attempt 2
2019-05-20 10:35:39 -04:00
Waheed Ahmed
137be4bf79
Merge pull request #20537 from edx/waheed/revert-LEARNER-4117
...
Revert "Making honor code not eligible for Certificate"
2019-05-20 14:29:02 +05:00
Waheed Ahmed
2c80a76f8e
Add feature flag to disable honor mode certificates.
...
Added a feature flag to disable honor mode certificates for
edx.org, by default set to false to allow honor mode certificates
for open community.
PROD-269
2019-05-20 12:53:22 +05:00
Josue Balandrano Coronel
0e85af8a98
Update CourseEnrollment Admin ModelForm to correct edit and create
...
student enrollments. We no longer need to parse the course key into an
opaque key since the opaque key class can already handle strings and the
parsing happens there. We also need to specify which course enrollment
are we editing or else the reference is lost when saving the edits.
2019-05-18 17:24:13 +02:00
Jolyon Bloomfield
86f564e1b6
Fixing course links in solution blocks
2019-05-17 23:12:42 -04:00
Calen Pennington
755a5c7db6
Augment content_type_gating tests to detect the failure case from the original REVMI-34 implementation
2019-05-16 15:17:33 -04:00
Dave St.Germain
0573b2e4d4
Grade runtime service support for Staff Graded Points
2019-05-16 10:21:46 -04:00
Maxim Dorovkov
8702e40589
INCR-230 - Run python-modernize and isort on common/lib/xmodule/xmodule ( #20506 )
...
* INCR-230 - Run python-modernize and isort on common/lib/xmodule/xmodule, plus a few minor fixes suggested by Jeremy
2019-05-16 10:09:15 -04:00
DawoudSheraz
4329168810
add visual check for due dates in self-paced courses
2019-05-16 16:35:42 +05:00
edX Transifex Bot
df6db15e2c
geoip2: update maxmind geolite country database
2019-05-15 20:33:12 +00:00
edX cache uploader bot
0948b5b96a
Updating Bokchoy testing database cache ( #20497 )
2019-05-15 11:46:14 -04:00
Jeremy Bowman
0b48665ad2
Fix flaky tab reordering test ( #20555 )
2019-05-14 16:10:46 -04:00
Amit
8649385861
INCR-244: Make compatible with Python 3.x without breaking Python 2.7… ( #20531 )
...
* INCR-244: Make compatible with Python 3.x without breaking Python 2.7 support on common/test/acceptance/pages [common, xblock]
* INCR-244: Add missing module docstring and fix for six import
* INCR-244: Update module docstring
2019-05-14 11:10:25 -04:00
Anthony Wee
489c78dfa7
INCR-132: Run python-modernize on common/djangoapps/status ( #20450 )
...
* INCR-132: Run python-modernize on common/djangoapps/status
* isort
* isort migrations
2019-05-13 13:00:01 -04:00
Amit
65f4a63ecf
INCR-248: Make compatible with Python 3.x without breaking Python 2.7… ( #20529 )
...
* INCR-248: Make compatible with Python 3.x without breaking Python 2.7 support --> common/djangoapps/xblock_django
* INCR-248: Grouped absolute_import and unicode_literals imports
* INCR-248: Grouped absolute_import and unicode_literals imports for migrations
2019-05-13 12:35:39 -04:00
Waheed Ahmed
98c286a009
Revert "Making honor code not eligible for Certificate"
...
This reverts commit 25130ae3c8 .
2019-05-13 15:39:35 +05:00
asadazam93
e7cae866c3
Reverted logs
2019-05-13 12:38:55 +05:00
Chris Pappas
d937708432
Merge pull request #20438 from edx/cpappas/ENT-1887
...
ENT-1887 | Adding logic for new business marketing footer url constru…
2019-05-10 16:28:27 -04:00
Amit
40068aecb5
INCR-232: Run python-modernize and isort on common/djangoapps/track ( #20513 )
2019-05-10 12:05:31 -04:00
Amit
a10fbd682c
INCR-231: Run python-modernize and isort at common/djangoapps/entitlements ( #20515 )
2019-05-10 11:14:18 -04:00
Stu Young
e1f47c0474
Merge pull request #20492 from edx/estute/delete-a-flaky-test
...
remove flaky test
2019-05-10 11:13:55 -04:00
Amit
9e6d71c49b
INCR-144: Run python-modernize on common/djangoapps/microsite_configuration/tests ( #20517 )
2019-05-10 10:16:31 -04:00
Amit
0bd61d5d9f
INCR-133: Run python-modernize on common/djangoapps/xblock_django [migrations, management, tests] ( #20520 )
2019-05-10 09:47:20 -04:00
Stu Young
c3571a5fb9
Merge pull request #20521 from amitvadhel/INCR-139
...
INCR-139
2019-05-10 09:44:26 -04:00
Amit
0491b3a14f
INCR-170: Run python-modernize on common/lib [safe_lxml, sandbox-packages] ( #20508 )
2019-05-10 09:00:44 -04:00
Amit
07b75ae690
INCR-164: Run python-modernize on common/djangoapps/microsite_configuration [backends, management, migrations] ( #20507 )
2019-05-10 08:37:27 -04:00
amitvadhel
8ef8dd27b2
INCR-139: Run python-modernize on common/djangoapps/third_party_auth/tests [tests, data]
2019-05-10 12:54:01 +03:00
Christopher Pappas
4c5ca6d086
ENT-1887 | Adding logic for new business marketing footer url construction, while maintaining backwards compatibility
...
Fixing quality test
Testsing out a default value for the sake of jenkins tests. will revert
Fix footer test from being flaky
Moving an import statement
ran isort. adding a test. fixing 1 quality issue
Quality cleanups
Attempting more quality fixes
adding back in config variable name for default value
Adding ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS to common settings
Changing marketing_url logic to only concatenate enterprise url to root if the enterprise url is relative (starts with a /)
quality fixes
2019-05-09 17:15:47 -04:00
Brian Mesick
a4a009e57b
Merge pull request #20222 from edx/bmedx/course_enrollment_history
...
Re-adding django-simple-history for CourseEnrollment
2019-05-09 13:02:07 -04:00
Amit
328bcbe047
INCR-135: Run python-modernize on common/djangoapps/edxmako ( #20483 )
2019-05-09 10:08:57 -04:00
Stuart Young
95b521c9c5
remove flaky test
2019-05-09 10:07:55 -04:00
Amit
f8ef9878d2
INCR-136: Run python-modernize at common/djangoapps/pipeline_mako ( #20482 )
2019-05-09 10:00:16 -04:00
Amit
9e2397a60a
INCR-137: Run python-modernize at common/djangoapps/static_replace ( #20481 )
2019-05-09 09:36:45 -04:00
Kyle Mulka
d4cbcfd5d5
INCR-229 ran modernize and isort on some files ( #20463 )
...
* INCR-229 ran modernize on common/lib/xmodule/xmodule/[a-g]*.py except for graders.py
* fix a couple xss-commit-linter issues
2019-05-09 00:57:09 -04:00
edX Transifex Bot
5cb0473495
geoip2: update maxmind geolite country database
2019-05-08 17:18:32 -04:00
kill-gear
69584ca573
incr-177 run python-modernize on openedx/features/learner_profile ( #20454 )
...
* incr-172
* incr-177 run modernize
* fixed bug due to running modernize
2019-05-08 16:50:04 -04:00
David Ormsbee
7f676317e6
Merge pull request #20466 from edx/revert-18675-guruprasad/randomize-question-order-pr
...
Revert "Fix the unpredictable order randomization issue with randomized content blocks"
2019-05-08 13:39:06 -04:00
Kyle Mulka
b2e6ed0488
incr-205 ran modernize on common/djangoapps/course_modes ( #20465 )
2019-05-08 13:35:40 -04:00
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
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
asadazam93
397ee3dc4e
updated logs
2019-05-08 14:34:27 +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
Jeremy Bowman
5eac6aa049
Upgrade to django-pipeline 1.6.14 ( #20449 )
2019-05-07 16:01:37 -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
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
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