Amit
087250cff7
INCR-250: Make compatible with Python 3.x without breaking Python 2.7… ( #20534 )
...
* INCR-250: Make compatible with Python 3.x without breaking Python 2.7 support --> openedx/core/djangoapps/programs
* INCR-250: Disable pylint warning and replace _f placeholder with actual name
* INCR-250: pylint format correction and fix over length line limit
2019-06-11 10:17:52 -04:00
Amit
fd7527e136
INCR-239 ( #20510 )
...
* INCR-239: Run python-modernize and isort on openedx/core/djangoapps/programs [tests, tasks]
* INCR-239: Grouped six package and represent unused variables with _
2019-05-10 12:35:41 -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
Nimisha Asthagiri
eb0791ec89
Inter-app API cleanup for Grades
2019-05-04 11:35:06 -04: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
Jason Myatt
09d51b00b5
Filter out certificates for nonexistent courses
...
LEARNER-7086. Uses a new model manager for GeneratedCertificate that excludes
certificates whose course_id does not correspond to a valid CourseOverview
2019-03-08 11:28:41 -05:00
emma-green
507cfb8942
Merge pull request #19849 from edx/emma-green/REVEM-176/C/Hacky-cache-course_runs-to-programs
...
add course to program caching
2019-02-25 10:41:51 -05:00
Dave St.Germain
954c8e1a67
Merge pull request #19771 from edx/dahlia/masters-track
...
Added master's track
2019-02-25 10:11:24 -05:00
Emma Green
57b7150b09
add course to program caching
2019-02-22 13:18:23 -05:00
Calen Pennington
78c8950ea3
Clean up a few remaining unicode format string errors
2019-02-20 15:28:14 -05:00
Matt Hughes
17f0a4fb52
Allow educators to partition masters students as content groups
...
JIRA:EDUCATOR-4022
2019-02-20 12:40:53 -05:00
emma-green
cbf3f78325
Revert "WIP:Cache course runs to programs"
2019-02-20 12:03:07 -05:00
Emma Green
f2139bbe2f
add courses to programs to cache
2019-02-19 15:17:23 -05:00
Julia Eskew
368f221f0a
Initial start on annotations.
2019-02-19 11:24:21 -05:00
Matthew Piatetsky
f294b1a374
fix unicode strings in openedx/ part 1
2019-02-13 10:47:35 -05:00
Michael Youngstrom
4bbd1dee0b
Remove shards from commonlib-unit tests
2019-02-12 14:28:35 -05:00
nadeemshahzad
bc09bdf35a
Move award program certificates tasks to background_process queue (OPS-3687)
2019-01-25 12:47:46 +00:00
Stu Young
4e1a3b05df
Revert "Move award program certificates tasks to background_process queue (OPS-3687)"
2019-01-24 11:37:42 -05:00
nadeemshahzad
97dd3763d3
move program certificates tasks to background_process queue
2019-01-23 14:13:33 +00:00
Ned Batchelder
3353e7425e
Remove unused imports
2018-11-03 16:07:05 -04:00
Emma Green
ce7b094cfb
don't error out to user programs with really old course runs not in lms
2018-10-19 13:25:28 -04:00
Michael Terry
c90edab169
Bundle an SQL query for performance
...
We were doing many individual SQL queries for certificates when
awarding program certs. It's possible this was contributing to
high SQL load. Instead, let's bundle those queries up into a larger
one.
LEARNER-6490
2018-10-05 12:43:47 -04:00
hasnain-naveed
282fe39337
WL-1645 | Suppressing Error Alerts for WL Programs without Program Certificates.
2018-10-01 18:58:43 +05:00
Diana Huang
755ebc8c7f
Send program cert visible_date
...
When sending a program cert to Credentials, also send along a
calculated visible_date along with it.
LEARNER-6262
2018-09-04 16:05:24 -04:00
Jeremy Bowman
f2626c0d70
TE-2646 Use headless Chrome for a11y tests
2018-08-28 17:26:26 -04:00
Bill DeRusha
cce8a53ba9
Add logging to signal and flag to mgmt cmd for credential grades
2018-08-28 09:19:19 -04:00
Jeremy Bowman
380a24f7ef
TE-2689 Remove useless pylint suppressions part 6
2018-08-21 13:54:34 -04:00
Dillon Dumesnil
258cd3fe06
Fixing constant and adding in tests
2018-08-13 17:27:49 -04:00
Diana Huang
23860605f0
Merge pull request #18699 from edx/mikix/visible_date
...
Fix visible dates sent to Credentials
2018-08-06 10:49:30 -04:00
Diana Huang
718c6a9340
Test fixes for branch.
2018-08-03 15:37:52 -04:00
Michael Terry
caaf351e63
Fix visible dates sent to Credentials
...
If we have a future available_date, send that to Credentials rather
than sending the modified date.
LEARNER-5995
2018-08-03 15:37:52 -04:00
Jeremy Bowman
c290bf8a07
TE-2524 Stop using nose.plugins - openedx
2018-08-02 14:54:50 -04:00
Brandon Baker
2f8c5af246
Add better http error handling to award program certificate
2018-08-01 15:42:56 -04:00
Brandon Baker
101714bd0e
Properly handle errors in award program certificates
...
LEARNER-6004
2018-08-01 09:52:05 -04:00
Michael Terry
3222d3fd13
Site config flag for Learner Records
...
Allow site admins to disable integration for the Learner Records
feature in Credentials.
LEARNER-5987
2018-07-30 16:18:24 -04:00
Christopher Lee
3c6a62edd0
Added more details to logs in a program certificate exception
...
LEARNER-5332
2018-07-26 16:18:48 -04:00
Waheed Ahmed
c2ad6f4002
Revert "Fix PDF cert gereration/regeneration and URLs."
2018-07-26 18:20:27 +05:00
Tasawer Nawaz
87ddb56bbb
fix exception handling in award program certificate task
...
LEARNER-4467
2018-07-16 18:31:55 +05:00
irfanuddinahmad
a46a28e983
incorporated manual verification
2018-06-25 12:08:54 +05:00
Jeff LaJoie
056c1b8e99
LEARNER-5050: Adds in str serialization for celery tasks
2018-06-20 16:17:38 -04:00
Christopher Lee
52d2b2de74
Add namespaced_name to WaffleSwitch
2018-06-19 13:51:19 -04:00
Christopher Lee
b8028163d3
Merge pull request #18384 from edx/clee/anonbasketcalc
...
Add switch to always calculate program price as anon user
2018-06-18 13:43:13 -04:00
christopher lee
56f83b5704
Add switch to always calculate program price as anon user
...
LEARNER-5555
2018-06-18 12:33:40 -04:00
Jeff LaJoie
b07374ed39
LEARNER-5050: Adds award course cert job to post to Credentials
2018-06-18 08:54:58 -04:00
Brian Mesick
832f6a7157
Merge pull request #18320 from edx/bmedx/remove_111_test_marks
...
Remove unused pytest markers for Django 1.11 upgrade
2018-06-06 11:15:26 -04:00
bmedx
c125ff6a57
Remove unused pytest markers for Django 1.11 upgrade
2018-06-06 09:58:38 -04:00
Waheed Ahmed
23d1beedf7
Merge pull request #18285 from edx/waheed/LEARNER-4520-fix-pdf-certificates
...
Fix PDF cert gereration/regeneration and URLs.
2018-06-06 15:36:52 +05:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Michael Terry
27a2b8f676
Only get program certs from credentials
...
Allow our utility function to filter out course certs when asking
Credentials for a list of certificates. This way once we start
handing back course certs, the LMS won't be surprised by
assumptions about what the credentials service will give back.
2018-06-01 12:53:18 -04:00
Waheed Ahmed
baf3e594be
Fix PDF cert gereration/regeneration and URLs.
...
Since cert_html_view_enabled is deprecated and set default true,
PDF certificates are not appearing for learners and staff also
unable to regenerate them.
LEARNER-4520
2018-05-31 15:45:31 +05:00