-
- Downloads
Merge branch 'bvl-user-status-message-35463' into 'master'
Allow users to set a status Closes #35463 See merge request gitlab-org/gitlab-ce!20614
No related branches found
No related tags found
Showing
- spec/requests/api/users_spec.rb 63 additions, 0 deletionsspec/requests/api/users_spec.rb
- spec/services/users/set_status_service_spec.rb 58 additions, 0 deletionsspec/services/users/set_status_service_spec.rb
- spec/services/users/update_service_spec.rb 21 additions, 0 deletionsspec/services/users/update_service_spec.rb
- spec/support/matchers/user_status_matcher.rb 13 additions, 0 deletionsspec/support/matchers/user_status_matcher.rb
- spec/support/shared_examples/showing_user_status_shared_examples.rb 11 additions, 0 deletions...rt/shared_examples/showing_user_status_shared_examples.rb
- spec/views/projects/merge_requests/show.html.haml_spec.rb 11 additions, 0 deletionsspec/views/projects/merge_requests/show.html.haml_spec.rb
spec/support/matchers/user_status_matcher.rb
0 → 100644
Please register or sign in to comment