- 27 Jan, 2017 4 commits
-
-
Updated Docker Devstack settings
Clinton Blackburn committed -
Fixes https://github.com/edx/devstack/issues/47
Clinton Blackburn committed -
Fix program credential backpopulation command
Renzo Lucioni committed -
This command was updated to request programs from the catalog, but it wasn't changed to deal with the new response structure. I'm updating all code in the LMS to deal with catalog service responses separately. ECOM-6900.
Renzo Lucioni committed
-
- 26 Jan, 2017 13 commits
-
-
Bumps django-storage-swift to 1.2.15
Jillian Vogel committed -
ECOM-6634
Clinton Blackburn committed -
Updated edx-rest-api-client to 1.7.1
Clinton Blackburn committed -
Added user tracking id to profile scope in oauth2 handler.
Dennis Jen committed -
https://github.com/edx/edx-rest-api-client/compare/1.6.0...1.7.1 ECOM-6634
Clinton Blackburn committed -
Log course on no-retry update_course_in_cache errors
Eric Fischer committed -
edx-i18n-tools is on PyPI, get it from there.
Ned Batchelder committed -
Ned Batchelder committed
-
Try pip 9.0.1 and setuptools 34.0.2
Ned Batchelder committed -
add task id to logging and log database exceptions for TNL-6332
sanfordstudent committed -
for TNL-6332, TNL-6373
Sanford Student committed -
Dennis Jen committed
-
Create infrastructure for reapplying tasks
Cliff Dyer committed
-
- 25 Jan, 2017 23 commits
-
-
Corrected OAuth URL for Docker-base devstack
Clinton Blackburn committed -
Disable changes to course code in re-run form
mikedikan committed -
and cleaning up tasks that have been resolved. TNL-6252
J. Cliff Dyer committed -
Print the paver output for python cyclomatic complexity to console.
Ben Patterson committed -
ECOM-6898 Disable (make read-only) the field for course code in the re-run form. This will prevent creation of course runs with a different course code in the course key that are intended to stand for the same course in a program, which presents problems for the course catalog mapping process.
Mike Dikan committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
With 2.0.1, and setuptools 34.0.2, errors happen like: File "/edx/app/edxapp/venvs/edxapp-sandbox/local/lib/python2.7/site-packages/packaging/requirements.py", line 59, in <module> MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") TypeError: __call__() takes exactly 2 arguments (1 given) (cherry picked from commit 73519b35)
Ned Batchelder committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
These are the only two egg names that are wrong in this file. We have to uninstall i18n-tools, because the distribution name changed. The lti-consumer XBlock hasn't changed named, we just had the wrong name in the requirements file.
Ned Batchelder committed -
ECOM-6634
Clinton Blackburn committed -
Eric Fischer committed
-
Ignore run publication status when requesting programs from the catalog
Renzo Lucioni committed -
Set LMS_BASE setting for Studio
Clinton Blackburn committed -
The programs service has no concept of run publication status. The catalog does, and many runs returned by the programs service are marked as unpublished in the catalog. To maintain existing behavior and continue displaying these runs as part of their respective programs, we need to ignore their publication status. ECOM-6925
Renzo Lucioni committed -
Use the system version of Firefox
Feanil Patel committed -
The actual report will continue to be piped into reports/python_complexity.log. By exposing the paver output (approx 4 lines), we'll be able to consume the actual complexity number in our logs and therefore trend the results in our log aggregator.
Ben Patterson committed -
WL-606: Coupon Creation UI should not display for Otto courses
ayesha-baig committed -
asadiqbal committed
-
Bump xblock-drag-and-drop-v2 to 2.0.14.
Matjaz Gregoric committed -
This allows previews in LMS to work properly. ECOM-6634
Clinton Blackburn committed -
Restrict block ID comparison slightly to avoid false positives
John Eskew committed
-