- 04 Jul, 2017 2 commits
-
-
Learner-1146
Afzal Wali Naushahi committed -
Fetched Programs and Program details from Course Discovery service for all sites and stored the uuids in cache with site-specfic keys. Learner-1146
Afzal Wali committed
-
- 03 Jul, 2017 8 commits
-
-
Replace urls in html updates.
Diana Huang committed -
Bump up the NewRelic plugin version
Kevin Falcone committed -
Diana Huang committed
-
Most bugfixes are python3 or Tornado specific, but several releate to Django 1.10 and they improved transaction traces since we last updated. https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-286370
Kevin Falcone committed -
[ENT-457] Fix failing course_mode tests
Jesse Shapiro committed -
Jesse Shapiro committed
-
fix issue where video modal is not closed by clicking outside the video
Ibrahim Ahmed committed -
Ibrahim committed
-
- 30 Jun, 2017 7 commits
-
-
Rename xss linter.
Robert Raposa committed -
Change to validate=False which emulates django-storages
Kevin Falcone committed -
[ENT-457] Create EnterpriseCourseEnrollment when enrolling via Track Selection page
Jesse Shapiro committed -
Robert Raposa committed
-
This requires the next commit to work, but needed to be is a separate commit to keep history.
Robert Raposa committed -
Jesse Shapiro committed
-
eslint config edx v3
Ari Rizzitano committed
-
- 29 Jun, 2017 21 commits
-
-
On many buckets, we use s3://bucket/path to separate environments because AWS used to have a really low limit on the number of buckets we could have, and we wanted to share them across environments. If you combine this with an IAM policy that only allows you access to the s3://bucket/path that you "own", then get_bucket fails. http://boto.cloudhackers.com/en/stable/ref/s3.html#boto.s3.connection.S3Connection.get_bucket The HEAD appears to be similar to get_all_keys which requires ListObjects on the bucket with no conditions. django-storages (Which is what we write new S3 access in) actually always passes validate=False unless you're allowing it to create buckets for you (which we never do). https://github.com/jschneier/django-storages/blob/1.4.1/storages/backends/s3boto.py#L320-L334
Kevin Falcone committed -
EDUCATOR-793: converts TypeError,NotFoundError logging to debug only
Jeff LaJoie committed -
LEARNER-1604: Change default and refactor old unified_course_view flag.
Robert Raposa committed -
Enqueue Generate Certs Task on Passing Grade
Gregory Martin committed -
Jeff LaJoie committed
-
Merge pull request #15223 from proversity-org/proversity/pr-add-invitation-only-field-to-course-serializer Add invitation_only field to course serializer
Sven Marnach committed -
Gregory Martin committed
-
Remove deprecated django.utils.importlib
John Eskew committed -
Correct spelling of 'Open edX', and pedantic typography in the copyright footer
Ned Batchelder committed -
Sanford Student committed
-
John Eskew committed
-
fixing color contrast issues in studio
sarahkf committed -
PLAT-1597 Fix test mongo cleanup hostname in Docker devstack
Jeremy Bowman committed -
This includes several general enhancement in addition to the fixes for unified_course_view: 1. Add support for default when no waffle flag defined. 2. Add support for table_blacklist to assertNumQueries. 3. Rename flag to 'course_experience.course_outline_page'. 4. Change flag default to True when it is not defined.
Robert Raposa committed -
PLAT-1610 Fix social auth config error in Docker bok-choy tests
Jeremy Bowman committed -
PLAT-1323 Remove older, slower code path for course export
Jeremy Bowman committed -
Ned Batchelder committed
-
Jose Antonio Gonzalez committed
-
AC-727 began changing colors in course content, files and uploads, and when creating a course finished fixing contrast issues on files and uploads page fixed advanced settings and issue with hovering in files and uploads fixed color issues in studio home page and when hovering fixed contrast in updates, pages, textbooks, and group configurations fixed issues when configuring a section of a course in course outline fixed hovering colors to make contrast more visible fixed colors on the green button AC-727
Sarah Fischmann committed -
Ibrahimahmed443/wl 1078 program details changes
Ibrahim Ahmed committed -
Ibrahim committed
-
- 28 Jun, 2017 2 commits
-
-
Clinton Blackburn committed
-
This endpoint allows the Rapid Experiments Team to quickly update data for multiple learners.
Clinton Blackburn committed
-