Christie Rice
8f50edea6f
feat: Implement generation of regular V2 course certificates ( #27189 )
...
MICROBA-1039
2021-03-31 14:12:19 -04:00
Christie Rice
43f32a8f6b
feat: Add initial certificate generation checks for updated (V2) course certificates ( #27090 )
...
MICROBA-923
2021-03-22 10:07:21 -04:00
Christie Rice
4aff07ad82
MICROBA-923 Add method to generate V2 course certificates ( #26898 )
2021-03-09 11:02:19 -05:00
usamasadiq
84bb9faa3f
refactor: ran pyupgrade on lms/djangoapps/certificates
2021-02-25 19:58:39 +05:00
Christie Rice
7db147e06a
Fix lint-amnesty warnings ( #26412 )
2021-02-09 10:20:46 -05:00
Christie Rice
6e5a9f5f6f
MICROBA-918 Move methods to separate certificate generation from celery task to schedule certificate generation. Also standardizes imports. ( #26410 )
2021-02-08 10:01:04 -05:00
Jawayria
92a13c55c3
Applied pylint-amnesty to certificates
2021-02-02 19:23:48 +05:00
Christie Rice
3d6ab52b58
MICROBA-934 Trigger allowlist certificate generation from signals ( #26257 )
2021-02-01 13:12:10 -05:00
Christie Rice
3638005326
MICROBA-921 Add certificate allowlist ( #26129 )
2021-01-29 10:22:07 -05:00
Christie Rice
32e0eb2edc
MICROBA-921 Standardize imports within the certificates app for consistency ( #26131 )
2021-01-25 15:29:42 -05:00
Muhammad Soban Javed
f62b1c417b
replaced task decorator with shared_task decorator ( #25925 )
2021-01-07 19:46:34 +05:00
Robert Raposa
8eef18710d
set code_owner for celery tasks
...
ARCHBOM-1260
Co-authored-by: Tim McCormack <tmccormack@edx.org >
2020-11-17 15:33:33 -05:00
Aarif
6ee2089077
fixed warnings for wrong-import-order
2020-04-08 23:43:06 +05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
usama sadiq
26d493e34d
Certificate Generation Logs
...
Added additional logs in the certificate generation
task being executed after id verification of a learner.
2019-07-11 10:51:39 +05:00
usama sadiq
7a5f0b7d24
Pylint Warning Supression Removed
2019-06-27 12:15:06 +05:00
usama sadiq
23b2039c87
Python3 Update
...
Added future absolute_import
changed unicode() with six.text_type()
2019-06-27 12:15:06 +05:00
Matthew Piatetsky
6e81c84d8b
fix unicode strings in lms/ part 1
2019-02-05 15:15:02 -05:00
Brittney Exline
8d825fc977
LEARNER-5185 Fix bug in cert generation for passing users who become approved
...
Because of the way async tasks pass arguments, we were passing in a string of a dictionary
that contained the id verification status but checking it against a dictionary in the
task's function, which was causing errors for generating certificates for passing users
whose id verification status changes to approved after they are passing.
2018-05-14 11:04:28 -04:00
Brittney Exline
91e63ed8e0
ENT-945 Using SSOVerifications in ID Verification flow
...
This reworks what was done #17930 , since it had to be reverted from the IDVerificationAggregate migration.
We decided to abandon that model and directly read from both id verification models.
2018-04-30 11:57:59 -04:00
Brittney Exline
292f9ca831
Partial revert of "ENT-945 Update IDVerification interfaces to accountfor SSOVerification"
...
This partially reverts commit ee1c3a4548 .
The migration files introduced by the commit have been kept since they have been run
already on several enviornments.
2018-04-25 16:01:15 -04:00
Brittney Exline
ee1c3a4548
ENT-945 Update IDVerification interfaces to accountfor SSOVerification
2018-04-23 10:48:12 -04:00
Brittney Exline
d31d9bd684
ENT-942 Implement an abstraction layer for SoftwareSecurePhotoVerification class methods
2018-04-05 15:48:59 -04:00
Nimisha Asthagiri
549f4b661e
Schedules: Add celery task logging
2017-12-04 14:16:27 -05:00
Sofiya Semenova
3b34db29ff
ED-1319 Cert not accessible by learner
2017-09-18 12:09:28 -04:00
Alex Dusenbery
e17e9979d1
EDUCATOR-1117 | Call celery task with kwargs in the correct fashion.
2017-08-09 10:54:46 -04:00
Sanford Student
47db17c79e
instructor task for auto cert creation
2017-06-15 14:14:52 -04:00