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

feat(manager/poetry): Support tag as git-dependency on github #21949

Merged
merged 7 commits into from May 3, 2023

Commits on May 3, 2023

  1. feat(poetry) Support tag as git-dependency on github

    Parse git dependencies like
    {git = "https://github.com/tiangolo/fastapi.git", tag="1.2.3"}
    or
    {git = "git@github.com:tiangolo/fastapi.git", tag="1.2.3"}
    
    and support them as github-tabs datasources.
    yetanotherion committed May 3, 2023
    Copy the full SHA
    abddd65 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c80122b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8136445 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1ad55f1 View commit details
    Browse the repository at this point in the history
  5. Fix related test

    yetanotherion committed May 3, 2023
    Copy the full SHA
    eda121b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    508e83c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    3531643 View commit details
    Browse the repository at this point in the history