gitlab-org--gitlab-foss/app/models/ci
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
..
build.rb Make sure that artifacts_file is nullified after removing artifacts 2016-06-17 12:58:26 +02:00
pipeline.rb Merge branch 'feature/project-export' into 'master' 2016-06-17 15:35:27 +00:00
runner.rb Enable Style/NegatedIf Rubocop cop 2016-05-30 13:53:25 +02:00
runner_project.rb
trigger.rb
trigger_request.rb Rename commit to pipeline in TriggerRequest 2016-06-09 17:57:07 +02:00
variable.rb Upgrade attr_encrypted and encryptor 2016-05-30 13:51:21 -06:00