1. 21 Jun, 2017 2 commits
  2. 20 Jun, 2017 2 commits
  3. 15 Jun, 2017 3 commits
  4. 14 Jun, 2017 3 commits
    • Partial revert of "Deprecate docker-sync." · bcad51d8
      This partially reverts commit 9b3b738a.
      
      Further profiling showed that LMS/Studio startup times about tripled
      when we dropped Docker Sync in favor of Docker's built in cached volume
      mount system (going from 7-8s to anywhere betwen 22-28s). So we're
      rolling back the part of that commit that removed Docker Sync and the
      recommendations in the README.
      
      However, we still want to keep the minimum version at 17.05 Edge, for
      image building purposes. We also want to clarify that we did try using
      Docker's built in cached volume support, so that people don't waste
      time trying it again until Docker really implements "delegated" mode.
      David Ormsbee committed
    • Removed stray pip install statement · 05be0427
      That shouldn't be there!
      
      LEARNER-1375
      Clinton Blackburn committed
    • Provisioning demo data for ecommerce · 77b2e62c
      The create_demo_data management command is now run for the E-Commerce Service. This creates a verified seat for the demo course, allowing developers to get started testing payments with minimal effort.
      
      LEARNER-1375
      Clinton Blackburn committed
  5. 12 Jun, 2017 1 commit
  6. 09 Jun, 2017 4 commits
  7. 08 Jun, 2017 1 commit
  8. 07 Jun, 2017 11 commits
  9. 06 Jun, 2017 3 commits
  10. 05 Jun, 2017 1 commit
  11. 02 Jun, 2017 1 commit
  12. 24 May, 2017 2 commits
  13. 22 May, 2017 2 commits
    • Using a smaller image for credentials · e6062510
      Devstack has been updated to use a smaller image for the Credentials Service. This image is built without Ansible.
      Clinton Blackburn committed
    • Removed host volumes for static assets and node_modules · 5d341905
      I suspect these volumes retain outdated data between container creation instead of pulling the latest data from the image as intended. This results in services loading without assets.
      
      Our usage of host volumes puts us in a weird position due to the fact that we want share code from the host while excluding certain directories, and pulling that information from the image itself. Docker doesn't seem to support such a configuration. We can resolve this issue by either rebuilding images completely with every change, using a separate container to build static assets, or explicitly sharing specific code directories rather than the entire directory.
      Clinton Blackburn committed
  14. 17 May, 2017 1 commit
  15. 12 May, 2017 1 commit
  16. 10 May, 2017 1 commit
  17. 08 May, 2017 1 commit