summaryrefslogtreecommitdiff
path: root/app/finders/snippets_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+2
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-8/+19
* 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-2-stable-eeGitLab Bot2020-07-201-3/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-11/+42
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-5/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-8/+12
* Allow all personal snippets to be accessed by APINick Thomas2019-03-061-0/+2
* Rewrite SnippetsFinder to improve performanceYorick Peterse2018-11-051-99/+110
* Whitelist none method from ActiveRecord::Queryingda-rubocop-whitelist-active-record-noneDouglas Barbosa Alexandre2018-10-311-2/+0
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-3/+1
* 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
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+10
|/
* [Rails5] Fix snippets_finder arel queriesblackst0ne-rails5-fix-snippets-finderblackst0ne2018-06-141-5/+10
* 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
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-2/+8
* 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
* 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
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-47/+55
* Merge branch '19990-update-snippets-page-design' into 'master' Fatih Acet2016-12-121-21/+21
|\
| * use Snippet.none in favor of nil to allow chainingMike Greiling2016-12-101-1/+1
| * refactor duplicate code into a by_scope methodMike Greiling2016-12-101-35/+19
| * add scope filters to project snippets pageMike Greiling2016-12-101-4/+20
* | API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-1/+4
|/
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-1/+1
* Prevent private snippets in public/internal projects from being leaked via APIStan Hu2016-04-251-1/+1
* Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-051-3/+3
* Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-021-1/+1
* internal snippets: fix exposing of titleValery Sizov2014-10-241-0/+2
* Admin: user sortingValery Sizov2014-10-131-11/+11
* Snippets: public/internal/privateValery Sizov2014-10-091-0/+61