gitlab-org--gitlab-foss/lib/gitlab
Douwe Maan 082bf1c6ee Merge branch 'bvl-override-import-params' into 'master'
Allow passing params to import API to override project attributes

Closes gitlab-ee#4788

See merge request gitlab-org/gitlab-ce!18086
2018-04-05 15:18:49 +00:00
..
auth Add better LDAP connection handling 2018-04-04 09:07:28 +00:00
background_migration Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00
badge
bare_repository_import Remove some easy cases of 'path_to_repo' use 2018-03-28 09:21:32 +00:00
bitbucket_import Use shard name in Git::GitlabProjects instead of shard path 2018-04-03 16:22:13 +02:00
cache
checks Add helper for accessing lfs_objects for project 2018-04-05 10:21:51 +02:00
ci Fix build variables policy after renaming methods 2018-03-30 11:29:05 +02: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 Adapt cycle analytics spec helper and cycle analytics usage data spec 2018-03-01 16:43:26 +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 Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00
dependency_linker
diff Merge branch '42028-xss-diffs-10-6' into 'security-10-6' 2018-04-05 08:40:05 +02:00
downtime_check
email
etag_caching
fogbugz_import
gfm Revert "Merge branch '3867-port-to-ce' into 'master'" 2018-02-28 21:09:34 +01:00
git Merge branch 'ce-4474-custom-additional-text-in-confirmation-email' into 'master' 2018-04-05 10:20:15 +00:00
gitaly_client Remove support for absolute dirs from Git::Env 2018-03-30 09:19:46 +00:00
github_import Use shard name in Git::GitlabProjects instead of shard path 2018-04-03 16:22:13 +02:00
gitlab_import Fix provider server URL used when listing repos to import 2018-03-12 16:01:43 -05:00
google_code_import
gpg Fetch commit signatures from Gitaly in batches 2018-03-01 18:31:31 +01:00
grape_logging
graphs
health_checks Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01: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 Merge branch 'bvl-override-import-params' into 'master' 2018-04-05 15:18:49 +00:00
kubernetes Replace KubeException with Kubeclient::HttpError (kubeclient 3.0) 2018-03-15 08:14:13 +01:00
legacy_github_import Use shard name in Git::GitlabProjects instead of shard path 2018-04-03 16:22:13 +02:00
metrics Move Sidekiq exporter logs to log/sidekiq_exporter.log 2018-04-02 08:58:17 -07:00
middleware Fix "A copy of Gitlab::Middleware::Readonly has been removed from the module tree but is still active" 2018-03-21 21:18:11 -07:00
performance_bar
popen
project_authorizations
prometheus Squashed commit of the following: 2018-02-24 00:15:12 +01:00
query_limiting
quick_actions Resolve "Milestone Quick Action not displayed with no project milestones but with group milestones" 2018-02-23 14:23:09 +00:00
redis
request_profiler
sanitizers
serializer
sherlock
sidekiq_logging Add support for Sidekiq JSON logging 2018-04-04 05:04:00 -07:00
sidekiq_middleware Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed 2018-02-26 09:54:20 +00:00
sidekiq_status
sidekiq_versioning
slash_commands Add slash command for moving an issue 2018-03-15 13:09:11 +00:00
sql Added changelog for user search improvements 2018-02-22 18:55:36 +01:00
storage_check
template
testing
utils
verify Merge remote-tracking branch 'origin/master' into 40781-os-to-ce 2018-03-22 09:06:10 -04:00
view/presenter
access.rb
action_rate_limiter.rb
allowable.rb
app_logger.rb
asciidoc.rb
auth.rb Fix LDAP login without user in DB 2018-03-27 09:21:17 +02:00
background_migration.rb
blame.rb
changes_list.rb
chat_name_token.rb
ci_access.rb
closing_issue_extractor.rb
color_schemes.rb
config_helper.rb
contributions_calendar.rb Count discussions on issues and merge requests as contributions for the contributions calendar 2018-03-07 10:16:38 +00: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 Cache table_exists?('application_settings') to reduce repeated schema reloads 2018-03-15 13:13:00 -07:00
daemon.rb
database.rb Cache table_exists?('application_settings') to reduce repeated schema reloads 2018-03-15 13:13:00 -07:00
dependency_linker.rb
downtime_check.rb
ee_compat_check.rb Improve the ee_compat_check_job to handle gitlab-ee forks 2018-03-29 18:46:40 +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
file_detector.rb
file_finder.rb
git.rb
git_access.rb Merge branch 'dm-deploy-keys-default-user' into 'master' 2018-03-29 09:30:10 +00:00
git_access_wiki.rb
git_logger.rb
git_post_receive.rb
git_ref_validator.rb
gitaly_client.rb Test if remote repository exists before cloning 2018-03-27 14:43:21 +02:00
github_import.rb
gl_id.rb
gl_repository.rb
gon_helper.rb Add `suggest_colors` from LabelsHelper 2018-03-05 18:03:25 +05:30
gpg.rb
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 Revert "Cleanup after adding MR diff's commit_count" 2018-03-08 12:43:14 +01:00
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 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
omniauth_initializer.rb OmniauthInitializer refactoring 2018-03-22 00:24:53 +00:00
optimistic_locking.rb
other_markup.rb
otp_key_rotator.rb
pages.rb
pages_transfer.rb
path_regex.rb
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 Split repository search result on \n instead of $ to prevent the items of the array to start with a newline. Remove the strip from parsing the search result to keep result endlines. 2018-03-19 19:09:31 +01:00
project_template.rb
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 Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01: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
setup_helper.rb Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
shell.rb Use shard name in Git::GitlabProjects instead of shard path 2018-04-03 16:22:13 +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 Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
tcp_checker.rb
themes.rb
time_tracking_formatter.rb
timeless.rb
untrusted_regexp.rb
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 Rename allow_private_networks to allow_local_network 2018-04-02 17:24:19 +02:00
url_builder.rb
url_sanitizer.rb
usage_data.rb Extract cluster installed query to scope 2018-03-30 18:31:11 +02:00
user_access.rb Validate `:push_code` before checking protected branches 2018-03-08 00:37:59 +01:00
user_activities.rb
utils.rb Add custom additonal email text to all emails 2018-04-04 12:29:03 -05:00
version_info.rb
visibility_level.rb
workhorse.rb Gitlab-workhorse still needs RepoPath on Git HTTP 2018-03-29 08:35:33 +00:00