- 28 Jan, 2017 4 commits
-
-
Update catalog factories
Renzo Lucioni committed -
Remove the program admin tool from Studio
Renzo Lucioni committed -
More accurately represent serialized catalog data. Also switch to using Faker. ECOM-4422
Renzo Lucioni committed -
All programs are now managed using the Django admin on the catalog service. This is the first in a series of commits removing use of the old programs service from edx-platform. ECOM-4422
Renzo Lucioni committed
-
- 27 Jan, 2017 16 commits
-
-
update ora2 version
Gregory Martin committed -
discussion all topics button in breadcrumbs markup change
alisan617 committed -
Remove program certification view from the support app
Renzo Lucioni committed -
Gregory Martin committed
-
alisan617 committed
-
Visually indicate fields in new post form are required (TNL-6364)
Brian Jacobel committed -
This functionality hasn't been used since it was introduced. It is superseded by the backpopulate_program_credentials management command. This is another commit in a series removing use of the old programs service from edx-platform. ECOM-4422
Renzo Lucioni committed -
Disable student state writes for crawlers.
David Ormsbee committed -
Brian Jacobel committed
-
Fix pep8 violation
Jesse Zoldak committed -
Bumps the xblock-poll version to v1.2.5
Ari Rizzitano committed -
Jesse Zoldak committed
-
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 17 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 -
Brian Jacobel 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 -
We've already been ignoring the param for a long time. This just removes it entirely.
David Ormsbee 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 -
When crawlers like edX-downloader make requests on courseware, they are often concurrently loading many units in the same sequence. This causes contention for the rows in courseware_studentmodule that store the student's state for various XBlocks/XModules, most notably for the sequence, chapter, and course -- all of which record and update user position information when loaded. It would be nice if we could actually remove these writes altogether and come up with a cleaner way of keeping track of the user's position. In general, GETs should be side-effect free. However, any such change would break backwards compatibility, and would require close coordination with research teams to make sure they weren't negatively affected. This commit identifies crawlers by user agent (CrawlersConfig model), and blocks student state writes if a crawler is detected. FieldDataCache writes simply become no-ops. It doesn't actually alter the rendering of the courseware in any way -- the main impact is that the blocks won't record your most recent position, which is meaningless for crawlers anyway. This can also be used as a building block for other policy we want to define around crawlers. We just have to be mindful that this only works with "nice" crawlers who are honest in their user agents, and that significantly more sophisticated (and costly) measures would be necessary to prevent crawlers that try to be even trivially sneaky. [PERF-403]
David Ormsbee committed -
and removes the -e from the install, as per the requirements rules.
Jillian Vogel committed
-
- 25 Jan, 2017 3 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
-