msgid "MergeRequests|Resolve this discussion in a new issue"
msgid "MergeRequests|Resolve this thread in a new issue"
msgstr ""
msgstr ""
msgid "MergeRequests|Saving the comment failed"
msgid "MergeRequests|Saving the comment failed"
...
@@ -11335,7 +11341,7 @@ msgstr ""
...
@@ -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."
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
msgstr ""
msgid "Resolve all discussions in new issue"
msgid "Resolve all threads in new issue"
msgstr ""
msgstr ""
msgid "Resolve conflicts on source branch"
msgid "Resolve conflicts on source branch"
...
@@ -11344,6 +11350,9 @@ msgstr ""
...
@@ -11344,6 +11350,9 @@ msgstr ""
msgid "Resolve discussion"
msgid "Resolve discussion"
msgstr ""
msgstr ""
msgid "Resolve thread"
msgstr ""
msgid "Resolved"
msgid "Resolved"
msgstr ""
msgstr ""
...
@@ -14150,15 +14159,15 @@ msgstr ""
...
@@ -14150,15 +14159,15 @@ msgstr ""
msgid "Toggle commit list"
msgid "Toggle commit list"
msgstr ""
msgstr ""
msgid "Toggle discussion"
msgstr ""
msgid "Toggle emoji award"
msgid "Toggle emoji award"
msgstr ""
msgstr ""
msgid "Toggle navigation"
msgid "Toggle navigation"
msgstr ""
msgstr ""
msgid "Toggle thread"
msgstr ""
msgid "Toggle project"
msgid "Toggle project"
msgstr ""
msgstr ""
...
@@ -14423,6 +14432,9 @@ msgstr ""
...
@@ -14423,6 +14432,9 @@ msgstr ""
msgid "Unresolve discussion"
msgid "Unresolve discussion"
msgstr ""
msgstr ""
msgid "Unresolve thread"
msgstr ""
msgid "Unschedule job"
msgid "Unschedule job"
msgstr ""
msgstr ""
...
@@ -16284,11 +16296,6 @@ msgstr ""
...
@@ -16284,11 +16296,6 @@ msgstr ""
msgid "disabled"
msgid "disabled"
msgstr ""
msgstr ""
msgid "discussion resolved"
msgid_plural "discussions resolved"
msgstr[0] ""
msgstr[1] ""
msgid "done"
msgid "done"
msgstr ""
msgstr ""
...
@@ -16670,7 +16677,7 @@ msgstr ""
...
@@ -16670,7 +16677,7 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgid "mrWidget|There are merge conflicts"
msgstr ""
msgstr ""
msgid "mrWidget|There are unresolved discussions. Please resolve these discussions"
msgid "mrWidget|There are unresolved threads. Please resolve these threads"
msgstr ""
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."
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 ""
...
@@ -16887,6 +16894,11 @@ msgstr ""
msgid "to help your contributors communicate effectively!"
msgid "to help your contributors communicate effectively!"
it'shows a warning that the merge request contains unresolved discussions'do
it'shows a warning that the merge request contains unresolved threads'do
expect(page).tohave_content'There are unresolved discussions.'
expect(page).tohave_content'There are unresolved threads.'
end
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
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)
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
end
end
context'creating an issue for discussions'do
context'creating an issue for threads'do
beforedo
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)
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
end
it_behaves_like'creating an issue for a discussion'
it_behaves_like'creating an issue for a thread'
end
end
end
end
end
end
...
@@ -92,8 +92,8 @@ describe 'Resolving all open discussions in a merge request from an issue', :js
...
@@ -92,8 +92,8 @@ describe 'Resolving all open discussions in a merge request from an issue', :js