Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-16 18:10:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-16 18:10:05 +0300
commitd872c89ce4828a16d72ddeed8695077fdcaf7b30 (patch)
tree1c982aed87c3bfb90a518970368b88257aecf2ab /doc/development/github_importer.md
parent09dff3eec735ccbe001d165293ecebf195452071 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/github_importer.md')
-rw-r--r--doc/development/github_importer.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/github_importer.md b/doc/development/github_importer.md
index c4f4c2d87d8..84c10e0c005 100644
--- a/doc/development/github_importer.md
+++ b/doc/development/github_importer.md
@@ -238,9 +238,10 @@ The code for this resides in:
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48512/diffs) in GitLab 13.7.
> - Number of imported objects [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64256) in GitLab 14.1.
> - `Gitlab::GithubImport::Logger` [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65968) in GitLab 14.2.
+> - `import_source` [renamed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67726) to `import_type` in GitLab 14.2.
The import progress can be checked in the `logs/importer.log` file. Each relevant import is logged
-with `"import_source": "github"` and the `"project_id"`.
+with `"import_type": "github"` and the `"project_id"`.
The last log entry reports the number of objects fetched and imported: