Allow searching tags, commits, etc.
Created by: rgpower
It would be nice (no, I mean awesome) to be able to use the search box to find all of the projects that have a certain git tag. A bonus would be if you could display what revision the tag refers to for each match and also display the commit message, who tagged it, when it was tagged, and whether or not the tag was signed.
Our dev team uses tags to wrangle all of the sub-component revisions necessary to make a release. This makes it easy to answer questions like: In what release version (git tag) was feature XYZ (usually a topic branch merge) introduced?
Other coolness - search a commit id, gitllab would display what branches, tags etc that this commit id exists in.
Great job on gitlab by the way - it's really helped us with code reviews, merge visualization, code browsing and much more.