Commit Graph

1006 Commits

Author SHA1 Message Date
kennethreitz ae0d19db59 Update README.rst 2017-08-28 00:14:42 -04:00
kennethreitz 6e63f47beb Update README.rst 2017-08-28 00:14:18 -04:00
kennethreitz f62081fa2f Update index.rst 2017-08-27 23:30:50 -04:00
kennethreitz 69a24a8e99 Update index.rst 2017-08-27 23:28:54 -04:00
kennethreitz 5a2ecbd3f4 Update index.rst 2017-08-27 23:28:01 -04:00
kennethreitz 7dfb952d82 Update index.rst 2017-08-27 23:27:38 -04:00
kennethreitz a8251e99c1 Merge pull request #445 from KhasanovBI/master
Simplify packages find
2017-08-01 14:53:06 -04:00
bkhasanov 7bf51cae10 Simplify packages find 2017-08-01 21:34:14 +03:00
Nate Prewitt d973fa0aa3 updating HISTORY.txt 2017-07-24 10:43:01 -06:00
Nate Prewitt 61d3fcdb36 upgrading delegator.py to resolve PYTHONUNBUFFERED issue in shell 2017-07-24 10:42:00 -06:00
Nate Prewitt 06acad1a75 include_package_data for cacerts.pem in Requests 2017-07-14 11:11:23 -06:00
Nate Prewitt 36a1699f5c removing unused multi_split on extras 2017-07-06 09:19:05 -06:00
Nate Prewitt c6c42ac606 v5.1.2 v5.1.2 2017-07-05 10:19:19 -06:00
Nate Prewitt a0a51240f7 fixing bad indentation on test 2017-07-05 10:15:37 -06:00
Nate Prewitt ed6c467437 verify BAD_PACKAGES aren't copied from requirements.txt into Pipfile 2017-06-25 09:38:07 -06:00
Nate Prewitt b10ab61624 Merge pull request #416 from erinxocon/requirements-patch
Added logic to parse VCS links from a requirements file
2017-06-25 07:28:42 -07:00
Erin O'Connell c8c251b143 added PIPENV_MAX_DEPTH for test to work without a pipfile 2017-06-25 02:04:24 -06:00
Nate Prewitt 099ac2bc25 updating HISTORY 2017-06-24 11:37:00 -07:00
Nate Prewitt 5594315162 improve error message when user tries to activate nested shells 2017-06-24 11:35:06 -07:00
Nate Prewitt 467c593414 Merge pull request #420 from c17r/fix/venv-slug-doc
Document virtualenv name cleansing and slug
2017-06-22 17:47:31 -06:00
Christian Sauer 4095f505bb Document virtualenv name cleansing and slug
closes #417
2017-06-22 14:22:33 -04:00
Nate Prewitt 35518da072 add cacert.pem from requests to releases 2017-06-21 15:30:47 -06:00
Nate Prewitt e2d4c383f0 add PIPENV_IGNORE_VIRTUALENVS to documentation 2017-06-21 09:59:36 -06:00
Erin O'Connell f7424308dd added a test for requirments to pipfile conversion 2017-06-16 01:35:07 -06:00
Erin O'Connell c03f7f9ab8 changed VCS check to .link instead of .original_link 2017-06-15 22:13:38 -06:00
Erin O'Connell 7ba82f5550 added ability for editable VCS links to be converted from requirements file 2017-06-15 18:16:12 -06:00
Erin O'Connell 2a1babae76 Added logic to parse VCS links from a requirements file into it's proper Pipfile format 2017-06-15 17:52:44 -06:00
Nate Prewitt ed209806dc v5.1.1 v5.1.1 2017-06-14 13:24:31 -06:00
Nate Prewitt e18cefcca6 add missing comma 2017-06-14 13:23:17 -06:00
Nate Prewitt 35899d919f v5.1.0 v5.1.0 2017-06-14 13:18:23 -06:00
Nate Prewitt 2cdb9f4953 update HISTORY 2017-06-14 13:17:58 -06:00
Nate Prewitt f822f3d5c0 revert #394 2017-06-14 13:17:37 -06:00
Nate Prewitt 038a3d7958 add jinja2 and markupsafe to setup.py packages 2017-06-13 22:11:34 -06:00
kennethreitz cb5dc614cf Merge pull request #407 from erinxocon/timeout-docs
documented the new PIPENV_TIMEOUT variable
2017-06-10 19:32:18 -04:00
Erin O'Connell 7e546b8598 documented the new PIPENV_TIMEOUT variable 2017-06-10 17:26:22 -06:00
Nate Prewitt c4649a0e80 Merge pull request #403 from erinxocon/custom-timeouts
Added --timeout to allow custom timeouts for command execution
2017-06-10 17:11:06 -06:00
Erin O'Connell f85c63e95c removed debug print statement 2017-06-10 17:08:12 -06:00
Erin O'Connell 0120b4c1d2 accidently rewrote history and got rid of this on-liner 2017-06-10 16:46:41 -06:00
Erin O'Connell e79c0a1df1 Merge branch 'timeouts-test' into custom-timeouts 2017-06-10 16:30:28 -06:00
Erin O'Connell 6e7fee8ce9 added timeout tests for short and long timeouts 2017-06-10 04:21:22 -06:00
Erin O'Connell 9c2982b03b put in more proper logic for int conversion when reading from the PIPENV_TIMEOUT variable 2017-06-10 01:58:54 -06:00
Erin O'Connell 1818dc6afa fixed a type error when setting a custom value for PIPENV_TIMEOUT 2017-06-10 01:17:30 -06:00
Erin O'Connell f784c554f8 updated Pipfile.lock so tests stop failing 2017-06-10 00:30:13 -06:00
Erin O'Connell 60f56dd058 added the timeout variable from environments.py to be used as a delegator.run() argument when creating virutal environments. 2017-06-09 22:57:23 -06:00
Erin O'Connell 5cee25a5f5 small syntax fix for a comment 2017-06-09 22:55:47 -06:00
Erin O'Connell 50e278a102 fixed syntax in PIPENV_USE_SYSTEM and added an environment variable for PIPENV_TIMEOUT 2017-06-09 19:31:14 -06:00
Nate Prewitt d73c15fe2a Merge pull request #405 from erinxocon/vendor-delagator-update
Vendor delagator.py update
2017-06-09 19:26:20 -06:00
Erin O'Connell df53da1847 updated version requirement for delagator.py 2017-06-09 19:16:33 -06:00
Erin O'Connell c326b82425 updated delagator.py to v0.0.12 2017-06-09 19:14:26 -06:00
Nate Prewitt 3fcfe38955 Merge pull request #402 from sandeep048/patch-1
typo fix
2017-06-08 05:58:57 -06:00