1. 22 Nov, 2015 1 commit
  2. 18 Nov, 2015 1 commit
  3. 13 Nov, 2015 1 commit
  4. 12 Nov, 2015 1 commit
  5. 11 Nov, 2015 2 commits
  6. 10 Nov, 2015 1 commit
  7. 05 Nov, 2015 2 commits
  8. 04 Nov, 2015 2 commits
  9. 03 Nov, 2015 2 commits
  10. 19 Oct, 2015 1 commit
  11. 13 Oct, 2015 1 commit
  12. 23 Sep, 2015 2 commits
  13. 17 Sep, 2015 2 commits
  14. 15 Sep, 2015 2 commits
  15. 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
  16. 04 Sep, 2015 1 commit
  17. 31 Aug, 2015 3 commits
  18. 28 Aug, 2015 1 commit
  19. 27 Aug, 2015 1 commit
  20. 14 Aug, 2015 1 commit
  21. 06 Aug, 2015 1 commit
  22. 30 Jul, 2015 2 commits
  23. 23 Jul, 2015 1 commit
  24. 15 Jul, 2015 1 commit
  25. 14 Jul, 2015 1 commit
  26. 13 Jul, 2015 2 commits
  27. 09 Jul, 2015 1 commit
  28. 08 Jul, 2015 1 commit
  29. 01 Jul, 2015 1 commit