-
- Downloads
Merge branch '21569-dont-add-created-by-for-matched-users' into 'master'
Only add original author tag line when importing from GitHub if there isn't a linked GitLab account ## What does this MR do? If there we've found a linked GitLab user for a creator of an issue or comment don't add the 'Created By:' line. ## What are the relevant issue numbers? Closes #21569 See merge request !6081
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- lib/gitlab/github_import/base_formatter.rb 5 additions, 0 deletionslib/gitlab/github_import/base_formatter.rb
- lib/gitlab/github_import/comment_formatter.rb 6 additions, 2 deletionslib/gitlab/github_import/comment_formatter.rb
- lib/gitlab/github_import/issue_formatter.rb 6 additions, 2 deletionslib/gitlab/github_import/issue_formatter.rb
- lib/gitlab/github_import/pull_request_formatter.rb 6 additions, 2 deletionslib/gitlab/github_import/pull_request_formatter.rb
- spec/lib/gitlab/github_import/comment_formatter_spec.rb 6 additions, 0 deletionsspec/lib/gitlab/github_import/comment_formatter_spec.rb
- spec/lib/gitlab/github_import/issue_formatter_spec.rb 6 additions, 0 deletionsspec/lib/gitlab/github_import/issue_formatter_spec.rb
- spec/lib/gitlab/github_import/pull_request_formatter_spec.rb 6 additions, 0 deletionsspec/lib/gitlab/github_import/pull_request_formatter_spec.rb
Please register or sign in to comment