Jacob Schatz
bb1c0e88ae
Merge branch 'issuable-sidebar-bold' into 'master'
...
Fixed issue with bold in issuable sidebar
## What does this MR do?
~~The sidebar contained both normal font weight & bold font weight, so this standardises them to bold.~~
After looking at the designs, i've updated the font weights & colors throughout the sidebar to correctly match them
## Screenshots (if relevant)

See merge request !4398
2016-06-15 20:29:50 +00:00
Phil Hughes
342434c886
Fixed issue with de-selecting dropdown option in issue sidebar
...
Closes #18641
2016-06-15 12:40:22 +01:00
Phil Hughes
b0cf82105b
Fixed tests
2016-06-10 10:41:58 +01:00
Phil Hughes and Jacob Schatz
7c88141b95
Fixed tests
2016-06-09 16:24:40 -04:00
Phil Hughes and Jacob Schatz
515a5aeb33
Fixed JS errors
...
CHANGELOG item
2016-06-05 16:15:51 -04:00
ZJ van de Weg
7ae536002a
Merge branch 'master' into awardables
2016-05-25 14:41:25 +02:00
Phil Hughes
9052ec8d37
Added due date tests
2016-05-23 08:40:04 +01:00
Phil Hughes
f6d321ae9c
Fixed rubocop issues
2016-05-16 10:35:14 +01:00
Phil Hughes
82ea435557
Added tests
2016-05-16 10:35:14 +01:00
Zeger-Jan van de Weg
7e6dcf9cd0
Merge branch 'master' into awardables
2016-05-11 08:47:04 +02:00
Zeger-Jan van de Weg
dccf8a9fc8
Add tests on Awardables and Award Emoji
2016-05-10 12:03:13 +02:00
Takuya Noguchi
4ab49fab94
Use outer join for issues ordering by milestones due.
2016-05-06 19:57:26 +09:00
Phil Hughes
32be8bd2b1
Fixed issue with assignee object not being returned
...
Closes #15515
2016-04-22 13:30:58 +01:00
Rémy Coutable
5e37d02d0e
Remove the .distinct when finding issues
...
This is not needed anymore after !3815 .
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-04-21 18:49:08 +02:00
Rémy Coutable and Robert Speicher
da2e31549c
Forgot a Rubocop offense, doh!
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-04-20 15:43:32 -04:00
Rémy Coutable and Robert Speicher
6cdf4acd4e
Address MR feedback
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-04-20 15:43:32 -04:00
Mehmet Beydogan and Robert Speicher
61a306aa58
Fix functionality of due this week. Add due this month and overdue, remove due tomorrow to issues.
...
Fix typos on sorting dropdown related to due date
Remove constant array and add Structs on Issue to keep due date data to fill options
2016-04-20 15:42:09 -04:00
Mehmet Beydogan and Robert Speicher
3afd08170d
Add due_date:time field to Issue model
...
Add due_date text field to sidebar issue#show
Add ability sorting issues by due date ASC and DESC
Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options
Add handling issue due_date field for MergeRequest
Update CHANGELOG
Fix ambigous match for issues#show sidebar
Fix SCREAMING_SNAKE_CASE offenses for due date contants
Add specs for due date sorting and filtering on issues
2016-04-20 15:42:09 -04:00
Phil Hughes
0be158a072
Added upload file test to new issue form
2016-04-17 12:15:45 +01:00
theoretick
5bf47f14b9
Do not include award emojis in issue view comment_count
...
Fixes Issue #14431
2016-04-14 11:20:55 -07:00
Phil Hughes
29f414aa5a
Tests update
2016-04-04 10:48:49 +01:00
Jacob Schatz
1cc6d786e4
Fix minor code style issues
...
Fix underscore template error.
Fix `=` spacing
2016-03-25 09:54:05 -04:00
Jacob Schatz
42389ea8d2
Fix features until tests pass.
...
Milestones needed a none selector
Assignee needed unassign.
2016-03-25 09:54:05 -04:00
Yorick Peterse
9b0c360bd5
Fixed issue sorting specs for ID changes
...
These specs assumed data was still sorted by timestamp, instead of by
ID.
2016-01-07 14:53:02 +01:00
Dmitriy Zaporozhets
7cbcc21dcc
Fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-12-11 20:12:18 +01:00
Dmitriy Zaporozhets
617ba01322
Fix tests for new issuable sidebar
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-12-11 20:11:23 +01:00
Douwe Maan
23522a9b34
Fix specs
2015-12-08 23:28:28 +01:00
Douwe Maan
67119e15c0
Use consistent casing for form field labels
2015-12-02 14:41:54 +01:00
Robert Speicher
cfd813402d
Remove duplicate feature spec for filtering issues by no milestone
2015-07-06 22:39:55 -04:00
Dmitriy Zaporozhets
b9fa82daee
Update tests and use js-issuable class for context form
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-26 15:05:30 +02:00
Robert Speicher
15a05be70d
Fix Style/Blocks cop violations
2015-06-22 16:00:54 -04:00
Robert Speicher
0bb320cfda
Fix Style/HashSyntax violations
2015-06-22 14:54:33 -04:00
Robert Speicher
37066267e7
Use page.all and page.within in specs
2015-06-13 18:37:30 -04:00
Dominik Sander
e6ee8d0ebe
Group milestones by title in the dashboard and all other issue views
...
This groups milestones by title for issue views like it has been done for
the milestone dashboard/project overview. Before milestones with the
same title would show up multiple times in the filter dropdown and one could
only filter per project and milestone. Now the milestone filter is based
on the title of the milestone, i.e. all issues marked with the same
milestone title are shown.
2015-05-01 01:12:58 +02:00
Stefan Tatschner
149d67f761
Try to fix tests for pull request #9065
...
This crappy test framework stuff fails randomly. So I can't reliably
run it on my local machine.
2015-04-24 09:36:52 +02:00
Dmitriy Zaporozhets
c1c93f4f7a
Fix tests and unassigned filter for issues. Updated CHANGELOG
2015-03-27 00:27:51 -07:00
Vinnie Okada
76aad9b76e
Upgrade to Rails 4.1.9
...
Make the following changes to deal with new behavior in Rails 4.1.2:
* Use nested resources to avoid slashes in arguments to path helpers.
2015-02-14 11:09:23 -07:00
Jeroen van Baarsen
026e988544
Even more hound fixes
...
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com >
2015-02-12 21:00:55 +01:00
Jeroen van Baarsen
0c4a70a306
Updated rspec to rspec 3.x syntax
...
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com >
2015-02-12 19:17:35 +01:00
Dmitriy Zaporozhets
f9e6f66898
Fix tests
2015-02-05 22:40:35 -08:00
Jason Blanchard
97d4ac4047
Adds link to milestone and keeping resource context on smaller
...
viewports for issues and merge requests
2015-02-03 11:41:32 -05:00
Ciro Santilli
89f7345f3f
Remove unnecessary page. from tests.
2014-09-26 09:51:17 +02:00
Ciro Santilli
c589029667
Fix failing spec.
2014-07-17 22:47:16 +02:00
Dmitriy Zaporozhets
f2353352a2
Test for milestone changed comment
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-10 12:39:48 +03:00
Jeroen van Baarsen
8362026a33
Split feature tests out to different build job
2014-04-13 19:05:52 +02:00
Jason Blanchard
3ada1d7ec3
Added option to remove issue assignee on project issue page and issue edit page
2014-03-02 13:10:45 -05:00
Dmitriy Zaporozhets
ededfd2d29
Fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-02-19 10:35:24 +02:00
Dmitriy Zaporozhets
9d637d576c
Fix tests
2014-02-18 14:21:13 +00:00
Andrew Kumanyaev
fe3f7f536d
Remove Debug from tests
2014-01-14 21:05:12 +03:00
Dmitriy Zaporozhets
e64c3b2b5c
Fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-20 08:56:39 +02:00