This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
f1e2fca19a
gitlab-org--gitlab-foss
/
app
/
services
/
discussions
/
base_service.rb
7 lines
96 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable frozen string in apps/services/**/*.rb For directories application_settings --> labels. Partially addresses #47424.
2018-07-16 12:31:01 -04:00
# frozen_string_literal: true
Feature: delegate all open discussions to Issue When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.
2016-10-26 17:21:50 -04:00
module
Discussions
class
BaseService
<
::
BaseService
end
end
Copy permalink