-
Notifications
You must be signed in to change notification settings - Fork 7
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 component #3
Comments
@rnveach From #17 (comment),
Do you mean add some regex strings to this class? Would the filters only depend on path? I am not very sure now. The mainly missing thing is the changed lines in GitChange, and maybe we could add them when we implement a generator which need them. |
That or full paths, but lets wait on this until we see a specific need.
That sounds fine to me. If you see nothing else to add to the core of the git component, than I think we can close this issue. |
@rnveach I think it is OK to close the issue now. |
just a note: |
That is how we are breaking things apart. |
Taken from #1 ,
We need to analyze
git
repository for changes in new commits in PR branch.Notes:
src/main
. Any changes in tests/it should be ignored.Should we also grab the contents of the changes? Will they be needed?
Restricting files further by type should be done elsewhere as we will have to look at class hierarchy and such.
The text was updated successfully, but these errors were encountered: