gitlab-org--gitlab-foss/spec/lib/gitlab/github_import
Douwe Maan d308a3f433 Merge branch 'issue_19734' into 'master'
Project tools visibility level

## part of #19734   

![project_features_access_level](/uploads/81ec7185d4e61d7578652020209af925/project_features_access_level.png)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5606
2016-09-01 15:28:14 +00:00
..
branch_formatter_spec.rb Prefixes removed branches name with PR number when importing PR from GH 2016-08-08 20:24:40 -03:00
client_spec.rb Remove unnecessary context from GitHub client spec 2016-07-12 12:14:17 -03:00
comment_formatter_spec.rb
importer_spec.rb Project tools visibility level 2016-09-01 11:47:59 -03:00
issue_formatter_spec.rb Use updated_at as the last updated date when importing from GitHub 2016-08-31 13:20:28 -03:00
label_formatter_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
milestone_formatter_spec.rb Use updated_at as the last updated date when importing from GitHub 2016-08-31 13:20:28 -03:00
project_creator_spec.rb GitHub importer use default project visibility for non-private projects 2016-08-31 18:27:42 -03:00
pull_request_formatter_spec.rb Use updated_at as the last updated date when importing from GitHub 2016-08-31 13:20:28 -03:00
wiki_formatter_spec.rb