diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-04 12:54:08 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-04 12:54:08 +0000 |
commit | 0bcc323928fa3a794aea5ce190319ebea89ca1ad (patch) | |
tree | 1c5c8fd06db82989469535d5d389788c292b4d8e /CHANGELOG | |
parent | 18e4e997644aa0772153938106e4fc798a12e10f (diff) | |
parent | 0ac4a933ffae00adc4b7ab58af9bef15ed8c412b (diff) | |
download | gitlab-ce-0bcc323928fa3a794aea5ce190319ebea89ca1ad.tar.gz |
Merge branch 'api/issues-filter-labels' into 'master'
API: Filter issues by labels
While working on [laboard](https://gitlab.com/jubianchi/laboard) I had some issues with the API : I was not able to filter issues by labels so I had to write some logic to do it on my side.
I think it will be useful to have this feature supported by the Gitlab API.
I added the filtering logic on `/issues` and `/projects/:id/issues`.
The commits are not squashed but I'll do it once everything seems ok to you.
See merge request !169
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 3e858ed0ca4..f9cd92a83c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ v 7.3.0 - Deprecate LDAP account takeover based on partial LDAP email / GitLab username match - Keyboard shortcuts for productivity (Robert Schilling) - API: filter issues by state (Julien Bianchi) + - API: filter issues by labels (Julien Bianchi) - Add system hook for ssh key changes - Add blob permalink link (Ciro Santilli) |