Commit Graph

20 Commits

Author SHA1 Message Date
Jacob Schatz 692c35e6f4 Merge branch 'multi-filter-labels' into 'master'
Mutliple label filter

Fixes #989 

See merge request !3438
2016-04-20 19:18:32 +00:00
Arinde Eniola 5cefd8ab76 some refactoring 2016-04-19 17:22:55 +01:00
Phil Hughes 2629ab4472 Fixed tests 2016-04-16 16:13:16 -04:00
Phil Hughes 4b15a8ed26 Fixed up based on feedback 2016-04-16 16:13:16 -04:00
Phil Hughes 6c949b2bf1 Moved meta information into an issuable helper method 2016-04-16 16:13:16 -04:00
Arinde Eniola d0ad566972 rename the test file 2016-04-14 18:52:40 +01:00
Jacob Schatz 1617d1e026 Move functionality to label[] 2016-04-13 16:10:49 -04:00
Jacob Schatz e684480eeb Proper selecting multiple labels. 2016-04-13 16:10:49 -04:00
Phil Hughes 31fea92295 Updated based on Ruby feedback 2016-03-29 15:26:12 +01:00
Phil Hughes b5ece0886a Ruby fixes 2016-03-29 12:19:09 +01:00
Phil Hughes f8b5ff9520 Fixed rubocop issues 2016-03-29 11:59:42 +01:00
Phil Hughes 88024b17c0 Standardised the output of the JSON to always include the name
The frontend will then always use the name as the ID - like previous
2016-03-29 11:59:13 +01:00
Jacob Schatz 1cc6d786e4 Fix minor code style issues
Fix underscore template error.
Fix `=` spacing
2016-03-25 09:54:05 -04:00
Phil Hughes 81439c9093 Moved code to single line if 2016-03-17 09:13:20 +00:00
Phil Hughes 438d614b27 Removed label/milestone helper methods 2016-03-16 08:48:27 +00:00
Phil Hughes 2e07ee7f01 Fixed failing tests 2016-03-16 08:41:55 +00:00
Phil Hughes dce43b4bea Pre-selects values on issue and merge request dropdown
Closes #14290
2016-03-16 08:41:55 +00:00
Rémy Coutable e632bd26e4 Fixes "iid of max iid" in Issuable sidebar for merged MR
Fixes #13928
2016-03-08 16:23:20 +01:00
Rémy Coutable d28fa2ce23 Display "iid of max_iid" in Issuables' sidebar 2016-02-16 12:58:12 +01:00
Rémy Coutable 54613b6af5 Fix the "x of y" displayed at the top of Issuables' sidebar
1. We now display the index of the current issuable among all its project's
issuables, of the same type and with the same state.
2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
module.
3. Added acceptance specs for the sidebar counter.
2016-02-15 15:40:24 +01:00