summaryrefslogtreecommitdiff
path: root/app/finders/projects_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-2/+2
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-1/+12
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+6
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-2/+2
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+9
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-4/+7
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-3/+2
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
* Add latest changes from gitlab-org/security/gitlab@13-6-stable-eeGitLab Bot2020-12-041-0/+4
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+11
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+10
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-101-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-071-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-0/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-251-1/+25
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-1/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Add improvements to the global search processFrancisco Javier López2019-05-071-5/+3
* Revert "Merge branch 'sh-optimize-projects-api' into 'master'"revert-2cc01f12Stan Hu2019-04-101-1/+1
* Optimize /api/v4/projects endpoint for visibility levelStan Hu2019-03-271-1/+1
* Whitelist none method from ActiveRecord::Queryingda-rubocop-whitelist-active-record-noneDouglas Barbosa Alexandre2018-10-311-2/+0
* Backport CE changes for Ops Dashboard in EEPeter Leitzen2018-10-121-11/+16
* Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-131-0/+2
|\
| * Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
* | Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-1/+9
|\ \
| * | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-1/+9
| |/
* | Resolve "500 Internal Server Error: Deleting branch of deleted project"🙈 jacopo beschi 🙉2018-09-121-0/+5
|/
* Add min_access_level filter to projects APIMarko, Peter2018-07-231-2/+15
* Fix archived parameter for projects APIMarko, Peter2018-07-161-1/+2
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Support custom attributes on projectsMarkus Koller2017-11-061-0/+3
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
* Add an option to list only archived projectsMehdi Lahmam2017-08-241-4/+13
* Add user projects APIvanadium232017-07-061-1/+8
* Refactor GroupProjectsFinder#init_collectionYorick Peterse2017-06-191-17/+1
* Refactor ProjectsFinder#init_collectionYorick Peterse2017-06-161-19/+57
* Add :owned param to ProjectFinderToon Claes2017-05-301-2/+7
* Make it possible to combine :trending with other paramsToon Claes2017-05-301-6/+7
* UNION of SELECT/WHERE is faster than WHERE on UNIONToon Claes2017-05-301-8/+10
* Change ProjectFinder so starred can be combined with other filtersToon Claes2017-05-301-2/+5
* ProjectsFinder should handle more optionsJacopo2017-04-061-7/+81
* Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-1/+1
* Pass project IDs relation to ProjectsFinder instead of using a blockAhmad Sherif2016-08-151-2/+2