Commit Graph

2488 Commits

Author SHA1 Message Date
Erin O'Connell 70b404d6fc Merge pull request #940 from kennethreitz/click-intercept
disabled help message for run
2017-10-18 22:56:35 -07:00
Erin O'Connell 934d83e86d disabled help message for run, help still prints out if you execute pipenv run with no args
Signed-off-by: Erin O'Connell <erinocon5@gmail.com>
2017-10-18 23:53:39 -06:00
Erin O'Connell 17288eec41 Merge pull request #935 from jsatt/vcs-blocking
Force vcs installs to block to avoid race condition
2017-10-18 21:14:40 -07:00
Nate Prewitt 090f01cb51 Merge pull request #904 from vphilippon/reversed-dependency-graph
Add pipenv graph --reverse
2017-10-18 18:14:57 -07:00
Vincent Philippon 0490d82272 Add pipenv graph --reverse
Outputs the reversed dependencies graph.

Ex:
requests==2.18.4
  - lib_with_good_taste==1.0.0 [requires requests>=2.18]
    - package_using_lib_with_good_taste==1.2.3 [requires lib_with_good_taste]
2017-10-18 19:29:45 -04:00
Hamad AlGhanim 9c4b68605c fix for #925 (#930)
* fix for adding newline

* added test to ensure fix #925
2017-10-18 10:07:17 -07:00
Nate Prewitt eda2dba5b8 Merge pull request #937 from Dreamersoul/tests_for_remote_req
added test for remote req file utils
2017-10-18 09:20:39 -07:00
Hamad alghanim ee9c012d0c added test for remote req file utils 2017-10-18 08:33:15 -07:00
Nate Prewitt b12faabd25 Merge pull request #934 from rfleschenberg/development-docs
WIP: development docs
2017-10-18 08:08:39 -07:00
René Fleschenberg 8ab98afc93 Add some basic development docs 2017-10-18 17:05:05 +02:00
Jeremy Satterfield 7c831342f9 force vcs installs to block to avoid race condition
Fixes #919
2017-10-18 09:50:22 -05:00
Erin O'Connell 11491416d5 Merge pull request #922 from Dreamersoul/master
fix for #886
2017-10-17 23:22:06 -07:00
Hamad alghanim e3e649508a Merge branch 'master' of https://github.com/kennethreitz/pipenv 2017-10-17 23:14:54 -07:00
Erin O'Connell 1b1291f028 Merge pull request #910 from NighTurs/master
Add cacert.pem from requests to releases. Fixes #871
2017-10-17 22:59:18 -07:00
Erin O'Connell d67aa957af Merge pull request #852 from joaorafaelm/ensure_python
Ensure python version is installed before deleting existing virtual env
2017-10-17 22:55:47 -07:00
Erin O'Connell 153f15847c Merge pull request #893 from techalchemy/bugfix/windows-path-quoting
Add fix for windows paths
2017-10-17 22:54:24 -07:00
Erin O'Connell 898770e23a Merge pull request #895 from techalchemy/bugfix/windows-ignore-venv-shell
Shells with PIPENV_IGNORE_VIRTUALENVS on win
2017-10-17 22:53:35 -07:00
Erin O'Connell 28cfe633c6 Merge pull request #918 from xsteadfastx/onbuild
Uses ONBUILD in Dockerfile to install deps while building
2017-10-17 22:43:58 -07:00
Erin O'Connell 53d9a407c7 Merge pull request #921 from berdario/master
Document Nix installation option
2017-10-17 22:42:28 -07:00
Nate Prewitt 20714789a7 Merge pull request #926 from krismolendyke/fix-file-deps
Fix pip file deps conversion
2017-10-17 19:40:45 -07:00
Kris 025972c792 Simplify test 2017-10-17 22:12:17 -04:00
Kris 0a48fa090e Fix conversion of file deps 2017-10-17 16:57:43 -04:00
Kris ccebde4e26 Add failing test 2017-10-17 16:54:33 -04:00
Hamad AlGhanim d660e655e4 Added changes to history 2017-10-17 08:09:28 -07:00
Hamad alghanim f26cc8565a flake8 fixes 2017-10-17 01:41:37 -07:00
Hamad alghanim f023aba0bd doc comments for better code 2017-10-17 01:38:16 -07:00
Hamad alghanim 3729c635f8 temp filename is now random 2017-10-17 01:36:48 -07:00
Hamad alghanim 6f40a34251 remote req files are now working
refactoring is needed
2017-10-17 01:28:46 -07:00
Dario Bertini 06182dda8b Document Nix installation option 2017-10-17 00:52:44 +01:00
Marvin Steadfast 20ee4de8d3 Uses ONBUILD in Dockerfile to install deps while building
Copies `Pipfile` and `Pipefile.lock`, installs deps on building a docker
image using the official pipenv image.
2017-10-16 14:24:04 +02:00
Dan Ryan aeafce54a6 Add tests for windows paths with spaces 2017-10-15 19:45:54 -04:00
NighTurs f449740839 Add cacert.pem from requests to releases. Fixes #871 2017-10-15 16:40:17 +03:00
Nate Prewitt e6cf85061c Merge pull request #906 from Luit/master
fix typo Pipenv.lock -> Pipfile.lock
2017-10-14 10:03:47 -07:00
Luit van Drongelen 04be7b6160 fix typo Pipenv.lock -> Pipfile.lock 2017-10-14 18:56:48 +02:00
Dan Ryan 26cd52bccc Fix tests for windows venv nested shells 2017-10-14 03:07:20 -04:00
Dan Ryan 4fe1bf223c Add enviroment context for compat shell 2017-10-14 03:06:59 -04:00
Dan Ryan f7f16d1e3b Add tests for nested venvs on windows 2017-10-13 23:50:49 -04:00
Dan Ryan 19f7056d2c Use context managers for test environment vars 2017-10-13 20:34:01 -04:00
Dan Ryan 3b93076aa5 Only tweak workon_home if PIPENV_VENV_IN_PROJECT
* Otherwise we probably wont find the right virtualenv with pew
2017-10-13 18:47:51 -04:00
Dan Ryan 51a82b4cae Fix import failures using pew and psutil
* Borrow the temp_environ context manager from pew
* This avoids importing it which breaks on windows
2017-10-13 18:33:14 -04:00
Nate Prewitt d8d6219d9a Merge pull request #901 from vphilippon/github-issue-template
Add a Github issue template.
2017-10-13 09:39:52 -07:00
Vincent Philippon af368db219 Add a Github issue template.
That should give a helping hand to everyone.
2017-10-13 12:32:25 -04:00
Nate Prewitt d9da6c32f0 Merge pull request #898 from K900/patch-2
Small typo fix
2017-10-13 07:12:00 -07:00
K900 d8b83c3e13 Small typo fix
Dep_d_endencies -> dependencies
2017-10-13 17:05:54 +03:00
Nate Prewitt 95b8a2e670 Merge pull request #896 from 5uper5hoot/docs-typo-fix
Update basics.rst
2017-10-13 07:05:49 -07:00
5uper5hoot 8ec409f902 Update basics.rst
Fix misspelling
2017-10-13 21:31:51 +11:00
Dan Ryan 0ea6244660 Shells with PIPENV_IGNORE_VIRTUALENVS on win
* Allow PIPENV_IGNORE_VIRTUALENVS to work with pipenv shell
* Fixes #894
2017-10-13 03:25:08 -04:00
Nate Prewitt bd697b70e3 Merge pull request #889 from k4nar/fix-887
Don't lock VCS dependencies not listed in the Pipfile
2017-10-12 21:55:39 -07:00
Nate Prewitt 6ae362b6e8 v8.2.7 v2.8.7 v8.2.7 2017-10-12 19:57:37 -07:00
Dan Ryan 1504d1fffb Add fix for windwos paths
* Fixes #865
2017-10-12 17:44:40 -04:00