You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,10 @@ Go to [Settings / Access Tokens](https://gitlab.com/-/profile/personal_access_to
56
56
57
57
Leave it null for the first run of the script. Then the script will show you which projects there are. Can be either string or number.
58
58
59
+
#### gitlab.listArchivedProjects
60
+
61
+
When listing projects on the first run (projectID = null), include archived ones too. The default is *true*.
62
+
59
63
#### gitlab.sessionCookie
60
64
61
65
GitLab's API [does not allow downloading of attachments](https://gitlab.com/gitlab-org/gitlab/-/issues/24155) and only images can be downloaded using HTTP. To work around this limitation and enable binary attachments to be migrated one can use the session cookie set in the browser after logging in to the gitlab instance. The cookie is named `_gitlab_session`.
0 commit comments