msgid "MergeRequests|Resolve this discussion in a new issue"
msgid "MergeRequests|Resolve this thread in a new issue"
msgstr ""
msgid "MergeRequests|Saving the comment failed"
...
...
@@ -11335,7 +11341,7 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
msgid "Resolve all discussions in new issue"
msgid "Resolve all threads in new issue"
msgstr ""
msgid "Resolve conflicts on source branch"
...
...
@@ -11344,6 +11350,9 @@ msgstr ""
msgid "Resolve discussion"
msgstr ""
msgid "Resolve thread"
msgstr ""
msgid "Resolved"
msgstr ""
...
...
@@ -14150,15 +14159,15 @@ msgstr ""
msgid "Toggle commit list"
msgstr ""
msgid "Toggle discussion"
msgstr ""
msgid "Toggle emoji award"
msgstr ""
msgid "Toggle navigation"
msgstr ""
msgid "Toggle thread"
msgstr ""
msgid "Toggle project"
msgstr ""
...
...
@@ -14423,6 +14432,9 @@ msgstr ""
msgid "Unresolve discussion"
msgstr ""
msgid "Unresolve thread"
msgstr ""
msgid "Unschedule job"
msgstr ""
...
...
@@ -16284,11 +16296,6 @@ msgstr ""
msgid "disabled"
msgstr ""
msgid "discussion resolved"
msgid_plural "discussions resolved"
msgstr[0] ""
msgstr[1] ""
msgid "done"
msgstr ""
...
...
@@ -16670,7 +16677,7 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
msgid "mrWidget|There are unresolved discussions. Please resolve these discussions"
msgid "mrWidget|There are unresolved threads. Please resolve these threads"
msgstr ""
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
...
...
@@ -16887,6 +16894,11 @@ msgstr ""
msgid "to help your contributors communicate effectively!"
it'shows a warning that the merge request contains unresolved discussions'do
expect(page).tohave_content'There are unresolved discussions.'
it'shows a warning that the merge request contains unresolved threads'do
expect(page).tohave_content'There are unresolved threads.'
end
it'has a link to resolve all discussions by creating an issue'do
it'has a link to resolve all threads by creating an issue'do
page.within'.mr-widget-body'do
expect(page).tohave_link'Create an issue to resolve them later',href: new_project_issue_path(project,merge_request_to_resolve_discussions_of: merge_request.iid)
end
end
context'creating an issue for discussions'do
context'creating an issue for threads'do
beforedo
page.click_link'Create an issue to resolve them later',href: new_project_issue_path(project,merge_request_to_resolve_discussions_of: merge_request.iid)
end
it_behaves_like'creating an issue for a discussion'
it_behaves_like'creating an issue for a thread'
end
end
end
...
...
@@ -92,8 +92,8 @@ describe 'Resolving all open discussions in a merge request from an issue', :js