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:
authorDouwe Maan <douwe@gitlab.com>2018-11-28 14:19:55 +0300
committerDouwe Maan <douwe@gitlab.com>2018-11-28 14:19:55 +0300
commit5e3076f2d7fdb8f077cf9d951e55ed9798bb197e (patch)
treeffe87433a86631da9eaea423f59d6dec535dc54f /doc/development
parent57d982733c41490214eb58e8fd639057daa7c2ba (diff)
parentbad26e2dab81239f3cb2e7e3ea76ba113415638c (diff)
Merge branch '50341-cleanup-useless-project-import-attributes' into 'master'
Removes all the irrelevant code and columns that were migrated from the Project… See merge request gitlab-org/gitlab-ce!21497
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/github_importer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/github_importer.md b/doc/development/github_importer.md
index e860bde48dc..863ac049db6 100644
--- a/doc/development/github_importer.md
+++ b/doc/development/github_importer.md
@@ -131,7 +131,7 @@ our import as failed because of this.
To prevent this from happening we periodically refresh the expiration time of
the import process. This works by storing the JID of the import job in the
database, then refreshing this JID's TTL at various stages throughout the import
-process. This is done by calling `Project#refresh_import_jid_expiration`. By
+process. This is done by calling `ProjectImportState#refresh_jid_expiration`. By
refreshing this TTL we can ensure our import does not get marked as failed so
long we're still performing work.