gitlab-org--gitlab-foss/lib/gitlab
Stan Hu c8ff6b7c73 Use limit parameter to retrieve Wikis from Gitaly
Without this parameter, every load of a Wiki page will load all the Wiki pages
in the repository for the sidebar. This is a significant performance penalty
that can significant slow the display of all Wiki pages.

Relates to #40101
2018-07-24 15:36:31 -07:00
..
auth Disable SAML if OmniAuth is disabled 2018-07-20 18:54:46 +08:00
background_migration Use schedulers and delete diff files upon deadtuples check 2018-07-10 10:25:48 -03:00
badge
bare_repository_import
bitbucket_import
cache Add docs for RequestCache, moved from comments 2018-06-22 18:18:42 +08:00
checks Improves remote message when a developer is unable to push in an empty repository 2018-07-18 09:25:00 +01:00
ci Fix passing a hash with string keys when fabricating a variable 2018-07-19 14:13:49 +02:00
conflict
cross_project_access
cycle_analytics Migrate CycleAnalytics::CommitCount to Gitaly 2018-06-11 12:59:11 +00:00
data_builder Remove the use of `is_shared` of `Ci::Runner` 2018-06-26 15:53:09 +02:00
database Merge branch 'add-rename-column-background-helper' into 'master' 2018-06-26 14:38:52 +00:00
dependency_linker
diff Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
downtime_check
email Implement action mailer delivery metrics observer 2018-07-16 13:40:55 +02:00
etag_caching
fogbugz_import Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
gfm add support for file copy on object storage 2018-07-03 09:57:15 -07:00
git Use limit parameter to retrieve Wikis from Gitaly 2018-07-24 15:36:31 -07:00
gitaly_client Use limit parameter to retrieve Wikis from Gitaly 2018-07-24 15:36:31 -07:00
github_import Bring changes from EE for parallel_importer.rb 2018-06-14 02:05:01 +08:00
gitlab_import Fix gitlab import project load 2018-07-23 07:52:15 +00:00
google_code_import Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
gpg Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
grape_logging Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and filter out file content from logs 2018-06-06 22:25:20 +02:00
graphql Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00
graphs
hashed_storage Resolve "Hashed Storage: Make possible to migrate single project" 2018-06-07 15:40:44 +00:00
health_checks Gitaly metrics check for read/writeability 2018-06-27 08:56:19 +02:00
hook_data Keep #absolute_image_urls as a private instance method 2018-07-17 14:58:14 +01:00
i18n Correctly translate all forms in tests 2018-06-15 14:58:47 +02:00
import_export Annotate Gitlab::Git::Repository#fetch_ref 2018-07-24 06:33:55 +00:00
kubernetes Include wget in apk add command 2018-07-08 10:27:49 -05:00
legacy_github_import Use Github repo visibility during import while respecting restricted visibility levels 2018-06-06 12:00:15 +02:00
manifest_import Improve manifest feature after backend review 2018-07-11 12:22:57 +03:00
metrics Add a 10 ms bucket for SQL timings 2018-07-10 15:59:30 +02:00
middleware Add FileUploader.root to allowed upload paths 2018-07-08 10:43:57 +02:00
performance_bar
popen
profiler Add a Gitlab::Profiler.print_by_total_time convenience method 2018-07-19 16:00:27 +01:00
project_authorizations Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
prometheus
query_limiting
quick_actions Resolve "Quick actions are case sensitive" 2018-06-13 10:23:57 +00:00
redis
request_profiler
sanitizers
search Implement filtering by filename on code search 2018-06-19 09:30:09 -06:00
serializer Fix deserializing yaml variables in imported projects 2018-07-19 14:00:35 +02:00
sherlock
sidekiq_logging
sidekiq_middleware
sidekiq_status
sidekiq_versioning
slash_commands Correct "autorize" typos 2018-06-27 15:16:18 -05:00
sql Add Gitlab::SQL:CTE for easily building CTE statements 2018-06-11 12:44:08 -03:00
storage_check
template
testing
utils
verify Avoid N+1 queries while processing uploads 2018-06-20 10:38:17 -07:00
view/presenter
webpack
access.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
action_rate_limiter.rb
allowable.rb
app_logger.rb
asciidoc.rb
auth.rb Disable SAML if OmniAuth is disabled 2018-07-20 18:54:46 +08:00
background_migration.rb
base_doorkeeper_controller.rb
blame.rb
build_access.rb
changes_list.rb
chat_name_token.rb
ci_access.rb
closing_issue_extractor.rb
color_schemes.rb
config_helper.rb
contributions_calendar.rb
contributor.rb
cross_project_access.rb
current_settings.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
daemon.rb
database.rb Backport various EE changes to Gitlab::Database 2018-07-24 13:25:01 +02:00
dependency_linker.rb
downtime_check.rb
ee_compat_check.rb Find the EE branch by searching the branches 2018-07-11 01:49:35 +08:00
emoji.rb
encoding_helper.rb Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
environment.rb
environment_logger.rb
exclusive_lease.rb
exclusive_lease_helpers.rb Remove useless return 2018-07-09 21:13:08 +08:00
fake_application_settings.rb
favicon.rb Read asset host from ActionController::Base instead of application config 2018-06-29 11:22:51 +02:00
file_detector.rb
file_finder.rb Implement filtering by filename on code search 2018-06-19 09:30:09 -06:00
git.rb Remove Gitlab::Popen dependency from lib/gitlab/git 2018-06-08 11:16:21 +02:00
git_access.rb Backport some changes from EE 2018-07-09 12:32:37 -05:00
git_access_wiki.rb
git_logger.rb
git_post_receive.rb
git_ref_validator.rb Use rugged to validate ref name 2018-07-19 12:23:46 +02:00
gitaly_client.rb Remove timeouts for long running requests 2018-07-24 13:56:28 +02:00
github_import.rb
gl_id.rb
gl_repository.rb
gon_helper.rb
gpg.rb Reject GPG keys that have e-mail or names with non-valid UTF-8 encodings 2018-06-05 14:39:44 -07:00
graphql.rb
group_hierarchy.rb
highlight.rb
http.rb
http_io.rb Access metadata directly from Object Storage 2018-07-09 14:19:52 +02:00
i18n.rb Add Polish as a supported language 2018-06-15 14:58:47 +02:00
identifier.rb
import_export.rb Update Import/Export to use object storage (based on aa feature flag) 2018-07-06 15:46:18 +02:00
import_formatter.rb
import_sources.rb Add feature specs for manifest import 2018-07-11 12:22:57 +03:00
incoming_email.rb
insecure_key_fingerprint.rb
issuable_metadata.rb
issuable_sorter.rb
issuables_count_for_state.rb
issues_labels.rb
job_waiter.rb
json_logger.rb Bring JsonLogger to CE 2018-07-20 12:50:20 -07:00
kubernetes.rb Fix an exception seen using the online terminal 2018-07-11 15:44:34 +01:00
lazy.rb
lfs_token.rb
logger.rb Backport logger changes from EE 2018-07-13 14:52:32 -07:00
mail_room.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
markup_helper.rb
metrics.rb
multi_collection_paginator.rb
omniauth_initializer.rb Disable SAML if OmniAuth is disabled 2018-07-20 18:54:46 +08:00
optimistic_locking.rb
other_markup.rb
otp_key_rotator.rb
pages.rb
pages_client.rb
pages_transfer.rb
path_regex.rb Redirect favicon.(png|ico) to actual favicon asset or upload 2018-06-18 12:27:00 +02:00
performance_bar.rb
plugin.rb
plugin_logger.rb
polling_interval.rb
popen.rb Avoid process deadlock in popen by consuming input pipes 2018-07-12 16:21:30 -07:00
profiler.rb Add a Gitlab::Profiler.print_by_total_time convenience method 2018-07-19 16:00:27 +01:00
project_search_results.rb Fixing bug with wiki ref in ProjectSearchResults 2018-07-20 13:49:30 +00:00
project_template.rb
project_transfer.rb
prometheus_client.rb
protocol_access.rb
proxy_http_connection_adapter.rb
query_limiting.rb
recaptcha.rb
reference_counter.rb
reference_extractor.rb
regex.rb Add documentation and specs for webhook URL rewriting 2018-07-06 11:35:30 +01:00
repo_path.rb
repository_cache.rb
repository_cache_adapter.rb Expire correct method caches after HEAD changed 2018-06-29 17:41:57 +02:00
repository_check_logger.rb
request_context.rb
request_forgery_protection.rb [Rails5] Force the `protect_from_forgery` callback run first 2018-06-21 21:44:31 +11:00
request_profiler.rb
route_map.rb
routing.rb
search_results.rb
seeder.rb
sentry.rb
setup_helper.rb More gitaly disk access blocks 2018-06-20 09:33:50 +00:00
shard_health_cache.rb Bring Gitlab::ShardHealthCache to CE 2018-06-27 21:43:23 +02:00
shell.rb Use Gitaly for fetches and creating bundles 2018-07-09 12:50:17 +02:00
shell_adapter.rb
sherlock.rb
sidekiq_config.rb
sidekiq_logger.rb
sidekiq_status.rb
sidekiq_throttler.rb
sidekiq_versioning.rb
snippet_search_results.rb
ssh_public_key.rb
storage_check.rb
string_placeholder_replacer.rb
string_range_marker.rb
string_regex_marker.rb
task_helpers.rb Find and mark more Git disk access locations, part 2 2018-06-12 14:33:37 +02:00
tcp_checker.rb
temporarily_allow.rb
themes.rb Restore navigation theme order 2018-06-07 12:24:57 +00:00
time_tracking_formatter.rb
timeless.rb
untrusted_regexp.rb
update_path_error.rb
upgrader.rb
uploads_transfer.rb
url_blocker.rb Avoid checking the user format in every url validation 2018-06-11 13:29:37 +00:00
url_builder.rb Sidebar Milestone - Fix wrong URL when selecting a parent group milestone 2018-06-12 17:22:12 -06:00
url_sanitizer.rb Escape username and password in UrlSanitizer#full_url 2018-07-19 03:14:07 -07:00
usage_data.rb Disable SAML if OmniAuth is disabled 2018-07-20 18:54:46 +08:00
user_access.rb
utils.rb
version_info.rb
visibility_level.rb
wiki_file_finder.rb
workhorse.rb Remove last flags from Blob and Workhorse 2018-07-11 12:59:15 +02:00