David Ormsbee
9a1385585f
Convert response bytes to str before JSON parsing. ( #21375 )
...
Convert response bytes to str before JSON parsing.
2019-08-19 11:01:55 -04:00
uzairr
80316c632d
Update Help msgs of management commands
...
PROD-399
2019-08-02 15:20:26 +05:00
Matthew Piatetsky
17ef02e34f
add preview_certificates permission
2019-07-31 13:39:16 -04: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
88a574b14c
Merge pull request #20965 from edx/usama/INCR-468
...
INCR-468
2019-07-09 11:42:41 +05:00
Amit
2c8c3b8a74
INCR-469: Updates on Python 3.x, disable: import-error and fix line over length ( #20962 )
2019-07-08 13:57:26 -04:00
usama sadiq
eef3b65535
Python3 Update
...
Added future absolute_import
Changed unicode() with six.text_type()
2019-07-08 19:41:58 +05:00
adeelehsan
72c5cb09e3
Merge pull request #20889 from edx/aehsan/INCR-471
...
Python3 update
2019-06-27 19:17:53 +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
adeelehsan
1b227232c5
Python3 update
...
INCR-471
2019-06-25 15:47:00 +05:00
edx-pipeline-bot
de5d25eccc
Merge pull request #20794 from edx/private_to_public_55dd3e1
...
Mergeback PR from private to public.
2019-06-11 19:17:13 +05:00
Nimisha Asthagiri
407438970b
Merge pull request #20709 from edx/bom/certificates-readme
...
README for certificates
2019-05-29 15:33:03 -04:00
Nimisha Asthagiri
aee2d36580
Remove microsites from certificates
...
DEPR-26
2019-05-29 03:15:53 -04:00
Nimisha Asthagiri
1118c2bef7
README for certificates
2019-05-29 02:49:41 -04:00
noraiz-anwar
34cf433588
rate limit requests for password reset emails
2019-05-23 13:29:36 +05:00
Stu Young
c33bd1c643
INCR-262 Run python-modernize on lms/djangoapps/certificates/migrations and lms/djangoapps/certificates/views ( #20558 )
...
* run python modernize
* run isort
* Fix quality
2019-05-21 11:32:51 -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
Stu Young
43d5000443
incr-261 ( #20557 )
...
* run python modernize
* run isort
2019-05-15 15:58:20 -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
Waheed Ahmed
98c286a009
Revert "Making honor code not eligible for Certificate"
...
This reverts commit 25130ae3c8 .
2019-05-13 15:39:35 +05:00
Nimisha Asthagiri
eb0791ec89
Inter-app API cleanup for Grades
2019-05-04 11:35:06 -04:00
Ned Batchelder
2171ddb9df
URL patterns should be anchored. SEC-367
...
Some notes:
* The completion API was pulled out into a new repo, but left behind a
url() entry. That entry used a different namespace than the
pulled-out repo, so I had to fix the one place we used the namespace.
* Two urls couldn't be anchored because they broke tests:
url(r'users/(?P<user_id>\w+)/followed$', views.followed_threads, name='followed_threads'),
url(r'users/(?P<user_id>\w+)$', views.user_profile, name='user_profile'),
2019-04-23 09:19:23 -04:00
Dave St.Germain
5b8c5d4500
Master's certs will automatically be generated
2019-04-05 12:02:38 -04:00
Dave St.Germain
66744598df
Master's track will result in a verified cert
2019-04-05 12:02:38 -04:00
Dave St.Germain
d379ffc383
Added masters to cert modes
2019-04-05 12:02:38 -04:00
Douglas Hall
04b2c12893
Include GeneratedCertificate modified date in certificates API response.
2019-03-22 12:39:18 -04:00
adeelehsan
b4f1a774c2
Removing logs
...
Removing all the logs added for
the investigation of learner-6943
2019-03-14 15:23:10 +05:00
Douglas Hall
092d1bdf01
Check GeneratedCertificate.download_url before using HTML cert URL.
2019-03-11 14:18:16 -04:00
Jason Myatt
ccfce4ac27
Merge pull request #19940 from edx/jmyatt/filter-out-stale-generated-certificates
...
Filter out certificates for nonexistent courses
2019-03-08 12:09:21 -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
Douglas Hall
c0cb493a41
Filter certificate list API based on user profile visibility preference.
2019-03-08 10:55:45 -05:00
Awais Jibran
81f1526786
Fix Incorrect data in the database table certificates_generatedcertificate propagation.
...
EDUCATOR-4128
2019-03-06 15:13:52 +05:00
Douglas Hall
f07f9b6d91
Merge pull request #19884 from edx/douglashall/course_certificate_list_api
...
Add list endpoint to course certificate API.
2019-03-01 15:55:26 -05:00
Douglas Hall
8373298149
Add list endpoint to course certificate API.
2019-03-01 14:48:00 -05:00
adeelehsan
fd062a9c12
Added logs
...
adding logs to investigate cache.
learner-6943
2019-02-27 17:31:40 +05:00
Waheed Ahmed
e3fb888268
Disable PDF certificate generation/regenration.
...
Since PDF generation is discontinued long time ago, disable PDF certificate
generation/regenration from support tool and on all other places.
LEARNER-5562
2019-02-22 15:22:36 +05:00
Calen Pennington
78c8950ea3
Clean up a few remaining unicode format string errors
2019-02-20 15:28:14 -05:00
adeelehsan
f265d58cb1
Merge branch 'master' into aehsan/LEARNER-6943/adding_logs_to_check_discovery_response
2019-02-20 12:37:15 +05:00
Brian Mesick
7db7f9cc96
Merge pull request #19675 from edx/juliasq/add_pii_annotations
...
Add PII annotations, un-pin stevedore, upgrade deps.
2019-02-19 13:46:59 -05:00
adeelehsan
86ae3a9f20
Adding logs
...
adding logs to check response
returned by discovery
LEARNER-6943
2019-02-19 22:50:34 +05:00
adeelehsan
212d7efa72
Get User language
...
if template language is None
then use user language instead
of getting from setings which is
always english
LEARNER-6943
2019-02-19 22:39:56 +05:00
Julia Eskew
368f221f0a
Initial start on annotations.
2019-02-19 11:24:21 -05:00
Michael Youngstrom
3221c2b91f
Remove lms pytest shards
2019-02-12 11:03:46 -05:00
Matthew Piatetsky
6e81c84d8b
fix unicode strings in lms/ part 1
2019-02-05 15:15:02 -05:00
adeelehsan
88ef4de655
Adding log for investigation
...
Logs added while fetching the
certificate template to investigate
LEARNER-6943s
2019-02-01 11:46:50 +05:00
jansenk
726fb0f6f0
fail a certificate if grades are modified to failing
2019-01-29 15:57:15 -05:00
cclauss
8fca11b85c
Use print() function in both Python 2 and Python 3
2019-01-13 17:16:37 +01:00
David Ormsbee
74d53cf786
Merge pull request #19329 from open-craft/giovanni/bb-547-ospr
...
BB-547 - Fix certificate api when retrieving certificates from deleted courses
2019-01-11 11:22:45 -05:00