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>2022-10-07 18:09:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-07 18:09:16 +0300
commit9a1203dfe866d46780b92e5cdb081dd6fdc778c5 (patch)
treee1fb7c2cab48f40185c52863a3b33d34cae53f28 /doc/development
parent414fefc8c437ab2e4dc768e675d0e914241c06bc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/github_importer.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/development/github_importer.md b/doc/development/github_importer.md
index c2dd6c89544..af787633b06 100644
--- a/doc/development/github_importer.md
+++ b/doc/development/github_importer.md
@@ -127,13 +127,15 @@ comments.
### 10. Stage::ImportAttachmentsWorker
-This worker imports release notes attachments that are linked inside Markdown.
-For every release of the project, we schedule a job of
-`Gitlab::GithubImport::ImportReleaseAttachmentsWorker` for every comment.
+This worker imports note attachments that are linked inside Markdown.
+For each entity with Markdown text in the project, we schedule a job of:
+
+- `Gitlab::GithubImport::ImportReleaseAttachmentsWorker` for every release.
+- `Gitlab::GithubImport::ImportNoteAttachmentsWorker` for every note.
Each job:
-1. Iterates over all attachment links inside of a specific release note.
+1. Iterates over all attachment links inside of a specific record.
1. Downloads the attachment.
1. Replaces the old link with a newly-generated link to GitLab.