gitlab-org--gitlab-foss/app/policies
Sean McGivern e7b1d201dd Fix N+1 in MergeRequestParser
read_project can be prevented by a very expensive condition, which we want to
avoid, while still not writing manual SQL queries. read_project_for_iids is used
by read_issue_iid and read_merge_request_iid to satisfy both of those
constraints, and allow the declarative policy runner to use its normal caching
strategy.
2018-04-05 13:59:05 +01:00
..
ci Hide pipeline schedule 'take ownership' for current owner 2018-02-01 17:25:13 +00:00
clusters This works 2017-10-23 11:36:35 +03:00
base_policy.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
commit_status_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
deploy_key_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
deployment_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
environment_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
external_issue_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
global_policy.rb moved fork checks into policies 2017-09-29 12:14:39 +01:00
group_label_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
group_member_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
group_policy.rb Bring one group board to CE 2018-03-03 12:56:17 -03:00
issuable_policy.rb Fix N+1 in MergeRequestParser 2018-04-05 13:59:05 +01:00
issue_policy.rb Fix N+1 in MergeRequestParser 2018-04-05 13:59:05 +01:00
merge_request_policy.rb Fix N+1 in MergeRequestParser 2018-04-05 13:59:05 +01:00
namespace_policy.rb Introduce :read_namespace access policy for namespace and group 2017-11-23 17:44:05 +01:00
nil_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
note_policy.rb Create system notes for MR too, improve doc + clean up code 2017-09-14 14:50:32 +02:00
personal_snippet_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
project_label_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
project_member_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
project_policy.rb Fix N+1 in MergeRequestParser 2018-04-05 13:59:05 +01:00
project_snippet_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
protected_branch_policy.rb Revert exploratory branch restriction policy 2018-03-26 10:29:53 +01:00
user_policy.rb Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated-access-to-the-users-api 2017-06-30 13:45:51 +00:00