Skip to content

Feature/branch lookup by commit #14

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

Merged

Conversation

madeline-scyphers
Copy link
Collaborator

Summary

  • Add method commits_in_tags, that analyzes all commits that make it into a tag.
    • """Analyze each tag, and trace backwards from the tag to all commits that make
      up that tag. This method looks at the commit for the tag, and then works
      backwards to that commits parents, and so on and so, until it hits another
      tag, is out of the time range, or hits the root commit. It returns a DataFrame
      with the branches"""
  • Add ability for ProjectDirectory to take a list of Repository instances directly.
  • Add repository parameter labels_to_add, which are extra labels to add to outputted DataFrames in addition to repo names. Which can be useful especially for ProjectDirectory, where you have several repos that fall under similar categories, so you can group them together.

@wdm0006 wdm0006 merged commit 9d1ac6a into wdm0006:master Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants