summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gitlab-ce/master' into ce-to-eeJames Lopez2017-01-131-12/+42
|\
| * Add comments to issuable finderClement Ho2017-01-101-0/+2
| * Make sure we could query against no oneLin Jen-Shin2017-01-091-0/+12
| * Show no issues if author/assignee cannot be foundLin Jen-Shin2017-01-091-8/+12
| * Check if it's not NONE tooLin Jen-Shin2017-01-091-6/+6
| * Add author_username and assignee_usernameClement Ho2017-01-091-6/+18
* | Merge remote-tracking branch 'gitlab-ce/master' into ce-to-eeJames Lopez2017-01-091-0/+13
|\ \ | |/
| * Removed the "Groups" option from the settings gearJose Ivan Vargas2017-01-031-5/+5
| * Added groups to members section, added a members finderJose Ivan Vargas2017-01-031-0/+13
* | Merge remote-tracking branch 'ce/master' into ce-to-eeDouglas Barbosa Alexandre2016-12-173-41/+132
|\ \ | |/
| * Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' Sean McGivern2016-12-151-1/+17
| * Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-19/+94
| * Merge branch '19990-update-snippets-page-design' into 'master' Fatih Acet2016-12-121-21/+21
| |\
| | * use Snippet.none in favor of nil to allow chainingMike Greiling2016-12-101-1/+1
| | * refactor duplicate code into a by_scope methodMike Greiling2016-12-101-35/+19
| | * add scope filters to project snippets pageMike Greiling2016-12-101-4/+20
* | | Merge remote-tracking branch 'ce/master' into ce-to-eeDouglas Barbosa Alexandre2016-12-123-2/+9
|\ \ \ | |/ /
| * | Merge branch 'features/api-snippets' into 'master' Sean McGivern2016-12-121-1/+4
| |\ \ | | |/ | |/|
| | * API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-1/+4
| * | Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-082-1/+5
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ce_upstream[ci ...Valery Sizov2016-12-082-5/+15
|\ \ \ | |/ /
| * | Merge branch '24733-archived-project-merge-request-count' into 'master' Sean McGivern2016-12-062-0/+7
| |\ \
| | * | Fix Archived project merge requests add to group's Merge RequestsJacopo2016-12-052-0/+7
| * | | Merge branch 'issue_25064' into 'security' Douwe Maan2016-12-061-5/+8
| |/ /
* | | Merge CE to EE with all the conflicts [ckip ci]Valery Sizov2016-12-022-4/+36
|\ \ \ | |/ /
| * | Count all issuable states at onceSean McGivern2016-12-011-0/+26
| |/
| * Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-282-2/+2
| * Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-281-0/+8
| * Remove unnecessary require_relative calls from finderSemyon Pupkov2016-11-261-2/+0
* | Merge remote-tracking branch 'ce/master' into ce-upstreamAlejandro Rodríguez2016-11-161-25/+22
|\ \ | |/
| * Limit labels returned for a specific project as an administratorRobert Speicher2016-11-161-25/+22
* | Merge remote-tracking branch 'ce/master' into ce-to-eeAlejandro Rodríguez2016-11-091-19/+14
|\ \ | |/
| * Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-19/+14
* | Merge remote-tracking branch 'ce/master' into ce-upstreamAlejandro Rodríguez2016-11-032-10/+9
|\ \ | |/
| * Skip authorization check when searching for labels on IssuableFinderDouglas Barbosa Alexandre2016-10-312-3/+3
| * Use label subject to calculate number of issues/mrs within the groupDouglas Barbosa Alexandre2016-10-311-1/+1
| * Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-8/+7
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ce_upstreamValery Sizov2016-10-281-1/+1
|\ \ | |/
| * Merge branch 'sh-optimize-label-finder' into 'master' 23794-hovers-don-t-go-awayStan Hu2016-10-251-1/+1
| |\
| | * Reduce overhead of LabelFinder by avoiding #presence callsh-optimize-label-finderStan Hu2016-10-251-1/+1
* | | Merge ce master into ce_upstreamValery Sizov2016-10-251-3/+5
|\ \ \ | |/ /
| * | Improve readability and add specs for label filteringsh-fix-labels-move-issueStan Hu2016-10-241-8/+5
| * | Improve label filtering implementationStan Hu2016-10-241-10/+4
| * | Allow the use of params[:name] when filtering labelsStan Hu2016-10-241-3/+10
| * | Fix bug where labels would be assigned to issues that were movedStan Hu2016-10-241-0/+4
| |/
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ce_upstreamValery Sizov2016-10-212-9/+100
|\ \ | |/
| * Remove order by label type on LabelsFinderDouglas Barbosa Alexandre2016-10-191-1/+1
| * Add support to group labels to SlashCommands::InterpretServiceDouglas Barbosa Alexandre2016-10-191-1/+1
| * Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-4/+14
| * Return only labels that user have access on IssuableFinder#labelsDouglas Barbosa Alexandre2016-10-192-10/+7