gitlab-org--gitlab-foss/lib/gitlab
Paco Guzman 08871cc36a Avoid protected branches checks when verifying access without branch name
GitlabShell verify access sending ‘_any’ as the changes made on the git command, in those cases Gitlab::Checks::ChangeAccess won’t receive a branch_name so we don’t need to check for access to the 
protected branches on that repository. So we avoid some git operations in case the are not cached (empty_repo?) and some database lookups to get protected branches.

These request is happening in every push.
2016-09-13 11:50:13 +02:00
..
auth
backend Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into remove-grack-lfs 2016-08-09 12:27:37 +02:00
badge Fix tests 2016-08-26 15:40:12 +08:00
bitbucket_import Rename `gl_user_id` to `gitlab_user_id` in importer classes 2016-09-08 11:57:22 +10:00
checks Avoid protected branches checks when verifying access without branch name 2016-09-13 11:50:13 +02:00
ci Merge branch 'smart-pipeline-duration' into 'master' 2016-09-08 17:38:20 +00:00
conflict Fix merge conflict size limit 2016-09-07 16:00:26 +01:00
data_builder Simplify the name for data builder, feedback: 2016-08-12 16:09:29 +08:00
database
diff Merge branch 'master' into dz-merge-request-version 2016-08-22 11:34:41 +03:00
downtime_check Better formatting for downtime check messages 2016-08-17 12:15:20 +02:00
email Disable “issue by email” feature until it uses a different token 2016-08-19 19:49:12 -05:00
fogbugz_import
gfm
git
github_import Merge branch '21569-dont-add-created-by-for-matched-users' into 'master' 2016-09-12 20:08:33 +00:00
gitlab_import Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq 2016-09-08 17:43:19 +03:00
google_code_import
graphs
import_export Project tools visibility level 2016-09-01 11:47:59 -03:00
ldap Request only the LDAP attributes we need 2016-09-09 13:14:57 -05:00
markdown
metrics Adds response mime type to transaction metric action when it's not HTML 2016-08-25 16:33:41 +02:00
middleware Fix typo in gitlab-workhorse header 2016-08-19 12:25:52 +02:00
o_auth
request_profiler Rails prefers require_dependency so that it won't require twice: 2016-08-09 06:48:23 +00:00
saml
sanitizers
sherlock
sidekiq_middleware
slash_commands Fix behavior around commands with optional arguments 2016-08-18 14:29:49 -05:00
sql
template Load issues and merge requests templates from repository 2016-08-16 15:50:17 -03:00
access.rb
app_logger.rb
asciidoc.rb
auth.rb Refactor `find_for_git_client` and its related methods. 2016-08-18 17:15:50 -05:00
award_emoji.rb
bitbucket_import.rb
blame.rb
changes_list.rb api for generating new merge request 2016-08-11 23:37:00 +07:00
closing_issue_extractor.rb Don’t close issues on original project from a fork 2016-08-04 12:38:08 +02:00
color_schemes.rb
config_helper.rb
contributions_calendar.rb Reduce contributions calendar data payload 2016-08-25 16:00:39 -05:00
contributor.rb
current_settings.rb Remove gitorious 2016-08-25 10:10:10 +01:00
database.rb
devise_failure.rb
downtime_check.rb
emoji.rb
exclusive_lease.rb
git.rb api for generating new merge request 2016-08-11 23:37:00 +07:00
git_access.rb api for generating new merge request 2016-08-11 23:37:00 +07:00
git_access_status.rb
git_access_wiki.rb
git_logger.rb
git_post_receive.rb Log base64-decoded PostReceive arguments 2016-08-05 15:00:12 +02:00
git_ref_validator.rb
gl_id.rb
gon_helper.rb
highlight.rb
identifier.rb
import_export.rb using shared path for project import uploads and refactored gitlab remove export worker 2016-08-04 12:51:55 +02:00
import_formatter.rb
import_sources.rb Remove gitorious 2016-08-25 10:10:10 +01:00
incoming_email.rb
issues_labels.rb
key_fingerprint.rb
lazy.rb
logger.rb
mail_room.rb Small refactor and a few documentation fixes 2016-08-04 19:02:39 +02:00
markup_helper.rb
metrics.rb Tracking of custom events 2016-08-17 10:04:04 +02:00
other_markup.rb
popen.rb Use 'git update-ref' for safer web commits 2016-09-02 11:49:40 +02:00
production_logger.rb
project_search_results.rb Clean up search result classes 2016-09-06 10:12:55 +03:00
protocol_access.rb
recaptcha.rb
redis.rb Small refactor in Redis class and improved specs 2016-08-06 04:15:16 +02:00
reference_extractor.rb
regex.rb
repository_check_logger.rb
request_profiler.rb
routing.rb
search_results.rb Clean up search result classes 2016-09-06 10:12:55 +03:00
seeder.rb
sentry.rb Fix Sentry not reporting right program for Sidekiq workers 2016-08-25 19:42:52 -07:00
sherlock.rb
sidekiq_logger.rb
snippet_search_results.rb Clean up search result classes 2016-09-06 10:12:55 +03:00
themes.rb
timeless.rb
upgrader.rb
uploads_transfer.rb
url_builder.rb url_builder: handle project snippets 2016-08-24 10:32:12 -04:00
url_sanitizer.rb
user_access.rb Improve EE compatibility with protected branch access levels. 2016-08-16 12:08:10 +05:30
utils.rb Use travel_to instead of dependency injection, feedback: 2016-08-19 16:57:25 +08:00
version_info.rb
visibility_level.rb
workhorse.rb Verify JWT messages from gitlab-workhorse 2016-09-05 15:05:31 +02:00