-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge master into develop #2209
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c30345 - Browse repository at this point
Copy the full SHA 5c30345View commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3a2739e - Browse repository at this point
Copy the full SHA 3a2739eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d61e2a - Browse repository at this point
Copy the full SHA 3d61e2aView commit details -
Merge pull request #1914 from brandonaut/fix-build-doc
Documentation: Fix `build` command
Configuration menu - View commit details
-
Copy full SHA for 22f06e5 - Browse repository at this point
Copy the full SHA 22f06e5View commit details
Commits on Jan 20, 2020
-
fix (masonry.api):
get_requires_for_build_wheel
must return additio……nal list of requirements for building a package, not listed in `pyproject.toml` and not dependencies for the package itself (#1875) fix (tests): adopted tests
Configuration menu - View commit details
-
Copy full SHA for a0c9357 - Browse repository at this point
Copy the full SHA a0c9357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 380e09b - Browse repository at this point
Copy the full SHA 380e09bView commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 954d160 - Browse repository at this point
Copy the full SHA 954d160View commit details
Commits on Jan 22, 2020
-
Avoid nested quantifiers with overlapping character space on git url …
…parsing (#1902 (#1913) * fix (git): match for `\w` instead of `.` for getting user * change (vcs.git): hold pattern of the regex parts in a dictionary to be consistent over all regexs * new (vcs.git): test for `parse_url` and some fixes for the regex pattern * new (vcs.git): test for `parse_url` with string that should fail * fix (test.vcs.git): make flake8 happy
Configuration menu - View commit details
-
Copy full SHA for 2df0d2c - Browse repository at this point
Copy the full SHA 2df0d2cView commit details -
fix: correct parsing of wheel version with regex. (#1932)
The previous regexp was only taking the first integer of the version number, this presented problems when the major version number reached double digits. Poetry would determine that the version of the dependency is '1', rather than, ie: '14'. This caused failures to solve versions.
Configuration menu - View commit details
-
Copy full SHA for 930515b - Browse repository at this point
Copy the full SHA 930515bView commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4897a70 - Browse repository at this point
Copy the full SHA 4897a70View commit details -
Fix how repository credentials are retrieved from env vars (#1909)
# Conflicts: # poetry/utils/password_manager.py
Configuration menu - View commit details
-
Copy full SHA for 4687ef8 - Browse repository at this point
Copy the full SHA 4687ef8View commit details -
Fix downloading packages from Simplepypi (#1851)
* fix downloading packages from simplepypi * unused code removed * remove unused imports
Configuration menu - View commit details
-
Copy full SHA for d331535 - Browse repository at this point
Copy the full SHA d331535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7974d0f - Browse repository at this point
Copy the full SHA 7974d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed44342 - Browse repository at this point
Copy the full SHA ed44342View commit details
Commits on Feb 11, 2020
-
Fix non-compliant Git URL matching
RFC 3986 § 2.3 permits more characters in a URL than were matched. This corrects that, though there may be other deficiencies. This was a regression from v1.0.2, where at least “.” was matched without error.
Configuration menu - View commit details
-
Copy full SHA for 7348893 - Browse repository at this point
Copy the full SHA 7348893View commit details -
Merge pull request #2018 from amarshall/fix-git-url-pattern
Fix non-compliant Git URL matching
Configuration menu - View commit details
-
Copy full SHA for 7d5934e - Browse repository at this point
Copy the full SHA 7d5934eView commit details
Commits on Feb 14, 2020
-
Update README.md "Updating Poetry"
Currently the note in "Updating Poetry" is different from the one below in "Enable tab completion for Bash, Fish, or Zsh". This MR is to make them more consistent.
Configuration menu - View commit details
-
Copy full SHA for 8fa1915 - Browse repository at this point
Copy the full SHA 8fa1915View commit details
Commits on Feb 15, 2020
-
Merge pull request #2040 from afs2015/patch-1
Update README.md "Updating Poetry"
Configuration menu - View commit details
-
Copy full SHA for b3b07cb - Browse repository at this point
Copy the full SHA b3b07cbView commit details
Commits on Feb 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 03db001 - Browse repository at this point
Copy the full SHA 03db001View commit details
Commits on Feb 17, 2020
-
Merge pull request #1519 from and800/master
init: change dev dependency prompt
Configuration menu - View commit details
-
Copy full SHA for 12db4a5 - Browse repository at this point
Copy the full SHA 12db4a5View commit details
Commits on Feb 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 960dc06 - Browse repository at this point
Copy the full SHA 960dc06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a8aed - Browse repository at this point
Copy the full SHA d0a8aedView commit details -
fix(git): get commit sha of git commit from annotated tags (#1948)
* fix(git): have annotated tags resolve to the commit sha * fix(git): fix quote * fix(git): change to rev-parse
Configuration menu - View commit details
-
Copy full SHA for 8bbf311 - Browse repository at this point
Copy the full SHA 8bbf311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a1103 - Browse repository at this point
Copy the full SHA 46a1103View commit details -
Fix #1791: Load repository URL from config (#2061)
* Fix #1791: Load repository URL from config * Ran black to fix linting errors * Add test for repo URL env variable
Configuration menu - View commit details
-
Copy full SHA for 04a1544 - Browse repository at this point
Copy the full SHA 04a1544View commit details -
Changed schema to support url in multi dependencies (#2035)
László Velinszky authoredFeb 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 44c60c4 - Browse repository at this point
Copy the full SHA 44c60c4View commit details -
Fix handling of forward slashes and url encoding in credentials (#1911)
* Add support for forward slashes and url encoding in credentials * Remove extra newline * Remove unquote
Configuration menu - View commit details
-
Copy full SHA for 96191ca - Browse repository at this point
Copy the full SHA 96191caView commit details
Commits on Feb 28, 2020
-
Bump actions/checkout from v1 to v2 (#2075)
* Update release.yml * Update main.yml
BSKY authoredFeb 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 085d5a6 - Browse repository at this point
Copy the full SHA 085d5a6View commit details -
Fix vendor package as installed package (#1883) (#1981)
* Fix vendor package as installed package (#1883) * import from Co-Authored-By: Sébastien Eustace <sebastien.eustace@gmail.com> * test vendor package as installed * refactor * remove blank line Co-authored-by: Sébastien Eustace <sebastien.eustace@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 15728ee - Browse repository at this point
Copy the full SHA 15728eeView commit details -
fix(utils.env): import cli_run from virtualenv (#2096)
* fix(utils.env): import cli_run from virtualenv if create_environment import failes * fix (utils.env): added accidentally removed code
Configuration menu - View commit details
-
Copy full SHA for 9306cd2 - Browse repository at this point
Copy the full SHA 9306cd2View commit details -
list .venv when it exists (#1762)
* list .venv when it exists * only list when in-project is true * missing config * move logic to manager.list * Add .venv when it exists
Frost Ming authoredFeb 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 607e70f - Browse repository at this point
Copy the full SHA 607e70fView commit details -
fix: exclude subpackage from
setup.py
if__init__.py
is excluded (#…Configuration menu - View commit details
-
Copy full SHA for 90af3a4 - Browse repository at this point
Copy the full SHA 90af3a4View commit details -
get_vcs starts searching git folder from tmp dir instead of project (#…
…1946) (#1947) * fix (builder): take `self._original_path` if available to find `.git` folder * change (vcs): use `git rev-parse --show-toplevel` to find git root folder * fix (vcs): change back to original working dir after finding vcs * change (builder): introduce self._original_path to keep original path if(vcs): resolve directory for `get_vcs`
2Configuration menu - View commit details
-
Copy full SHA for ab66bb9 - Browse repository at this point
Copy the full SHA ab66bb9View commit details -
Normalize author name unicode before matching (#2006)
* Fix accented characters not being matched in author name Fixes #2004 * Normalized the strings instead of modifying the pattern * Applied isort & black
Configuration menu - View commit details
-
Copy full SHA for ae6d64d - Browse repository at this point
Copy the full SHA ae6d64dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fb348 - Browse repository at this point
Copy the full SHA c9fb348View commit details -
Configuration menu - View commit details
-
Copy full SHA for e202151 - Browse repository at this point
Copy the full SHA e202151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7484957 - Browse repository at this point
Copy the full SHA 7484957View commit details -
* Update release script * Bump version to 1.0.4
Configuration menu - View commit details
-
Copy full SHA for eb8413e - Browse repository at this point
Copy the full SHA eb8413eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9582c - Browse repository at this point
Copy the full SHA bb9582cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2fed3d - Browse repository at this point
Copy the full SHA d2fed3dView commit details
Commits on Feb 29, 2020
-
Merge pull request #2105 from adisbladis/vcs-git-path
Fix VCS when git is not in PATH
Configuration menu - View commit details
-
Copy full SHA for ae96feb - Browse repository at this point
Copy the full SHA ae96febView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba48eb4 - Browse repository at this point
Copy the full SHA ba48eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754dbf8 - Browse repository at this point
Copy the full SHA 754dbf8View commit details
Commits on Mar 5, 2020
-
Black is now officially supported by the Python Software Foundation
Configuration menu - View commit details
-
Copy full SHA for d9a1e84 - Browse repository at this point
Copy the full SHA d9a1e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7c920 - Browse repository at this point
Copy the full SHA bf7c920View commit details
Commits on Mar 6, 2020
-
Merge pull request #2132 from jules-ch/contributing-docs-fix
Update Contributing.md
Configuration menu - View commit details
-
Copy full SHA for d2ee7f9 - Browse repository at this point
Copy the full SHA d2ee7f9View commit details -
Merge pull request #2129 from dmerejkowsky/fix-black-github-url
Fix GitHub URL for black
Configuration menu - View commit details
-
Copy full SHA for b459569 - Browse repository at this point
Copy the full SHA b459569View commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bf07cef - Browse repository at this point
Copy the full SHA bf07cefView commit details -
Merge pull request #2164 from alexpovel/patch-1
Update managing-environments.md
Configuration menu - View commit details
-
Copy full SHA for d27a119 - Browse repository at this point
Copy the full SHA d27a119View commit details
Commits on Mar 20, 2020
-
Merge branch 'master' into merge-master-into-develop
# Conflicts: # CHANGELOG.md # poetry.lock # poetry/__version__.py # pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for b0ee465 - Browse repository at this point
Copy the full SHA b0ee465View commit details