gitlab-org--gitlab-foss/lib
Stan Hu 25a868753b Speed up generation of commit stats by using Rugged native methods
The previous implementation iterated across the entire patch set
to determine the number of lines added, deleted, and changed. Rugged
has a native method `Rugged::Diff#stat` that does this already,
which appears to be a little faster and require less RAM than doing
this ourselves.

Improves performance in #41524
2018-01-02 23:48:19 -08:00
..
api Gracefully handle orphaned write deploy keys in /internal/post_receive 2017-12-24 09:39:08 -08:00
assets
backup
banzai Gracefully handle garbled URIs in Markdown 2017-12-22 23:21:12 -08:00
bitbucket
constraints
container_registry
declarative_policy
generators/rails/post_deployment_migration
gitlab Speed up generation of commit stats by using Rugged native methods 2018-01-02 23:48:19 -08:00
google_api
haml_lint
json_web_token
mattermost
microsoft_teams
omni_auth/strategies
peek
rouge/formatters
rspec_flaky
support
system_check
tasks Add index on namespaces lower(name) for UsersController#exists 2017-12-21 23:07:25 +00:00
additional_email_headers_interceptor.rb
after_commit_queue.rb Execute project hooks and services after commit when moving an issue 2017-12-22 17:19:50 +01:00
banzai.rb
declarative_policy.rb
disable_email_interceptor.rb
email_template_interceptor.rb
event_filter.rb
expand_variables.rb
extracts_path.rb Backport changes from EE 2017-12-15 19:37:57 +08:00
feature.rb Update flipper to 0.11.0 and take advantage of the new features 2017-12-14 02:11:11 +01:00
file_size_validator.rb
gitlab.rb
gt_one_coercion.rb
milestone_array.rb
repository_cache.rb
static_model.rb
system_check.rb
unfold_form.rb
uploaded_file.rb
version_check.rb