-
- Downloads
There was an error fetching the commit references. Please try again later.
Add banzai filter to detect commit message trailers and properly link the users
Showing
- app/models/commit.rb 2 additions, 1 deletionapp/models/commit.rb
- app/views/projects/commit/_commit_box.html.haml 2 additions, 2 deletionsapp/views/projects/commit/_commit_box.html.haml
- app/views/projects/commits/_commit.atom.builder 1 addition, 1 deletionapp/views/projects/commits/_commit.atom.builder
- changelogs/unreleased/feature_detect_co_authored_commits.yml 6 additions, 0 deletionschangelogs/unreleased/feature_detect_co_authored_commits.yml
- lib/banzai/filter/commit_trailers_filter.rb 152 additions, 0 deletionslib/banzai/filter/commit_trailers_filter.rb
- lib/banzai/pipeline/commit_description_pipeline.rb 11 additions, 0 deletionslib/banzai/pipeline/commit_description_pipeline.rb
- spec/lib/banzai/filter/commit_trailers_filter_spec.rb 171 additions, 0 deletionsspec/lib/banzai/filter/commit_trailers_filter_spec.rb
- spec/support/commit_trailers_spec_helper.rb 41 additions, 0 deletionsspec/support/commit_trailers_spec_helper.rb
lib/banzai/filter/commit_trailers_filter.rb
0 → 100644
spec/support/commit_trailers_spec_helper.rb
0 → 100644
Please register or sign in to comment