summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Only count active milestones as startedSean McGivern2019-03-191-1/+1
* Filter merge requests by target branchHiroyuki Sato2019-03-091-1/+1
* Allow all personal snippets to be accessed by APINick Thomas2019-03-061-0/+2
* Merge dev master into GitLab.com masterYorick Peterse2019-03-041-1/+8
|\
| * Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse2019-03-041-1/+8
| |\
| | * Modify MergeRequestsFinder to allow filtering by commitPatrick Bajao2019-01-281-1/+8
| | * Merge branch 'security-contributed-projects' into 'master'Yorick Peterse2019-01-251-0/+7
| | |\
| | | * Fix contributed projects finder shown private infoJames Lopez2019-01-081-0/+7
* | | | Merge branch '54643-lower_issuable_finder_complexity' into 'master'Sean McGivern2019-03-011-15/+25
|\ \ \ \
| * | | | Always use CTE for IssuableFinder countsMario de la Ossa2019-02-281-15/+25
* | | | | use functional style for tags finderAlexis Reigel2019-02-271-19/+19
* | | | | don't filter tags by taggable typeAlexis Reigel2019-02-271-12/+1
* | | | | optimize sql query to get tags related to runnersAlexis Reigel2019-02-271-2/+12
* | | | | use lazy ajax filter dropdown for runner tagsAlexis Reigel2019-02-271-0/+45
* | | | | add tag filter to admin runners pageAlexis Reigel2019-02-271-0/+9
* | | | | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-271-0/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add project http fetch statistics APIJacopo2019-02-271-0/+21
* | | | | Remove N+1 query for tags in /admin/runners pageStan Hu2019-02-261-1/+1
* | | | | Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
* | | | | Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-261-1/+10
* | | | | Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
* | | | | Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-251-10/+1
* | | | | Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-251-1/+10
|\ \ \ \ \
| * | | | | Only use boolean parameters internallyRobert Schilling2019-02-221-4/+6
| * | | | | Add confidential_only scop to issue modelRobert Schilling2019-02-211-9/+3
| * | | | | Ability to filter confidential issuesRobert Schilling2019-02-211-1/+14
* | | | | | Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch '56492-implement-new-arguments-state-closed_before-and-closed_af...Robert Speicher2019-02-211-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow IssuableFinder to filter by closed_atRémy Coutable2019-02-211-0/+8
| |/ / /
* | | | Ignore ordering when calling find_by on findersSean McGivern2019-02-201-2/+2
|/ / /
* | | Enable subquery for group issue search by default57333-default_on_group_search_optimizationsMario de la Ossa2019-02-061-1/+1
* | | Merge branch 'search-title' into 'master'Sean McGivern2019-02-053-1/+5
|\ \ \
| * | | Fix grammar and spellingHiroyuki Sato2019-02-053-3/+3
| * | | Add 'in' filter that modifies scope of 'search' filter to issues and merge re...Hiroyuki Sato2019-01-143-1/+5
* | | | Fix contributed projects finder shown private infoJames Lopez2019-01-311-0/+7
* | | | Adds milestone searchJacopo2019-01-241-0/+9
| |/ / |/| |
* | | Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-121-8/+4
|/ /
* | Merge branch '53431-fix-upcoming-milestone-filter-for-groups' into 'master'Sean McGivern2019-01-111-3/+17
|\ \
| * | Refactor Milestone.for_projects_and_groupsHeinrich Lee Yu2018-12-311-1/+1
| * | Add group milestones in upcoming filterHeinrich Lee Yu2018-12-311-3/+17
* | | Initial Serverless Functions detailed viewChris Baumbauer2019-01-101-1/+30
| |/ |/|
* | ReleasesFinder will always return a relationAlessio Caiazza2018-12-311-4/+2
* | Add releases APIAlessio Caiazza2018-12-311-0/+16
|/
* Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-192-5/+5
* Hide confidential events in rubyBob Van Landuyt2018-12-172-13/+62
* Use finder to decide to show note to userThong Kuah2018-12-171-1/+10
* Check can :read_clusters in finderThong Kuah2018-12-171-3/+9
* Show clusters of ancestors in cluster list pageThong Kuah2018-12-171-0/+20
* Send a notification email on mirror update errorsAlejandro Rodríguez2018-12-111-0/+15
* Merge branch 'move-group-issues-search-cte-up-the-chain' into 'master'Douwe Maan2018-12-071-9/+33
|\