summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-082-2/+2
* Merge branch 'route-map' into 'master' Robert Speicher2017-02-071-0/+55
|\
| * Move permission check before more expensive checksroute-mapDouwe Maan2017-02-071-3/+5
| * Don't skip authorization when stopping CI environmentsDouwe Maan2017-02-071-7/+3
| * Address feedbackDouwe Maan2017-02-061-0/+57
* | List all groups/projects for admins on explore pagesDouwe Maan2017-02-061-1/+1
|/
* 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
* 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 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 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 '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
|/ /
* | 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
* Limit labels returned for a specific project as an administratorRobert Speicher2016-11-161-25/+22
* Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-19/+14
* 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 '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
* | 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
|/
* 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
* Remove unnecessary `title.present?` on LabelsFinderDouglas Barbosa Alexandre2016-10-191-1/+1
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-192-8/+35
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+2
* Makes the query to retrieve group labels more simplerDouglas Barbosa Alexandre2016-10-191-1/+1
* List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre2016-10-191-9/+10
* LabelsFinder inherits from UnionFinderDouglas Barbosa Alexandre2016-10-191-9/+4