1. 07 Jun, 2017 11 commits
  2. 06 Jun, 2017 3 commits
  3. 05 Jun, 2017 1 commit
  4. 02 Jun, 2017 1 commit
  5. 24 May, 2017 2 commits
  6. 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
  7. 17 May, 2017 1 commit
  8. 12 May, 2017 1 commit
  9. 10 May, 2017 1 commit
  10. 08 May, 2017 1 commit
  11. 04 May, 2017 1 commit
  12. 03 May, 2017 1 commit
  13. 28 Apr, 2017 1 commit
  14. 26 Apr, 2017 1 commit
  15. 25 Apr, 2017 2 commits
  16. 21 Apr, 2017 2 commits
  17. 20 Apr, 2017 1 commit
    • Make devstack-style behavior the default and launch with that · 6469396c
      * Start docker-sync and use the local host volumes by default
      * Make the devstack workspace configurable, make travis use /tmp
      * Remove redundant env vars, set -d on make devstack.up
      * Add sleep to travis.yml
      * Set a default value for DEVSTACK_WORKSPACE, and export it to all subshells in Make
      * Rename devstack prefix to dev, add comment to makefile target
      * Edits to the README to encourage setting up docker-sync before getting
      started. Also update references to make targets.
      Joel Barciauskas committed
  18. 19 Apr, 2017 1 commit
  19. 18 Apr, 2017 1 commit
  20. 13 Apr, 2017 1 commit
  21. 11 Apr, 2017 2 commits
  22. 07 Apr, 2017 2 commits
    • Add Travis CI badge · 05a988c6
      Joel Barciauskas committed
    • Changes to support using runserver rather than ngninx · 1738d58f
      * Due to behavior of manage.py runserver, move docker-compose up to after
      loading the database
      * Run make provision as part of travis build
      * Use --initial-only flag with countries provisioning for ecomm
      * Serialize provision.sh and set -x for tracing
      * Restart LMS container after running install prereqs due to error resulting
      in LMS crashing
      * Skip discovery tasks until fix is made to index validation
      * Remove 'make validation' from .travis.yml, since it doesn't work
        'make provision' tells us everything we need to know
      Joel Barciauskas committed