1. 28 Feb, 2014 1 commit
  2. 24 Feb, 2014 1 commit
  3. 18 Feb, 2014 1 commit
  4. 14 Feb, 2014 4 commits
  5. 13 Feb, 2014 2 commits
    • Push To LMS updates · f02c074d
      Added tests
      Converted scripts to django commands
      Removed advanced module requirement
      Generalized to platform
      Switched to subprocess for shell commands
      Beefed up resiliency and error checking.
      Refactored since #1910 removed get_location_and_verify_access
      Added settings to aws for export directory and reworked test setup and teardown
      Several review based fixes
      Added line to Changelog
      Changed URL handler to be accepting and moved git bare repo inside of test_root/data
      Added exception logging to help trace issues
      Added output in exception logging
      Made the branch to commit to explicit instead of implicit
      Skipping git identity test on condition of global configuration set
      Carson Gee committed
  6. 06 Feb, 2014 3 commits
  7. 05 Feb, 2014 1 commit
  8. 28 Jan, 2014 1 commit
  9. 06 Jan, 2014 1 commit
  10. 20 Dec, 2013 1 commit
  11. 19 Dec, 2013 1 commit
  12. 10 Dec, 2013 1 commit
  13. 03 Dec, 2013 1 commit
  14. 13 Nov, 2013 1 commit
  15. 28 Oct, 2013 3 commits
  16. 21 Oct, 2013 2 commits
  17. 08 Oct, 2013 1 commit
  18. 18 Sep, 2013 1 commit
  19. 06 Sep, 2013 1 commit
  20. 05 Sep, 2013 1 commit
    • vagrant: Add flag to ensure install is completed at least once · 0a5b6826
      The provisioning script used to check for the existence of the
      `/opt/edx/node_modules` folder to decide if the installation has already
      been completed. However, since additional instructions were executed
      by the installer afterwards, any installation error (eg. download
      timeouts on low quality connections) happening between the creation of
      that folder and the end of the installation wouldn't be recovered from
      on the next vagrant instance boot.
      Xavier Antoviaque committed
  21. 06 Aug, 2013 1 commit
  22. 29 Jul, 2013 2 commits
  23. 24 Jul, 2013 1 commit
  24. 21 Jul, 2013 1 commit
    • Fixes for `vagrant up` · 3991711e
      vagrant:
        - check actual IP;
        - only init machine first time, just as native installations;
        - add .bash_profile to permissions fixup;
        - cleanup excessive newlines in making .bash_profile;
      
      README:
        - include admin & debugging use;
        - info about re-initializing VM & manually running create-dev-env.sh;
        - add django admin & debug_toolbar setting info
      
      Conflicts:
      	AUTHORS
      	scripts/vagrant-provisioning.sh
      Yarko Tymciurak committed
  25. 18 Jul, 2013 1 commit
  26. 16 Jul, 2013 1 commit
  27. 12 Jul, 2013 1 commit
  28. 11 Jul, 2013 1 commit
    • Use $WORKON_HOME consistently for virtualenv. · 047da7a7
      Some parts of the `create-dev-env/sh` script use `$WORKON_HOME` and
      others hardcode `$HOME/.virtualenvs` which means if you **don't** put
      your virtualenvs under `$HOME/.virtualenvs`, the script doesn't work at
      all.
      
      This commit removes the hardcoding of virtualenv location and
      consistently uses `$WORKON_HOME` everywhere.
      James Tauber committed
  29. 10 Jul, 2013 2 commits