Skip to content
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

support git subfolder (#755) #1822

Closed

Commits on Feb 22, 2020

  1. new (vcs_dependency): add subdirectory property, format pep 508 strin…

    …g properly
    
    new (poetry-schema): add subdirectory property to git-dependency
    new (pip_installer): git repositories are cloned to a tmp folder, to be able to copy only subdirectory to dest
    new (locker): write to and read from `poetry.lock` the subdirectory value
    new (provider): take the subdirectory value into account when looking for packing
    new (package): new property `source_subdirectory`
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    d22371f View commit details
    Browse the repository at this point in the history
  2. * fix merge error

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    80e41e5 View commit details
    Browse the repository at this point in the history
  3. add more tests

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    eb9f90d View commit details
    Browse the repository at this point in the history
  4. new (exporter): add subdirectory to url when export to `requirements.…

    …txt`
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    6278dae View commit details
    Browse the repository at this point in the history
  5. new (tests): added test for export and lock command

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    db01da7 View commit details
    Browse the repository at this point in the history
  6. fix (conftest): provide str instead of Path for shutil.copy

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    3fd5c60 View commit details
    Browse the repository at this point in the history
  7. new (vcs.git): take over changes for parsing git urls from master branch

    new (console.commands.init): git subdirectory can be provided in url when using `poetry add`
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    d00feb0 View commit details
    Browse the repository at this point in the history
  8. fix (test_add): revert accidentally made code change

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    d3ce8d6 View commit details
    Browse the repository at this point in the history
  9. fix (vcs.git): don't allow ? in revision tag, because it's a reserv…

    …ed delimiter for arguments
    
    new (test_git): tests for URLs containing revision tag and subdirectory
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    3936c08 View commit details
    Browse the repository at this point in the history
  10. new (cli.md): update docs

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    51093e5 View commit details
    Browse the repository at this point in the history
  11. fix (test_git): fix changes from rebase

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    fccddc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. new (utils.cache): provide a DownloadCache class to avoid downloading…

    … multiple times from the same source during run
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    dc29204 View commit details
    Browse the repository at this point in the history
  2. fix (puzzle.provider): remove obsolete imports

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    3f68746 View commit details
    Browse the repository at this point in the history
  3. change (utils.cache): replace TemporaryDirectory by mkdtemp + cleanup…

    … method to work with python2
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    64a589a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b90159f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbd7f3a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. change (utils.cache): renamed utils.cache to utils.temp to avoid nami…

    …ng confusion to poetries repository caching system
    
    change (utils.temp): renamed DownloadCache to DownloadTmpDir
    finswimmer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e979d3e View commit details
    Browse the repository at this point in the history