summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'security-rd-do-not-show-internal-info-in-public-feed' into 'mas...Alessio Caiazza2018-06-251-1/+1
|\
| * Hide events from internal projects in public feed for anonymous usersRubén Dávila2018-06-121-1/+1
* | Changes tab VUE refactoringFelipe Artur2018-06-211-1/+1
* | [Rails5] Fix snippets_finder arel queriesblackst0ne-rails5-fix-snippets-finderblackst0ne2018-06-141-5/+10
|/
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-072-9/+21
* Force Postgres to avoid trigram indexes when in a groupSean McGivern2018-06-071-5/+29
* Simplify issuable finder queriesSean McGivern2018-06-063-12/+1
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-0/+6
* Reduce queries in GroupProjectsFinderYorick Peterse2018-05-281-18/+8
* Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable2018-05-213-6/+7
|\
| * Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-213-6/+7
* | Order UsersController#projects.json by updated_atTakuya Noguchi2018-05-191-1/+1
|/
* show only groups an admin is a member of in dashboards/gropsRoger Rüttimann2018-05-011-2/+6
* Add sha filter to list pipelinesJames Ramsay2018-04-271-0/+9
* Add 2FA filter to users API for admins onlyDmitriy Zaporozhets2018-04-231-0/+12
* Revert "Don't include projects shared as group-descendants"Bob Van Landuyt2018-04-181-4/+2
* Merge branch 'dm-archived-read-only' into 'master'Robert Speicher2018-04-121-0/+1
|\
| * Prevent new merge requests for archived projectsBob Van Landuyt2018-04-111-0/+1
* | Reduce complexity of issuable finder query.ab-37125-assigned-issues-queryAndreas Brandl2018-04-091-4/+7
|/
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-10/+25
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-044-4/+4
* Remove N+1 queries in /admin/projects pageStan Hu2018-03-191-0/+1
* 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