Skip to content

Feature: Index git tags with commits #37

Open
@bdougie

Description

Type of feature

🍕 Feature

Current behavior

Currently we have awareness of commits and author ids. I think indexing tags as well will give us an opportunity to start identify authors that most frequently appear in a specific releases based on tags.

My solution is naive, but I'd love to chat through this idea.

Suggested solution

This might need a conversation, but here is my initial thought

  1. Fetch recent tags during the baking process. We may want to limit this initially, to most recent 30 or a date. I know some projects could have 1000 tags.
  2. Add column on commits for tags in the api.opensauced.pizza schema

Additional context

Do we have a better for connecting commits to tags?

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions