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

Add git tagging #212

Open
fraserc182 opened this issue Jan 24, 2025 · 2 comments
Open

Add git tagging #212

fraserc182 opened this issue Jan 24, 2025 · 2 comments

Comments

@fraserc182
Copy link

Is your feature request related to a problem? Please describe.
We have been using Yor to add various git tags https://github.com/bridgecrewio/yor
This lets us trace which repo, file and org made changes which is very helpful. However Yor has a few issues and no longer seems to be in active development.

Describe the solution you'd like
The ability to add tags from git-blame logs, specifically these ones:
Also to allow to use all or only a selection of the tags, for example if we only want to use git_org, git_repo and git_file.

git_org = "company"
git_repo = "repo1"
git_file = "README.md"
git_commit = "47accf06f13b503f3bab06fed7860e72f7523cac"
git_last_modified_At = "2020-03-28 21:42:46 +0000 UTC"
git_last_modified_by = "[email protected]"
git_modifiers = "test/test"

Describe alternatives you've considered
We have been using Yor but have ran into multiple issues which look like they won't be fixed.

@TomerHeber
Copy link
Collaborator

Hi @fraserc182 ,

Thank you for reaching out.

While we don't have immediate plans to fully incorporate all of Yor's functionality, we're open to exploring how we might integrate a subset of its features in the future. Our priority is to maintain Terratag's simplicity and ease of use, so any additions would need to align with that goal.

We'd love to hear your thoughts on which Yor features you find most valuable and how they could enhance your experience with Terratag. Your feedback will help us as we consider future development.

@fraserc182
Copy link
Author

@TomerHeber
Hi thanks for getting back to me, the absolute minimum we use are:

  • org
  • repo
  • file
    This is the info we found the most useful as it makes it easy to trace a resource back to where it was created from.

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

No branches or pull requests

2 participants