gitlab-org--gitlab-foss/config/initializers
Douwe Maan 9b7fd74805 Merge branch 'feature/project-export' into 'master'
Export project functionality

This is a MR for the export functionality of https://gitlab.com/gitlab-org/gitlab-ce/issues/3050, which adds the ability to export single projects.

- [x] members
- DB data
  - [x] issues
  - [x] issue comments
  - [x] merge requests
  - [x] merge request diff
  - [x] merge request comments
  - [x] labels
  - [x] milestones
  - [x] snippets
  - [x] releases
  - [x] events
  - [x] commit statuses
  - [x] CI builds
- File system data
  - [x] Git repository
  - [x] wiki
  - [x] uploads
  - [ ] ~~CI build traces~~
  - [ ] ~~CI build artifacts~~
  - [ ] ~~LFS objects~~
- DB configuration
  - [x] services
  - [x] web hooks
  - [x] protected branches
  - [x] deploy keys
  - [x] CI variables
  - [x] CI triggers

See merge request !3114
2016-06-17 15:35:27 +00:00
..
1_settings.rb fixed merge conflicts on UI branch 2016-06-16 15:01:27 +02:00
2_app.rb
4_ci_app.rb
5_backend.rb Fix a few places where autoloading would fail 2016-05-10 11:51:19 +02:00
active_record_query_trace.rb
attr_encrypted_no_db_connection.rb
backtrace_silencers.rb
bullet.rb
carrierwave.rb Codestyle: make sure we have space around operators 2016-05-13 04:46:56 -03:00
chronic_duration.rb Enable exceptions on ChronicDuration 2016-06-13 11:03:30 +01:00
connection_fix.rb
cookies_serializer.rb
date_time_formats.rb
default_url_options.rb Fix images in emails 2016-06-16 11:47:01 +01:00
devise.rb Codestyle: make sure we have space around operators 2016-05-13 04:46:56 -03:00
devise_password_length.rb.example
disable_email_interceptor.rb
doorkeeper.rb Improve Gitlab::Auth method names 2016-06-10 14:51:16 +02:00
gitlab_shell_secret_token.rb
go_get.rb
gollum.rb
haml.rb
health_check.rb Support token header for health check token, and general cleanup of the health_check feature. 2016-05-11 17:27:08 -07:00
inflections.rb Create table for award emoji 2016-05-06 10:47:11 +02:00
kaminari_config.rb
metrics.rb Merge branch '18451-track-new-redis-connections' into 'master' 2016-06-15 09:56:42 +00:00
mime_types.rb
mysql_ignore_postgresql_options.rb
omniauth.rb Add leading comment space cop 2016-05-31 19:33:46 -03:00
postgresql_limit_fix.rb
postgresql_opclasses_support.rb
premailer.rb Don't remove IDs via premailer 2016-05-25 16:56:06 -04:00
public_key.rb
rack_attack.rb.example Disable Rack Attack if admin disables it in config file 2016-04-27 07:22:02 -07:00
rack_attack_git_basic_auth.rb Disable Rack Attack if admin disables it in config file 2016-04-27 07:22:02 -07:00
rack_lineprof.rb
relative_url.rb.sample
secret_token.rb
sentry.rb Prevent Rails filtered parameters from leaking to Sentry. 2016-04-28 15:08:23 -06:00
session_store.rb Enable Style/RedundantParentheses rubocop cop 2016-05-30 15:07:18 +02:00
sherlock.rb
sidekiq.rb Redis configuration consistency 2016-04-13 20:57:19 +03:00
smtp_settings.rb.sample
static_files.rb
time_zone.rb
trusted_proxies.rb Pass trusted_proxies to action_dispatch as IPAddrs instead of strings 2016-04-28 12:05:45 -07:00
wrap_parameters.rb