Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. May 03, 2016
  3. May 02, 2016
  4. Apr 29, 2016
    • Christina Roberts's avatar
      WIP: xblock pipeline work (#10176) · 2497f0a0
      Christina Roberts authored
      [PERF-303] Integer XBlocks/XModules into the static asset pipeline.
      
      This PR, based on hackathon work from Christina/Andy, implements a way to discover all installed XBlocks and XModules and to enumerate their public assets, then pulling them in during the collectstatic phase and hashing them.  In turn, the methods for generating URLs to resources will then returned the hashed name for assets, allowing them to be served from nginx/CDNs, and cached heavily.
      2497f0a0
  5. Apr 27, 2016
  6. Apr 26, 2016
  7. Apr 25, 2016
  8. Apr 24, 2016
  9. Apr 20, 2016
    • Clinton Blackburn's avatar
      JWT authentication updates · 5a7bc019
      Clinton Blackburn authored
      - Using jwt_decode_handler from edx-drf-extensions
      - Updated djangorestframework-jwt
      - Removed feature flag around JWT auth
      
      ECOM-4221
      5a7bc019
  10. Apr 15, 2016
  11. Apr 13, 2016
  12. Apr 12, 2016
  13. Apr 11, 2016
    • Clinton Blackburn's avatar
      Stripping auth querystring from S3 URLs · d6ba8839
      Clinton Blackburn authored
      We use S3 for a number of uploads. Boto, by default, includes a auth querystring on the returned URLs. Since these uploads are public, there is no need for this querystring. Additionally, the long length URLs cause problems when API consumers need to store the URLs. This commit resolves this problem by removing the auth querystring.
      
      - Updated to latest versions of boto and django-storages-redux packages
      - Added AWS_QUERYSTRING_AUTH setting to remove the querystring values
      
      ECOM-4081
      d6ba8839
  14. Apr 07, 2016
  15. Apr 04, 2016
    • Omar Khan's avatar
      Fix paver watch_assets · 53642579
      Omar Khan authored
      - Update to latest version of watchdog.
      - inotify doesn't work on nfs share in devstack. Use polling instead.
      - Some editors (vim) do not trigger modify events in their default
        configuration. Rebuild assets on all filesystem changes, and debounce
        when changes happen too quickly.
      53642579
  16. Apr 01, 2016
  17. Mar 30, 2016
  18. Mar 29, 2016
  19. Mar 28, 2016
    • Zia Fazal's avatar
      saleem-latif/WL-328: Multi-Site Comprehensive Theming · a796b563
      Zia Fazal authored
      ziafazal: improvements need for multi-tenancy
      ziafazal: fixed broken tests
      ziafazal: no need to add setting in test.py
      ziafazal: added hostname validation
      ziafazal: changes after feedback from mattdrayer
      ziafazal: fixed branding and microsite broken tests
      ziafazal: make STATICFILES_DIRS to list
      ziafazal: added theme directory to mako lookup for tests
      ziafazal: added more protection in test_util
      saleem-latif: Enable SCSS Overrides for Comprehensive Theming
      saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates
      saleem-latif: Correct errors in python tests
      mattdrayer: Fix invalid release reference
      mattdrayer: Update django-wiki reference to latest release
      saleem-latif: Update Theme storages to work with Caching, Pipeline and collectstatic
      saleem-latif: Incorporate feedback changes
      mattdrayer: Pylint violation fix
      mattdrayer: Fix broken pavelib test
      a796b563
  20. Mar 22, 2016
  21. Mar 15, 2016
  22. Mar 10, 2016
  23. Mar 08, 2016
  24. Mar 03, 2016
  25. Feb 22, 2016
  26. Feb 09, 2016
  27. Feb 08, 2016
  28. Feb 05, 2016
  29. Feb 01, 2016
Loading