summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove trailing whitespaceDouwe Maan2018-12-071-1/+1
| * Restructure `foo ? bar : false` as `foo && bar`Douwe Maan2018-12-061-8/+3
| * Add a flag to use a subquery for group issues searchSean McGivern2018-11-301-9/+38
* | Introduce Knative Serverless TabDylan Griffith2018-12-061-0/+31
* | Rename project's pipelines relationFrancisco Javier López2018-12-051-1/+1
|/
* Filter by `None`/`Any` for labels in issues/mrs APIJacopo2018-11-231-1/+10
* Merge branch '53290-incorrect-project-list-order-select-default-label' into '...Grzegorz Bizon2018-11-201-1/+1
|\
| * Fix default sorting for subgroups and projects list53290-incorrect-project-list-order-select-default-labelJacopo2018-11-141-1/+1