Commit Graph

19353 Commits

Author SHA1 Message Date
Stu Young
58495485c5 INCR-291 Run python-modernize on lms/djangoapps/tests (#20588)
* run python modernize

* run isort
2019-05-15 15:36:52 -04:00
Stu Young
706b8e0c67 incr-290 (#20589)
* run python modernize

* run isort
2019-05-15 15:23:19 -04:00
Stu Young
10974f9f3a incr-267 (#20572)
* run python modernize

* run isort
2019-05-15 15:21:57 -04:00
Stu Young
937fcded38 incr-301 (#20625)
* run python modernize

* run isort
2019-05-15 15:21:13 -04:00
Stu Young
99bef9ecfa incr-295 (#20602)
* run python modernize

* run isort
2019-05-15 15:20:26 -04:00
Stu Young
5e20a0b0bb incr-313 (#20612)
* run python modernize

* run isort

* move imports together
2019-05-15 15:11:03 -04:00
Stu Young
fc80b28bbc INCR-304 Run python-modernize on lms/djangoapps/discussion/management (#20622)
* run python modernize

* run isort
2019-05-15 15:01:53 -04:00
Stu Young
c557379cab incr-268 (#20571)
* run python modernize

* run isort
2019-05-15 14:55:19 -04:00
Stu Young
158973ea70 incr-252 (#20553)
* run python-modernize
2019-05-15 14:54:38 -04:00
Stu Young
17a81f263f incr-296 (#20603)
* run python modernize

* run isort
2019-05-15 14:46:19 -04:00
Stu Young
90aea81dec incr-269 (#20570)
* run python modernize

* run isort
2019-05-15 14:43:46 -04:00
Christie Rice
822b2deca0 Merge pull request #20616 from edx/estute/INCR-309
INCR-309 Run python-modernize on lms/djangoapps/ccx/migrations
2019-05-15 14:30:58 -04:00
Douglas Hall
f4b7acfe00 Merge pull request #20613 from edx/estute/INCR-312
incr-312
2019-05-15 14:23:31 -04:00
Stu Young
a10c4186e5 incr-311 (#20614)
* run python modernize

* run isort
2019-05-15 14:23:02 -04:00
Christie Rice
2659b00bc7 Merge pull request #20607 from edx/estute/INCR-316
INCR-316 Run python-modernize on lms/djangoapps/grades/rest_api/v1
2019-05-15 14:12:54 -04:00
Stu Young
2b1efa4589 incr-318 (#20609)
* run python modernize

* run isort
2019-05-15 14:03:26 -04:00
Stuart Young
904cbf6d63 run isort 2019-05-15 10:00:40 -04:00
Stuart Young
4041fd69ae run python modernize 2019-05-15 10:00:38 -04:00
Stuart Young
3739609bef run isort 2019-05-15 09:59:53 -04:00
Stuart Young
43b885995d run python modernize 2019-05-15 09:59:51 -04:00
Stuart Young
b0250e3b38 run isort 2019-05-15 09:59:27 -04:00
Stuart Young
8b7bb776b0 run python modernize 2019-05-15 09:59:25 -04:00
Uzair Rasheed
915862500d Merge pull request #20549 from edx/LEARNER-5984/round-off-grade
Round off course card grade
2019-05-15 18:15:32 +05:00
Zainab Amir
f7d567e3ca Merge pull request #20547 from edx/zamir/PROD_67_optimize_award_program_certificates
Optimize award_program_certificates task
2019-05-15 15:54:15 +05:00
uzairr
6f00a2a82d Round off course card grade
Grades appeared with many decimals on their Programs page.To avoid it,
course grade is rounded off so that decimals can be ignored.

LEARNER-5984
2019-05-15 14:36:59 +05:00
Brian Mesick
805f4b6671 Merge pull request #20542 from edx/bmedx/update_instructor_data_verbiage
DE-1479- update instructor dash verbiage for reports
2019-05-14 14:02:07 -04:00
Christie Rice
036375322a REVEM-350 Consolidate code for user-metadata and dashboard-metadata 2019-05-14 09:38:03 -04:00
Zainab Amir
fd15fcc47d Optimize award_program_certificates task
More than 70% of the execution time is spent in CPU. The change of
query is to avoid the massive course_id__in the GeneratedCertificate
was doing on CourseOverview

PROD-67
2019-05-14 15:19:03 +05:00
bmedx
8b997f7173 DE-1479, update instructor dash verbiage for reports 2019-05-13 13:05:06 -04:00
Richard I Reilly
4592d6c2e4 Merge pull request #20526 from edx/rir/programEnrollmentPatch
Add PATCH method for program enrollments
2019-05-10 16:31:54 -04: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
Rick Reilly
604ab4fd15 Add PATCH method for program enrollments 2019-05-10 15:46:40 -04:00
emma-green
7dcd8071c4 Merge pull request #20258 from edx/emma-green/REVEM-282/A/Add-discount-applicability-endpoint
Add applicability endpoint
2019-05-10 11:23:57 -04:00
Zachary Hancock
2df1ca0c97 Merge pull request #20460 from edx/zhancock/complete-waiting-enrollments
complete waiting enrollments
2019-05-10 10:57:39 -04:00
Zach Hancock
b041a1f3e6 complete waiting enrollments 2019-05-10 09:55:24 -04:00
Emma Green
7ae68aa383 add applicability endpoint 2019-05-10 09:11:54 -04: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
David Ormsbee
d2af1d4c5b Revert "Fix the unpredictable order randomization issue with randomized content blocks" 2019-05-08 12:42:44 -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
Christie Rice
6db32a36bc REVEM-239 Add audit access expiration deadline to user-metadata 2019-05-08 08:53:21 -04:00
DawoudSheraz
ca0800a4b1 added logs for more information 2019-05-08 16:29:33 +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
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
David Ormsbee
21cc1f4719 Merge branch 'master' into guruprasad/randomize-question-order-pr 2019-05-06 16:33:51 -04:00
Nimisha Asthagiri
eb0791ec89 Inter-app API cleanup for Grades 2019-05-04 11:35:06 -04:00
bmedx
17cb93dd51 Re-adding django-simple-history for CourseEnrollment 2019-05-03 16:16:41 -04:00
Diana Huang
c8593a8615 Merge pull request #20265 from edx/diana/remove-diff-paid
Remove Diff Paid experimental features.
2019-05-03 16:03:48 -04:00
Diana Huang
c6a89b03b9 Remove Diff Paid experimental features. 2019-05-03 15:09:20 -04:00