Merge branch 'github_importer' into 'master'

Add the version each feature was introduced in GitHub importer



See merge request !2457
This commit is contained in:
Achilleas Pipinellis 2016-01-16 09:58:04 +00:00
commit 5cd2f77769

View file

@ -5,11 +5,15 @@ enable the [GitHub integration][gh-import] in your GitLab instance._
At its current state, GitHub importer can import: At its current state, GitHub importer can import:
- the repository description - the repository description (introduced in GitLab 7.7)
- the git repository data - the git repository data (introduced in GitLab 7.7)
- the issues - the issues (introduced in GitLab 7.7)
- the pull requests - the pull requests (introduced in GitLab 8.4)
- the wiki pages - the wiki pages (introduced in GitLab 8.4)
It is not yet possible to import your labels, milestones and cross-repository
pull requests (those from forks). We are working on improving this in the near
future.
The importer page is visible when you [create a new project][new-project]. The importer page is visible when you [create a new project][new-project].
Click on the **GitHub** link and you will be redirected to GitHub for Click on the **GitHub** link and you will be redirected to GitHub for
@ -35,12 +39,6 @@ The importer will create any new namespaces if they don't exist or in the
case the namespace is taken, the project will be imported on the user's case the namespace is taken, the project will be imported on the user's
namespace. namespace.
### Note
When you import your projects from GitHub, it is not possible to keep your
labels, milestones, and cross-repository pull requests. We are working on
improving this in the near future.
[gh-import]: ../../integration/github.md "GitHub integration" [gh-import]: ../../integration/github.md "GitHub integration"
[ee-gh]: http://doc.gitlab.com/ee/integration/github.html "GitHub integration for GitLab EE" [ee-gh]: http://doc.gitlab.com/ee/integration/github.html "GitHub integration for GitLab EE"
[new-project]: ../../gitlab-basics/create-project.md "How to create a new project in GitLab" [new-project]: ../../gitlab-basics/create-project.md "How to create a new project in GitLab"