Commit graph

8 commits

Author SHA1 Message Date
Phil Hughes
5cca2d3bb1 Updated Ruby based on feedback 2016-05-24 08:42:52 +01:00
Phil Hughes
fac08c3bcd Fixed up JS comments 2016-05-20 09:20:35 +01:00
Phil Hughes
7df4b16b56 Fixed issue with not being able to search text & filter 2016-05-16 10:30:59 +01:00
Phil Hughes
31b1dc3c31 Fixed failing rubocop tests
Fixed issue with issuable checkboxs not being init'd
2016-05-16 10:29:47 +01:00
Phil Hughes
7eb97ef402 Added issue_search parameter 2016-05-16 10:29:47 +01:00
Phil Hughes
fdc949073c Fixed issue with not being able to sort and filter 2016-05-16 10:29:47 +01:00
Phil Hughes
832d7fa3ce Issuable filtering improvements
This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests.

Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
2016-05-16 10:29:47 +01:00
Phil Hughes
75626d5f01 Label text color comes from JSON
Created issuable singleton to house the filtering
2016-04-20 17:00:12 +01:00