- 24 Oct, 2017 2 commits
-
-
The UUID is now used as the primary identifier when refreshing schools. Usage of the title as the key poses issues with schools whose titles and keys differ on LMS (e.g. UC BerkeleyX vs. BerkeleyX). This change ensures that we can still pull changes to images and descriptions, while also supporting manual edits to keys. EDUCATOR-1531
Clinton Blackburn committed -
attiyaishaque committed
-
- 23 Oct, 2017 1 commit
-
-
McKenzie Welter committed
-
- 22 Oct, 2017 1 commit
-
-
edX Transifex Bot committed
-
- 20 Oct, 2017 4 commits
-
-
The correct value for audit seats is an empty string, not None/null. LEARNER-2876
Clinton Blackburn committed -
LEARNER-2876
Clinton Blackburn committed -
The SeatForm implements the logic to create an audit seat for verified and credit course runs. It also removes audit seats for professional course runs. In the longterm, this should be implemented on the UI and exposed to the end user to avoid future confusion. LEARNER-2876
Clinton Blackburn committed -
christopher lee committed
-
- 18 Oct, 2017 2 commits
-
-
christopher lee committed
-
christopher lee committed
-
- 17 Oct, 2017 1 commit
-
-
christopher lee committed
-
- 15 Oct, 2017 2 commits
-
-
edX Transifex Bot committed
-
ENT-657
Douglas Hall committed
-
- 13 Oct, 2017 1 commit
-
-
attiyaishaque committed
-
- 12 Oct, 2017 1 commit
-
-
Saleem Latif committed
-
- 11 Oct, 2017 3 commits
-
-
Clinton Blackburn committed
-
attiyaishaque committed
-
The license is now ingested from the Course API on LMS and saved to the Course Run model. This value is in turn exposed on this service's course run and search API endpoints. LEARNER-2791
Clinton Blackburn committed
-
- 10 Oct, 2017 1 commit
-
-
The tests now use py.test.
Clinton Blackburn committed
-
- 08 Oct, 2017 1 commit
-
-
edX Transifex Bot committed
-
- 06 Oct, 2017 6 commits
-
-
Simon Chen committed
-
Failure to download an image for one course should not stop execution of downloads for other courses. Exception handling is now in place to ensure we do not prematurely exit the program. LEARNER-2463
Clinton Blackburn committed -
christopher lee committed
-
christopher lee committed
-
Asad Azam committed
-
Asad Azam committed
-
- 05 Oct, 2017 4 commits
-
-
The Publisher permissions are unnecessarily burdensome in development since they require manual intervention for every course and organization. This switch allows them to be disabled. LEARNER-2458
Clinton Blackburn committed -
LEARNER-2458
Clinton Blackburn committed -
If a course has an image on the image field, that image's URL will be used in the API response. Course runs now use the related course's image. LEARNER-2751
Clinton Blackburn committed -
This command downloads images from the course's card_image_url field value, and stores them in the image field. LEARNER-2463
Clinton Blackburn committed
-
- 04 Oct, 2017 10 commits
-
-
This separation allows us to assess how much time is consumed by each operation in our build. This data can be used to tune the build and seek out areas for improvement.
Clinton Blackburn committed -
attiyaishaque committed
-
Remove video_translation_languages field from course_run object. The field name is not accurate and the data is not being used
Simon Chen committed -
This change ensures that self-paced course runs are marked appropriately in Studio. EDUCATOR-1464
Clinton Blackburn committed -
The upgrade deadline published to external services now follows edX business logic. Only verified seats have an upgrade deadline. If no value is set, one is calculated based on the course run's end date. EDUCATOR-1465
Clinton Blackburn committed -
LEARNER-2463
Clinton Blackburn committed -
If a course has no associated image, a warning will be logged rather than attempting to access a non-existent file. EDUCATOR-1462
Clinton Blackburn committed -
All courses must have their own associated image. Images are no longer pulled from the URL associated with the published course run. EDUCATOR-1462
Clinton Blackburn committed -
Simon Chen committed
-
Simon Chen committed
-