Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d78fd6df
Commit
d78fd6df
authored
May 23, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG
parent
5ea01651
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGELOG
CHANGELOG
+1
-0
spec/features/issues/update_issues_spec.rb
spec/features/issues/update_issues_spec.rb
+1
-1
spec/services/issues/bulk_update_service_spec.rb
spec/services/issues/bulk_update_service_spec.rb
+1
-1
No files found.
CHANGELOG
View file @
d78fd6df
...
...
@@ -74,6 +74,7 @@ v 8.8.2
- Fixed issue with enter key selecting wrong option in dropdown. !4210
- When creating a .gitignore file a dropdown with templates will be provided. !4075
- Fix concurrent request when updating build log in browser. !4183
- Bulk assign/unassign labels to issues.
v 8.8.1
- Add documentation for the "Health Check" feature
...
...
spec/features/issues/update_issues_spec.rb
View file @
d78fd6df
...
...
@@ -92,7 +92,7 @@ feature 'Multiple issue updating from issues#index', feature: true do
find
(
'.dropdown-menu-milestone a'
,
text:
"No Milestone"
).
click
click_update_issues_button
expect
(
find
(
'.issue:first-child'
)).
to_not
have_content
milestone
.
title
expect
(
find
(
'.issue:first-child'
)).
not_to
have_content
milestone
.
title
end
end
...
...
spec/services/issues/bulk_update_service_spec.rb
View file @
d78fd6df
...
...
@@ -79,7 +79,7 @@ describe Issues::BulkUpdateService, services: true do
end
end
context
'when the new assignee ID is not present'
,
focus:
true
do
context
'when the new assignee ID is not present'
do
let
(
:assignee_id
)
{
nil
}
it
'does not unassign'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment