Remove bottom border from Issuable titles
Merge request reports
Activity
Assigning this to you @jschatz1 Notice I'm putting this to
8.15
.assigned to @annabeldunstone
added 161 commits
-
fe89b3b7...f264ec6e - 160 commits from branch
master
- dfed77b0 - Remove bottom border from issuable title
-
fe89b3b7...f264ec6e - 160 commits from branch
enabled an automatic merge when the pipeline for dfed77b0 succeeds
@alfredo1 can you get the builds to pass?
assigned to @alfredo1
added 12 commits
-
dfed77b0...ff6f74bf - 11 commits from branch
master
- 0f2a62e7 - Remove bottom border from issuable title
-
dfed77b0...ff6f74bf - 11 commits from branch
added 17 commits
-
0f2a62e7...04b20bc0 - 16 commits from branch
master
- bc26ae67 - Remove bottom border from issuable title
-
0f2a62e7...04b20bc0 - 16 commits from branch
added 13 commits
-
bc26ae67...b93c72e3 - 12 commits from branch
master
- 4d968b8a - Remove bottom border from issuable title
-
bc26ae67...b93c72e3 - 12 commits from branch
mentioned in merge request !8359 (closed)
added 56 commits
-
4d968b8a...7d0e63fa - 55 commits from branch
master
- 174065f4 - Remove bottom border from issuable title
-
4d968b8a...7d0e63fa - 55 commits from branch
Can someone help me with the failing tests on this MR?
➜ gitlab master ✓ bundle exec rspec ./spec/features/milestones/milestones_spec.rb 1) Milestone draggable issues allows admin to drag issue Failure/Error: super ActionController::RoutingError: No route matches [PUT] "/namespace3/project3/milestones/1/sort_issues" # ./lib/gitlab/middleware/static.rb:9:in `call' 2) Milestone draggable merge requests allows admin to drag merge request Failure/Error: super ActionController::RoutingError: No route matches [PUT] "/namespace6/project6/merge_requests/1" # ./lib/gitlab/middleware/static.rb:9:in `call' 8/8 |============== 100 =================>| Time: 00:00:24 Finished in 24.97 seconds (files took 14.83 seconds to load) 8 examples, 2 failures Failed examples: rspec ./spec/features/milestones/milestones_spec.rb:32 # Milestone draggable issues allows admin to drag issue rspec ./spec/features/milestones/milestones_spec.rb:64 # Milestone draggable merge requests allows admin to drag merge request
It fails for me locally on this branch and even on master and it also fails on CI but I'm not sure why since I don't see other MRs failing because of this.
Some things I did
- If I relocate the failing test at the top of the
context
it passes but another test fails. I suspect it has to do with some caching on the app or something is not reset after each test. - A request to
/namespace6/project6/merge_requests/1
is triggered twice when dragging a MR to another column. Even fixing this on the JS it fails for the same reason, so the app triggering simultaneous requests is not the cause of the error. - I've tried refactoring the spec putting each test in separate
context
s and it fails for the same reason.
This MR is just CSS, so I'm not introducing anything new, weird this has not been caught already on master.
/cc @smcgivern, @dzaporozhets (I think you were working on routes lately), and @blackst0ne (since it seems you originally wrote this file)
- If I relocate the failing test at the top of the
@alfredo1 looks like common "not finished ajax request" problem. I will make MR with fix. Strange it did not catch by CI
UPDATE: mr with fix at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8361
Edited by Dmytro Zaporozhets (DZ)mentioned in merge request !8361 (merged)
mentioned in issue #26183 (closed)
@dzaporozhets thank you so much!!
added 18 commits
-
174065f4...b0765d24 - 17 commits from branch
master
- 0ca1f733 - Remove bottom border from issuable title
-
174065f4...b0765d24 - 17 commits from branch
mentioned in merge request !8372 (closed)
@annabeldunstone I've updated the MR, I think
issuable.scss
is a better place for this since the previous one was affecting the milestones pages too.assigned to @annabeldunstone
Great! Thanks @alfredo1
mentioned in commit b561b167
mentioned in issue #26163 (closed)
mentioned in commit 5836888e