Skip to content

Merge Request Labels

gitlab-qa-bot requested to merge github/fork/dblessing/feature/mr_labels into master

Created by: dblessing

Merge Request Labels

What does this MR do?

Implements labels for merge requests. It unifies the labels between issues and merge requests - if a label is added to an issue that same label will be visible in the merge requests tab as well. There's enough similarity between MRs and issues I didn't think it made sense to separate the labels.

Are there points in the code the reviewer needs to double check?

See code comments.

Why was this MR needed?

Labels have been available on issues for some time. It would really be nice to have them available for MRs, too. It's also been a feature request for about a year.

What are the relevant issue numbers / Feature requests?

http://feedback.gitlab.com/forums/176466-general/suggestions/3958540-add-way-to-label-merge-requests

Screenshots

screen shot 2014-04-14 at 9 11 17 pm


screen shot 2014-04-14 at 9 10 43 pm


screen shot 2014-04-14 at 9 11 27 pm

Merge request reports