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

Git Improvements #14

Merged
merged 5 commits into from
May 28, 2021
Merged

Git Improvements #14

merged 5 commits into from
May 28, 2021

Conversation

bvobart
Copy link
Owner

@bvobart bvobart commented May 28, 2021

Changes:

  • version-control/code/git-no-big-files now checks the entire Git history for large files instead of just the current HEAD.
  • Adds Git information to report, i.e. URL of remote, current commit hash & branch and whether folder currently has changes relative to HEAD
  • ci/use now checks for CI configurations at the Git root of the given project, fixing false negative on this rule when analysing project in subfolder of a monorepo.
  • Implements git.GetGitRoot() to retrieve the root of the Git repo.
  • Refactors the CI linter's tests to be based on files generated in a temp dir, rather than in this repo.

…e Git history for large files instead of just the current revision.
…sh & branch and whether folder currently has changes relative to HEAD
… the given project, fixing false negative on this rule when analysing project in subfolder of a monorepo. Implements git.GetGitRoot() to retrieve the root of the Git repo. Refactors the CI linter's tests to be based on files generated in a temp dir, rather than in this repo.
@bvobart bvobart self-assigned this May 28, 2021
@bvobart bvobart merged commit 498dedd into main May 28, 2021
@bvobart bvobart deleted the git-improvements branch May 28, 2021 21:14
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.

1 participant