gitlab-org--gitlab-foss/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
..
base_formatter.rb Move create! method from formatters to the BaseFormatter 2016-06-06 14:26:28 -03:00
branch_formatter.rb Prefixes removed branches name with PR number when importing PR from GH 2016-08-08 20:24:40 -03:00
client.rb Memoize response from has_rate_limit? to avoid extra API call 2016-07-12 12:14:17 -03:00
comment_formatter.rb Fix importer for GitHub comments on diff 2016-06-06 12:19:03 -03:00
importer.rb Project tools visibility level 2016-09-01 11:47:59 -03:00
issue_formatter.rb Use updated_at as the last updated date when importing from GitHub 2016-08-31 13:20:28 -03:00
label_formatter.rb Move create! method from formatters to the BaseFormatter 2016-06-06 14:26:28 -03:00
milestone_formatter.rb Use updated_at as the last updated date when importing from GitHub 2016-08-31 13:20:28 -03:00
project_creator.rb Merge branch 'issue_19734' into 'master' 2016-09-01 15:28:14 +00:00
pull_request_formatter.rb Use updated_at as the last updated date when importing from GitHub 2016-08-31 13:20:28 -03:00
wiki_formatter.rb more refactoring 2016-03-21 15:11:05 +01:00