Julia Eskew
84de6bc6de
Revert "This stage does the following: ( #22692 )"
...
This reverts commit cebeab4348 .
2020-01-14 13:01:21 -05:00
Julia Eskew
cebeab4348
This stage does the following: ( #22692 )
...
- Adds the new field and migration to create the column.
- Makes all writes go to both old and new field.
2020-01-14 10:40:39 -05:00
Feanil Patel
6e3fe00fff
Fix all E303 pep8 errors.
2019-12-30 12:25:38 -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
Mayank Jain
f7ed283e56
run modernizer on djangoapps-credentials migration, test & setting ( #20428 )
2019-05-07 01:51:50 -04:00
Matt Hughes
17f0a4fb52
Allow educators to partition masters students as content groups
...
JIRA:EDUCATOR-4022
2019-02-20 12:40:53 -05:00
Michael Youngstrom
4bbd1dee0b
Remove shards from commonlib-unit tests
2019-02-12 14:28:35 -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
Dillon Dumesnil
258cd3fe06
Fixing constant and adding in tests
2018-08-13 17:27:49 -04:00
Jeremy Bowman
c290bf8a07
TE-2524 Stop using nose.plugins - openedx
2018-08-02 14:54:50 -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
Michael Terry
fd33130d73
Add initial grade signaling
...
Tells the Credential service about user grades when a cert is awarded
or a grade for a course with an awarded cert changes.
LEARNER-5051
2018-06-25 11:42:08 -04:00
Jeff LaJoie
b07374ed39
LEARNER-5050: Adds award course cert job to post to Credentials
2018-06-18 08:54:58 -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
bc358b89de
Add program UUID in cache key instead passing as resource id.
...
LEARNER-5373
2018-05-31 01:22:17 +05:00
Waheed Ahmed
e7963a5b40
Pass program UUID as resource_id to generate unique cache key.
...
Without program UUID cache key was same every time for single learner
on multiple programs and getting the same data from cache.
LEARNER-5373
2018-05-30 16:20:45 +05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
Clinton Blackburn
800bcd8e20
Updated CredentialsApiConfig to pull URLs from settings
...
Pulling URLs from settings allows us to rely on site configuration overrides in order to support multi-tenancy.
LEARNER-1103
2017-05-25 13:30:43 -04:00
Renzo Lucioni
2955a6e639
Remove credential listing from program list view
...
The new design for the program detail page introduced a sidebar which includes a program-specific listing of credentials. This is an improvement over the old list of credentials found on the program list page and is meant to replace it. The new detail page is stable, so the credential listing on the program list page can be removed.
LEARNER-492
2017-05-22 16:07:37 -04:00
Renzo Lucioni
f00059f28c
Collect data needed for program progress sidebar
...
This includes a representation of the user's progress towards completing each course in the program and a list of any relevant course and/or program certificates the user has earned.
ECOM-7386
2017-04-05 19:06:28 -04:00
Renzo Lucioni
e7771148b7
Load all programs from the catalog
...
This commit contains back end changes necessary to load programs from the catalog in all contexts. The existing program munging utility is applied as late as possible to avoid conflating this work with changes to the front end; those will be made separately.
ECOM-4422
2017-02-06 23:16:29 -05:00
Matthew Piatetsky
05b461824e
Pull programs from catalog when issuing program credentials
...
Lays the groundwork for pulling all program data from the catalog.
ECOM-6535
2017-01-20 14:48:43 -05:00
J. Cliff Dyer
f33832a691
scoutrule: dedupe skip_unless_lms
2017-01-18 09:43:46 -05:00
Calen Pennington
bc20a37c2b
Simplify how shards are selected in CI
2016-08-03 16:23:02 -04:00
Renzo Lucioni
8196e1a024
Allow program listing page to display programs from any category
...
This work removes most references to XSeries from the LMS in an attempt to be more general. ECOM-5018.
2016-08-01 16:47:21 -04:00
Renzo Lucioni
9cd7c93223
Link program listing cards to detail pages
...
When program detail pages are enabled, cards on the listing page will link to their respective detail pages. Includes extensive cleanup of program listing tests. ECOM-4227.
2016-06-20 16:34:57 -04:00
Ahsan Ulhaq
a8f2de8375
Course Dashboard Visual Update
...
ECOM-4398
2016-05-24 16:17:19 +05:00
Calen Pennington
853bfe7a36
Add a TestCase mixin for enabling caches in tests
...
By default, disable all caching in tests, to preserve test independence.
In order to enable caching, inherit from CacheSetupMixin, and specify
which cache configuration is needed.
[EV-32]
2016-05-04 14:51:30 -04:00
Cliff Dyer
6917eb03cf
Merge pull request #12009 from edx/merge-release-into-master
...
Merge oauth release into master via intermediary branch
2016-04-01 06:12:16 -04:00
Simon Chen
21be72048a
Create the listing page of Programs (x-series) which learners have enrolled in
2016-03-31 15:35:50 -04:00
J. Cliff Dyer
88fef8b2a4
Use renamed edx_oauth2_provider throughout.
...
MA-1998 Install and configure django_oauth_toolkit to coexist with
existing oauth libraries.
2016-03-30 14:21:17 +00:00
Ben Patterson
c504029b39
Create a third shard for lms unit tests.
...
This will leverage the nose attrib plugin to allow us
to break tests apart on our build system to run
in parallel on separate nodes.
2016-03-17 12:01:42 -04:00
jsa
8a620640c2
Disable credentials-related settings/tests under cms.
2016-02-12 13:25:44 -05:00
Ahsan Ulhaq
9220420925
Add jwt auth in LMS
...
ECOM-3419
2016-01-28 14:00:58 +05:00
Tasawer
394601f301
Update 'certificate_url' field for view certificate on learner dashboard.
...
ECOM-3281
2016-01-28 13:08:38 +05:00
Ahsan Ulhaq
70eaf18936
caching for requests to credentials service
...
ECOM-3278
2016-01-28 13:05:50 +05:00
Ahsan Ulhaq
5181513629
Show message for earned programs credentials
...
ECOM-3015
2016-01-28 13:05:50 +05:00
Ahsan Ulhaq
8a280559dd
Added configuration model for credentials
...
ECOM-3033
2016-01-28 13:05:50 +05:00
Ahsan Ulhaq
b11e312d2c
Create placeholder django apps for credentials
...
ECOM-3057
2016-01-28 13:05:49 +05:00