summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Fix timeouts loading /admin/projects pagesh-optimize-admin-projects-pageStan Hu2018-03-151-2/+1
* Leverage user_contributed_projects to find recent events.40525-listing-user-activity-timeoutsAndreas Brandl2018-03-071-7/+38
* Merge branch '40187-project-branch-dashboard-with-active-stale-branches' into...Rémy Coutable2018-03-061-1/+1
|\
| * Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-1/+1
* | Remove default scope from todosremove-default-scope-from-todosSean McGivern2018-03-051-3/+1
* | Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern2018-03-053-0/+20
|\ \
| * | Adds updated_at filter to issues and merge_requests APIJacopo2018-03-053-0/+20
* | | Use limited count queries also for scoped searchesJan Provaznik2018-03-051-0/+12
* | | Merge branch 'remove-projects-finder-from-todos-finder' into 'master'Sean McGivern2018-03-051-9/+6
|\ \ \
| * | | Don't use ProjectsFinder in TodosFinderremove-projects-finder-from-todos-finderYorick Peterse2018-03-021-9/+6
* | | | Merge branch '42877-fix-visibility-change-performance' into 'master'Yorick Peterse2018-03-021-1/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | Extract method User#authorizations_for_projects.42877-fix-visibility-change-performanceAndreas Brandl2018-03-021-5/+1
| * | | Use yield instead of block.call.Andreas Brandl2018-03-021-6/+6
| * | | Apply query changes to snippets only.Andreas Brandl2018-03-021-2/+33
| * | | Revert Project.public_or_visible_to_user changesYorick Peterse2018-03-021-3/+2
| |/ /
* | | Allow to include also descendant group labelsJan Provaznik2018-03-021-3/+11
|/ /
* | Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable2018-03-011-0/+28
|\ \ | |/ |/|
| * Add source and target branch filters to merge requests APISean McGivern2018-03-011-0/+28
* | Allow to find labels in ancestor groups and better group support in label ser...Jan Provaznik2018-02-261-4/+11
|/
* Merge branch 'users-autocomplete' into 'master'Douwe Maan2018-02-231-7/+15
|\
| * Added changelog for user search improvementsusers-autocompleteYorick Peterse2018-02-221-1/+1
| * Removed pagination from AutocompleteUsersFinderYorick Peterse2018-02-221-4/+8
| * Don't pluck IDs in AutocompleteUsersFinderYorick Peterse2018-02-221-3/+7
* | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-2210-14/+183
|/
* Merge branch 'refactor-issuable-finder-to-use-inheritance' into 'master'Rémy Coutable2018-02-212-66/+85
|\
| * Refactor IssuableFinder to extract model-specific logicrefactor-issuable-finder-to-use-inheritanceSean McGivern2018-02-212-66/+85
* | Merge branch '41461-project-members-slow-due-to-sql' into 'master'Yorick Peterse2018-02-211-12/+45
|\ \
| * | More readable SQL query.Andreas Brandl2018-02-211-3/+7
| * | Fix MembersFinder to never include group invitees.41461-project-members-slow-due-to-sqlAndreas Brandl2018-02-201-1/+1
| * | Fix N+1 query problem for users on members view.Andreas Brandl2018-02-201-1/+1
| * | Use DISTINCT ON and translate to MySQL.Andreas Brandl2018-02-201-16/+34
| * | Simplify database queries in MembersFinder.Andreas Brandl2018-02-201-11/+22
| |/
* | Rename use_conditions_only option to use_where_in.42877-snippets-dashboard-slowAndreas Brandl2018-02-201-1/+1
* | Allow choice between #where or #from.Andreas Brandl2018-02-201-1/+1
* | Remove duplication in Project methods.Andreas Brandl2018-02-201-1/+4
* | Push feature-related query part up.Andreas Brandl2018-02-201-2/+1
|/
* Always eagerly load a note's author.Andreas Brandl2018-02-131-1/+1
* Always eagerly load an issue's author.Andreas Brandl2018-02-131-1/+1
* Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan2018-02-091-21/+46
* Fix N+1 query problem for snippets dashboard.40755-snippets-author-n+1Andreas Brandl2018-02-071-1/+1
* Include subgroup issuables on the group page30106-group-issuesJarka Kadlecová2018-02-012-2/+13
* Use limit for search count queriessearch-100Jan Provaznik2018-01-231-1/+10
* Preload ancestors for subgroups matching filterBob Van Landuyt2018-01-221-11/+24
* Don't include projects shared as group-descendantsBob Van Landuyt2018-01-221-2/+4
* Merge branch 'issue_37143_2' into 'master'Sean McGivern2018-01-181-1/+1
|\
| * Remove unnecessary query from labels filterFelipe Artur2018-01-181-1/+1
* | Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher2018-01-161-6/+2
|/
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-112-0/+4
* Merge branch 'issue_40500' into 'master'Sean McGivern2018-01-051-10/+5
|\
| * Improve filtering issues by label performanceissue_40500Felipe Artur2018-01-051-10/+5