-
- Downloads
Merge branch '23986-choose-commit-email' into 'master'
Resolve "Add functionality to change what email address online actions commit using" Closes #23986 See merge request gitlab-org/gitlab-ce!21598
No related branches found
No related tags found
Showing
- app/controllers/profiles_controller.rb 1 addition, 0 deletionsapp/controllers/profiles_controller.rb
- app/models/user.rb 38 additions, 1 deletionapp/models/user.rb
- app/views/profiles/emails/index.html.haml 7 additions, 1 deletionapp/views/profiles/emails/index.html.haml
- app/views/profiles/show.html.haml 3 additions, 0 deletionsapp/views/profiles/show.html.haml
- changelogs/unreleased/23986-choose-commit-email.yml 5 additions, 0 deletionschangelogs/unreleased/23986-choose-commit-email.yml
- db/migrate/20180814153625_add_commit_email_to_users.rb 33 additions, 0 deletionsdb/migrate/20180814153625_add_commit_email_to_users.rb
- db/schema.rb 1 addition, 0 deletionsdb/schema.rb
- doc/user/profile/index.md 1 addition, 0 deletionsdoc/user/profile/index.md
- doc/user/project/repository/web_editor.md 4 additions, 0 deletionsdoc/user/project/repository/web_editor.md
- lib/gitlab/git/user.rb 1 addition, 1 deletionlib/gitlab/git/user.rb
- spec/factories/emails.rb 1 addition, 0 deletionsspec/factories/emails.rb
- spec/lib/gitlab/git/user_spec.rb 12 additions, 3 deletionsspec/lib/gitlab/git/user_spec.rb
- spec/models/user_spec.rb 49 additions, 1 deletionspec/models/user_spec.rb
Please register or sign in to comment