File: 16-6-github-rake-task.yml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (13 lines) | stat: -rw-r--r-- 748 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
- title: "The GitHub importer Rake task"
  removal_milestone: "17.0"
  announcement_milestone: "16.6"
  breaking_change: true
  reporter: wortschi
  stage: Foundations
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/428225
  body: |  # (required) Do not modify this line, instead modify the lines below.
    In GitLab 16.6, the GitHub importer Rake task was deprecated. The Rake task lacks several features that are supported by the API and is not actively maintained.

    In GitLab 17.0, the Rake task will be removed.

    Instead, GitHub repositories can be imported by using the [API](https://docs.gitlab.com/ee/api/import.html#import-repository-from-github) or the [UI](https://docs.gitlab.com/ee/user/project/import/github.html).