gitlab-org--gitlab-foss/lib/gitlab
Sean McGivern beba4a1d1c Merge branch 'zj-mandatory-batch' into 'master'
Move Gitaly RPCs to mandatory

Closes gitaly#217, gitaly#389, gitaly#390, gitaly#220, gitaly#376, and gitaly#354

See merge request gitlab-org/gitlab-ce!19759
2018-06-14 12:16:05 +00:00
..
auth Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
background_migration Revise comments in ArchiveLegacyTraces 2018-06-04 14:14:20 +09:00
badge
bare_repository_import Gitlab::Shell works on shard name, not path 2018-04-25 13:36:22 +02:00
bitbucket_import Use shard name in Git::GitlabProjects instead of shard path 2018-04-03 16:22:13 +02:00
cache Allow `rake cache:clear` clearing pipeline status cache 2018-04-10 20:57:00 +08:00
checks change wording 2018-06-06 21:01:44 +09:00
ci Fix the query to select stale live traces 2018-06-06 17:49:48 +09:00
conflict Fix 500 error when trying to resolve non-ASCII conflicts in editor 2018-03-23 18:33:14 +00:00
cross_project_access Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
cycle_analytics Migrate CycleAnalytics::CommitCount to Gitaly 2018-06-11 12:59:11 +00:00
data_builder Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00
database Rails5 Fix arel from 2018-06-02 15:00:51 +02:00
dependency_linker
diff Adjust insufficient diff hunks being persisted on NoteDiffFile 2018-06-05 01:02:30 -03:00
downtime_check
email skip email trim when email is creating new issue 2018-05-22 23:05:51 -05:00
etag_caching Fix flash errors in performance bar for cached responses 2018-04-17 11:50:27 +01:00
fogbugz_import
gfm Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
git Local branches go through Gitaly 2018-06-14 10:44:33 +02:00
gitaly_client ListCommitByOid isn't called with an empty batch 2018-06-13 15:23:34 +02:00
github_import Bring changes from EE for parallel_importer.rb 2018-06-14 02:05:01 +08:00
gitlab_import Removed API endpoint and specs 2018-05-30 18:23:07 +02:00
google_code_import
gpg Fetch commit signatures from Gitaly in batches 2018-03-01 18:31:31 +01: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 Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
graphs
hashed_storage Resolve "Hashed Storage: Make possible to migrate single project" 2018-06-07 15:40:44 +00:00
health_checks Add "deny disk access" Gitaly feature (tripswitch) 2018-06-01 11:56:29 +00:00
hook_data Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00
i18n
import_export Find and mark more Git disk access locations 2018-06-05 15:51:14 +00:00
kubernetes Add alpine mirrors while operating on k8s cluster 2018-04-30 15:12:26 +02:00
legacy_github_import Use Github repo visibility during import while respecting restricted visibility levels 2018-06-06 12:00:15 +02:00
metrics Adjust SQL and transaction Prometheus buckets 2018-06-11 19:18:02 +02:00
middleware move dev server middleware to new namespace 2018-05-01 15:15:10 -05:00
performance_bar
popen
project_authorizations
prometheus Fix environment deployment platform filter method 2018-04-06 12:10:30 +02:00
query_limiting Make ActiveRecordSubscriber rails 5 compatible 2018-05-31 15:02:45 +02:00
quick_actions Resolve "Quick actions are case sensitive" 2018-06-13 10:23:57 +00:00
redis Display and revoke active sessions 2018-05-02 08:08:16 +00:00
request_profiler
sanitizers
serializer Refactor and extract DefaultPaginationStrategy. 2018-05-21 18:02:40 +02:00
sherlock
sidekiq_logging Add support for Sidekiq JSON logging 2018-04-04 05:04:00 -07:00
sidekiq_middleware Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
sidekiq_status
sidekiq_versioning
slash_commands Backport EE SlashCommand Refactor 2018-06-04 12:42:02 +00:00
sql Add Gitlab::SQL:CTE for easily building CTE statements 2018-06-11 12:44:08 -03:00
storage_check
template
testing
utils Also verify if extending would override a class method 2018-06-05 13:40:52 +08:00
verify Add support for verifying remote uploads, artifacts, and LFS objects in check rake tasks 2018-06-13 17:11:43 +00:00
view/presenter Resolve "Show `failure_reason` in jobs view content section" 2018-04-19 07:20:53 +00:00
webpack Fix various bugs related to relative_url_root in development 2018-05-29 15:03:14 +02:00
access.rb Rename master to maintainer 2018-06-06 20:57:14 +09:00
action_rate_limiter.rb
allowable.rb
app_logger.rb
asciidoc.rb
auth.rb Bring back the EE changes to CE to authentication of builds 2018-06-04 22:25:46 +02:00
background_migration.rb
base_doorkeeper_controller.rb Define custom base controller for Doorkeeper 2018-04-30 11:40:51 +02:00
blame.rb
build_access.rb Allow triggered builds git access 2018-05-11 15:20:11 +02:00
changes_list.rb
chat_name_token.rb
ci_access.rb
closing_issue_extractor.rb
color_schemes.rb
config_helper.rb
contributions_calendar.rb Replace .having with .where in calendar query 2018-05-30 20:33:25 +02:00
contributor.rb
cross_project_access.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
current_settings.rb Make Gitlab::CurrentSettings.current_application_settings return cached settings early if they exist without issuing any DB query 2018-06-07 17:23:49 +02:00
daemon.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
database.rb Memoize Gitlab::Database.version 2018-05-17 21:23:42 +02:00
dependency_linker.rb
downtime_check.rb
ee_compat_check.rb Try to fetch the CE branch in EE because sometimes it has the same name 2018-05-24 19:29:31 +02:00
emoji.rb
encoding_helper.rb Fix EncodingHelper#clean blowing up on UTF-16BE strings 2018-03-22 21:22:20 +01:00
environment.rb
environment_logger.rb
exclusive_lease.rb Add rake task to cleanup any existing exclusive lease 2018-03-09 13:32:18 +00:00
fake_application_settings.rb
favicon.rb dry up asset path helper calls 2018-06-05 16:20:23 +02:00
file_detector.rb Fix Xcode project detection by looking for dirs instead of files 2018-05-22 12:09:53 +02:00
file_finder.rb Add ability to search wiki titles 2018-06-04 11:41:37 +00:00
git.rb Remove Gitlab::Popen dependency from lib/gitlab/git 2018-06-08 11:16:21 +02:00
git_access.rb Allow triggered builds git access 2018-05-11 15:20:11 +02:00
git_access_wiki.rb
git_logger.rb
git_post_receive.rb
git_ref_validator.rb
gitaly_client.rb Deny repository disk access in development and test 2018-06-14 11:18:25 +00:00
github_import.rb
gl_id.rb Fix Custom hooks are not triggered by UI wiki edit 2018-04-18 17:50:56 +00:00
gl_repository.rb
gon_helper.rb Fix various bugs related to relative_url_root in development 2018-05-29 15:03:14 +02:00
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 Handle exceptions outside the GraphQL schema 2018-06-05 20:47:42 +02:00
group_hierarchy.rb
highlight.rb
http.rb Raise more descriptive errors when URLs are blocked 2018-04-02 17:20:01 +02:00
i18n.rb Add Turkish, Filipino and Indonesian 2018-03-05 21:26:42 +01:00
identifier.rb
import_export.rb Cleanup after adding MR diff's commit_count (try 2) 2018-04-25 10:53:37 +02:00
import_formatter.rb Import bitbucket issues that are reported by an anonymous user 2018-05-24 13:28:58 +02:00
import_sources.rb
incoming_email.rb Add anchor for incoming email regex, closes 44989 2018-05-11 14:51:21 -07:00
insecure_key_fingerprint.rb
issuable_metadata.rb
issuable_sorter.rb
issuables_count_for_state.rb
issues_labels.rb
job_waiter.rb Extract WaitableWorker out of AuthorizedProjectsWorker 2018-02-26 13:25:58 +01:00
kubernetes.rb
lazy.rb
lfs_token.rb
logger.rb
mail_room.rb
markup_helper.rb
metrics.rb
multi_collection_paginator.rb [Rails5] Fix `per_page` in lib/gitlab/multi_collection_paginator.rb 2018-05-11 13:36:38 +11:00
omniauth_initializer.rb OmniauthInitializer refactoring 2018-03-22 00:24:53 +00:00
optimistic_locking.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
other_markup.rb
otp_key_rotator.rb
pages.rb
pages_client.rb Add gitlab-pages admin ping rake task 2018-04-27 11:01:54 +00:00
pages_transfer.rb
path_regex.rb remove all .ico favicon variations, use png always 2018-06-05 16:20:22 +02:00
performance_bar.rb Always allow the performance bar to be enabled for admins 2018-04-02 14:19:19 -05:00
plugin.rb Refactor plugins feature and make some doc improvements 2018-02-28 12:16:23 +02:00
plugin_logger.rb Remove trailing line from plugin logger 2018-02-28 13:17:44 +02:00
polling_interval.rb
popen.rb
profiler.rb Add query counts by model to profiler output 2018-03-21 17:18:33 +00:00
project_search_results.rb Add ability to search wiki titles 2018-06-04 11:41:37 +00:00
project_template.rb Resolve "Reconcile project templates with Auto DevOps" 2018-05-04 09:48:53 +00:00
project_transfer.rb Fix moving local files during namespace transfer 2018-03-13 14:45:17 -07:00
prometheus_client.rb Squashed commit of the following: 2018-02-24 00:15:12 +01:00
protocol_access.rb
proxy_http_connection_adapter.rb Rename allow_private_networks to allow_local_network 2018-04-02 17:24:19 +02:00
query_limiting.rb
recaptcha.rb
reference_counter.rb
reference_extractor.rb
regex.rb
repo_path.rb Remove Gitlab::RepoPath.strip_storage_path 2018-05-11 13:57:43 +02:00
repository_cache.rb Cache `#can_be_resolved_in_ui?` git operations 2018-03-08 11:54:21 -03:00
repository_cache_adapter.rb Refactor RepositoryCache to make it usable in other classes 2018-03-06 21:12:29 -03:00
repository_check_logger.rb
request_context.rb
request_forgery_protection.rb
request_profiler.rb
route_map.rb
routing.rb
search_results.rb Fix code and wiki search results when filename is non-ASCII 2018-03-12 10:43:13 +00:00
seeder.rb
sentry.rb Method to track recoverable exceptions in sentry 2018-04-17 11:39:23 +02:00
setup_helper.rb Find and mark more Git disk access locations, part 2 2018-06-12 14:33:37 +02:00
shell.rb Find and mark more Git disk access locations, part 2 2018-06-12 14:33:37 +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 Projects and groups badges API 2018-03-05 17:51:40 +00:00
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 Add "deny disk access" Gitaly feature (tripswitch) 2018-06-01 11:56:29 +00:00
themes.rb Restore navigation theme order 2018-06-07 12:24:57 +00:00
time_tracking_formatter.rb
timeless.rb
untrusted_regexp.rb Simplify untrusted regexp factory method 2018-05-18 10:14:10 +02:00
update_path_error.rb
upgrader.rb
uploads_transfer.rb Revert "Merge branch '3867-port-to-ce' into 'master'" 2018-02-28 21:09:34 +01:00
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
usage_data.rb Add installation type to usage ping data 2018-06-07 15:01:20 +00:00
user_access.rb Rephrase "maintainer" to more precise "members who can merge to the target branch" 2018-06-01 14:33:12 +09:00
user_activities.rb
utils.rb Backport of EE !4989 2018-04-11 22:05:07 -05:00
version_info.rb
visibility_level.rb
wiki_file_finder.rb Add ability to search wiki titles 2018-06-04 11:41:37 +00:00
workhorse.rb Move git archives downloading to Gitaly 2018-05-17 09:31:50 +02:00