gitlab-org--gitlab-foss/app/services/merge_requests
Lin Jen-Shin 104bac3d21 Merge branch 'master' into fix-git-hooks-when-creating-file
* master: (1031 commits)
  Add changelog entry for renaming API param [ci skip]
  Add missing milestone parameter
  Refactor issues filter in API
  Fix project hooks params
  Gitlab::LDAP::Person uses LDAP attributes configuration
  Don't delete files from spec/fixtures
  Copy, don't move uploaded avatar files
  Minor improvements to changelog docs
  Rename logo, apply for Slack too
  Fix Gemfile.lock for the octokit update
  Fix cross-project references copy to include the project reference
  Add logo in public files
  Use stable icon for Mattermost integration
  rewrite the item.respond_to?(:x?) && item.x? to item.try(:x?)
  API: extern_uid is a string
  Increases pipeline graph drowdown width in order to prevent strange position on chrome on ubuntu
  Removed bottom padding from merge manually from CLI because of repositioning award emoji's
  Make haml_lint happy
  Improve spec
  Add feature tests for Cycle Analytics
  ...
2017-01-04 22:25:55 +08:00
..
add_todo_when_build_fails_service.rb Do not create TODO when build is allowed to fail 2016-11-21 13:30:24 +01:00
assign_issues_service.rb Ignore external issues when bulk assigning issues to author of merge request. 2016-10-20 16:40:24 +02:00
base_service.rb Check if user can read issue before being assigned 2016-12-27 19:25:17 -02:00
build_service.rb Merge branch 'master' into fix-git-hooks-when-creating-file 2017-01-04 22:25:55 +08:00
close_service.rb Enforce permissions in {Issues,MergeRequests}::{Close,Reopen}Service 2016-08-13 00:06:11 +02:00
create_service.rb Use the IssuableBaseService lifecycle hooks to cache MergeRequestsClosingIssues 2016-09-21 01:22:20 +05:30
get_urls_service.rb Project tools visibility level 2016-09-01 11:47:59 -03:00
merge_request_diff_cache_service.rb switch from diff_file_collection to diffs 2016-08-03 07:00:20 +02:00
merge_service.rb Identify merge request project and IID in log message 2016-10-18 22:01:42 -07:00
merge_when_pipeline_succeeds_service.rb Rename MWBS service to Merge When Pipeline Succeeds 2016-11-21 10:22:09 +01:00
post_merge_service.rb Close todos when accepting a MR via the API. 2016-09-29 14:51:12 -04:00
refresh_service.rb Do not reload diff for merge request made from fork when target branch in fork is updated 2016-12-09 12:10:26 +01:00
reopen_service.rb Enforce permissions in {Issues,MergeRequests}::{Close,Reopen}Service 2016-08-13 00:06:11 +02:00
resolve_service.rb Allow setting content for resolutions 2016-10-13 14:16:34 -05:00
resolved_discussion_notification_service.rb Address review feedback 2016-08-16 11:04:26 -05:00
update_service.rb Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741 2016-12-16 21:37:22 +03:00