gitlab-org--gitlab-foss/lib/gitlab
2019-02-21 15:58:01 +01:00
..
access
auth Backport of ee/9235: Add LDAP integration to smartcard authentication 2019-01-27 22:26:32 +01:00
background_migration Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
badge
bare_repository_import
bitbucket_import Refactor use of Shell.import_repository for Wikis 2019-02-05 21:33:09 -08:00
bitbucket_server_import Fix import handling errors in Bitbucket Server importer 2019-01-18 15:54:24 -08:00
cache
chat Move ChatOps to Core 2019-02-20 21:29:48 +00:00
checks
ci Move ChatOps to Core 2019-02-20 21:29:48 +00:00
cleanup
cluster
config
conflict
cross_project_access
cycle_analytics
danger Add spec/frontend/ to frontend roulette 2019-02-21 15:58:01 +01:00
data_builder Fix private user email being visible in tag webhooks 2019-01-31 16:51:18 +01:00
database
dependency_linker
diff Replaced part of diff file properties with diff viewer 2019-02-15 17:56:50 +00:00
discussions_diff
downtime_check
email Prevent comments by email when issue is locked 2019-01-31 16:52:48 +01:00
error_tracking Update Sentry client to get project list 2019-01-31 10:05:29 +00:00
etag_caching Improve the GitHub and Gitea import feature table interface 2019-02-13 00:15:57 +00:00
fogbugz_import
gfm Enable CommonMark source line position information 2019-01-21 13:45:16 -06:00
git Add client support for count diverging commits 2019-02-06 22:25:37 -08:00
git_access_result
gitaly_client Add client support for count diverging commits 2019-02-06 22:25:37 -08:00
github_import Create the source branch for a GitHub import 2019-02-11 22:00:05 -08:00
gitlab_import
google_code_import
gpg Avoid race conditions when creating GpgSignature 2019-02-06 15:24:46 +01:00
grape_logging
graphql Instead of returning all or nothing, return whichever passed 2019-02-14 15:52:17 +08:00
graphs
hashed_storage Refactor Storage Migration 2019-01-25 20:26:35 +01:00
health_checks
hook_data
i18n
import Revert " Trigger iid logic from GitHub importer for merge requests." 2019-01-29 15:38:40 +01:00
import_export Merge branch 'remove-ignored-columns' into 'master' 2019-02-15 12:47:29 +00:00
kubernetes Bump helm and kubectl versions 2019-02-20 09:54:07 +13:00
legacy_github_import Refactor use of Shell.import_repository for Wikis 2019-02-05 21:33:09 -08:00
manifest_import
metrics Update Metrics references to Object path 2019-02-14 18:05:35 +00:00
middleware Log queue duration in production_json.log 2019-02-12 06:58:55 -08:00
patch Use correct integrity hash for sprockets caching 2019-02-08 13:14:39 +01:00
performance_bar
popen
profiler
project_authorizations
prometheus
query_limiting
quick_actions
redis
request_profiler
sanitizers
search
serializer
sherlock
sidekiq_logging Limit Sidekiq args logging to 10 KB of JSON 2019-01-22 10:54:12 +00:00
sidekiq_middleware
sidekiq_status
sidekiq_versioning
slash_commands Move ChatOps to Core 2019-02-20 21:29:48 +00:00
sql Replace dots with an underscore when creating an alias for the CTE 2019-02-11 18:06:54 -02:00
template
testing
tracing Add OpenTracing instrumentation for Action View Render events 2019-01-30 13:38:19 +02:00
utils Add cache to the 'compile-assets' and 'gitlab:assets:compile' jobs 2019-02-05 14:04:54 +01:00
verify
view/presenter
webpack
access.rb
action_rate_limiter.rb
allowable.rb
app_logger.rb
asciidoc.rb
audit_json_logger.rb
auth.rb Fix #44332 - Add support for profile and email 2019-02-06 16:48:36 +00:00
background_migration.rb Consume remaining MigrateApproverToApprovalRulesInBatch 2019-02-02 21:45:10 +08:00
base_doorkeeper_controller.rb
blame.rb
blob_helper.rb
branch_push_merge_commit_analyzer.rb
build_access.rb
changes_list.rb
chat.rb Move ChatOps to Core 2019-02-20 21:29:48 +00:00
chat_name_token.rb
ci_access.rb
closing_issue_extractor.rb
color_schemes.rb
config_helper.rb
content_disposition.rb Add Rails 6 deprecation error message 2019-02-05 04:47:40 -08:00
contributions_calendar.rb
contributor.rb
correlation_id.rb
cross_project_access.rb
crypto_helper.rb
current_settings.rb
daemon.rb
database.rb
dependency_linker.rb
downtime_check.rb
ee_compat_check.rb
emoji.rb
encoding_helper.rb
environment.rb
environment_logger.rb
exclusive_lease.rb
exclusive_lease_helpers.rb
fake_application_settings.rb
favicon.rb
file_detector.rb
file_finder.rb
file_markdown_link_builder.rb
file_type_detection.rb
git.rb
git_access.rb
git_access_wiki.rb
git_logger.rb
git_post_receive.rb
git_ref_validator.rb
gitaly_client.rb Merge branch 'elasticsearch-via-gitaly-ee' into 'master' 2019-01-25 16:06:55 +00:00
github_import.rb
gl_id.rb
gl_repository.rb
gon_helper.rb Rename setting, fix wordings 2019-02-06 17:33:57 +01:00
gpg.rb
graphql.rb
highlight.rb
http.rb
http_io.rb
i18n.rb
identifier.rb
import_export.rb
import_formatter.rb
import_sources.rb
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_cache.rb
json_logger.rb
kubernetes.rb
language_data.rb
language_detection.rb
lazy.rb
lfs_token.rb Include expires_in for LFS authentication payload 2019-02-15 09:29:52 +11:00
logger.rb
loop_helpers.rb Remove expired artifacts periodically 2019-01-24 20:50:42 +09:00
mail_room.rb
markup_helper.rb
metrics.rb
multi_collection_paginator.rb
namespace_sanitizer.rb
null_request_store.rb
object_hierarchy.rb
omniauth_initializer.rb
optimistic_locking.rb
other_markup.rb
otp_key_rotator.rb
pages.rb
pages_client.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
pages_transfer.rb
path_regex.rb Fix slow project reference pattern regex 2019-01-31 16:51:16 +01:00
performance_bar.rb
plugin.rb
plugin_logger.rb
polling_interval.rb
popen.rb
private_commit_email.rb
profiler.rb
project_search_results.rb
project_service_logger.rb
project_template.rb Project template: Fall back to GitLab logo 2019-02-07 17:06:24 +01:00
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
repo_path.rb
repository_cache.rb
repository_cache_adapter.rb
repository_check_logger.rb
request_context.rb
request_forgery_protection.rb
request_profiler.rb
route_map.rb
routing.rb
safe_request_store.rb
search_results.rb
seeder.rb
sentry.rb Extract process_name from GitLab::Sentry 2019-01-16 15:29:05 +02:00
setup_helper.rb
shard_health_cache.rb
shell.rb Rename gl_project_name -> gl_project_path 2019-02-05 21:33:10 -08:00
shell_adapter.rb
sherlock.rb
sidekiq_config.rb
sidekiq_logger.rb
sidekiq_status.rb
sidekiq_versioning.rb
snippet_search_results.rb
ssh_public_key.rb
string_placeholder_replacer.rb
string_range_marker.rb
string_regex_marker.rb
task_helpers.rb Add cache to the 'compile-assets' and 'gitlab:assets:compile' jobs 2019-02-05 14:04:54 +01:00
tcp_checker.rb
template_helper.rb
temporarily_allow.rb
themes.rb
time_tracking_formatter.rb
timeless.rb
tracing.rb Provide a performance bar link to the Jaeger UI 2019-02-08 14:08:31 +02:00
tree_summary.rb
untrusted_regexp.rb
update_path_error.rb
uploads_transfer.rb
url_blocker.rb
url_builder.rb
url_sanitizer.rb
usage_data.rb Rename scope to imply :installed and :updated result 2019-02-15 11:16:45 +00:00
user_access.rb
user_extractor.rb
utils.rb
version_info.rb Revert the "What's new" feature 2019-01-29 20:45:47 +00:00
visibility_level.rb
web_ide_commits_counter.rb
wiki_file_finder.rb Remove BATCH_SIZE from WikiFileFinder 2019-02-06 13:22:35 +01:00
workhorse.rb