1. 03 Dec, 2015 1 commit
  2. 25 Nov, 2015 3 commits
  3. 22 Nov, 2015 1 commit
  4. 18 Nov, 2015 1 commit
  5. 13 Nov, 2015 1 commit
  6. 12 Nov, 2015 1 commit
  7. 11 Nov, 2015 2 commits
  8. 10 Nov, 2015 1 commit
  9. 05 Nov, 2015 2 commits
  10. 04 Nov, 2015 2 commits
  11. 03 Nov, 2015 2 commits
  12. 19 Oct, 2015 1 commit
  13. 13 Oct, 2015 1 commit
  14. 23 Sep, 2015 2 commits
  15. 17 Sep, 2015 2 commits
  16. 15 Sep, 2015 2 commits
  17. 08 Sep, 2015 1 commit
    • Disable the pip version check message · 0dea5605
      This message is being shown to people who should not be deciding whether
      to upgrade pip, so it is just confusing and alarming noise.
      
      Before:
      
      ---> pavelib.prereqs.install_prereqs
      ---> pavelib.prereqs.install_ruby_prereqs
      Ruby prereqs unchanged, skipping...
      ---> pavelib.prereqs.install_node_prereqs
      Node prereqs unchanged, skipping...
      ---> pavelib.prereqs.install_python_prereqs
      pip install -q --exists-action w -r requirements/edx/pre.txt
      You are using pip version 6.0.8, however version 7.1.2 is available.
      You should consider upgrading via the 'pip install --upgrade pip' command.
      pip install -q --exists-action w -r requirements/edx/github.txt
      You are using pip version 6.0.8, however version 7.1.2 is available.
      You should consider upgrading via the 'pip install --upgrade pip' command.
      Could not find a tag or branch '96e1922348bfe6d99201b9512a9ed946c87b7e0b', assuming commit.
      Could not find a tag or branch 'b0686a76f1ce3532088c4aee6e76b9abe61cc808', assuming commit.
      Could not find a tag or branch '88ec8a011e481918fdc9d2682d4017c835acd8be', assuming commit.
      
      After:
      
      ---> pavelib.prereqs.install_prereqs
      ---> pavelib.prereqs.install_ruby_prereqs
      Ruby prereqs unchanged, skipping...
      ---> pavelib.prereqs.install_node_prereqs
      Node prereqs unchanged, skipping...
      ---> pavelib.prereqs.install_python_prereqs
      pip install -q --disable-pip-version-check --exists-action w -r requirements/edx/pre.txt
      pip install -q --disable-pip-version-check --exists-action w -r requirements/edx/github.txt
      Could not find a tag or branch '96e1922348bfe6d99201b9512a9ed946c87b7e0b', assuming commit.
      Could not find a tag or branch 'b0686a76f1ce3532088c4aee6e76b9abe61cc808', assuming commit.
      Could not find a tag or branch '88ec8a011e481918fdc9d2682d4017c835acd8be', assuming commit.
      Ned Batchelder committed
  18. 04 Sep, 2015 1 commit
  19. 31 Aug, 2015 3 commits
  20. 28 Aug, 2015 1 commit
  21. 27 Aug, 2015 1 commit
  22. 14 Aug, 2015 1 commit
  23. 06 Aug, 2015 1 commit
  24. 30 Jul, 2015 2 commits
  25. 23 Jul, 2015 1 commit
  26. 15 Jul, 2015 1 commit
  27. 14 Jul, 2015 1 commit
  28. 13 Jul, 2015 1 commit