-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add support for migrating from Gitlab #9084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 32 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
0a8bd8a
First stab at a Gitlab migrations interface.
aqtrans f58c065
Modify JS to show migration for Gitlab
aqtrans b10ed23
Properly strip out #gitlab tag from repo name
aqtrans 823d181
Working Gitlab migrations!
aqtrans eaf52a4
Try #2 at trying to hide credentials.
aqtrans 4efa640
Add go-gitlab dependency
aqtrans d651d11
Vendor go-gitlab
aqtrans 9b38e86
Use gitlab.BasicAuthClient
aqtrans ee4cefa
Replaced repoPath with repoID globally.
aqtrans f61f9cd
Logging touchup
aqtrans 1a47b38
Properly set private repo status.
aqtrans 88b8918
Add go-gitlab vendor cache
aqtrans 22a6080
Fix PR migrations:
aqtrans 9f316b3
Ensure merged PRs are closed and set with the proper time
aqtrans c993d84
Remove copyright and some commented code
aqtrans 0aa2da8
Rip out '#gitlab' based self-hosted Gitlab support
aqtrans 356b5ac
Hide given credentials for migrated repos.
aqtrans 0af580a
Use asset.URL directly, no point in parsing.
aqtrans 936e3f0
Fix importing Milestones.
aqtrans 9258610
Fix Gitlab Milestone migration if DueDate isn't set
aqtrans 9befc70
Empty Milestone due dates properly return nil, not zero time
aqtrans 61ad1a2
Add GITLAB_READ_TOKEN to drone unit-test step
aqtrans b12c8c2
Add working gitlab_test.go.
aqtrans 476cb3b
Merge branch 'master' into gitlab-migrate
aqtrans 40bc377
Fix linting issues
aqtrans 52cfcde
Add modified JS files
aqtrans fe63bba
Remove pre-build JS files
aqtrans 43eaf85
Merge branch 'master', remote-tracking branch 'upstream' into gitlab-…
aqtrans 52b0021
Only merged PRs are marged as merged/closed
aqtrans 7a66ced
Test topics
aqtrans e278651
Skip test if gitlab is inaccessible
aqtrans f9fe81f
Grab personal token from username, not password.
aqtrans 97038d4
Merge branch 'master' of https://github.com/go-gitea/gitea into gitla…
aqtrans 12bec11
Add SetContext() to GitlabDownloader.
aqtrans 2a72164
Merge branch 'master' into gitlab-migrate
techknowlogick 228a553
Merge branch 'master' of https://github.com/go-gitea/gitea into gitla…
aqtrans 9a0d02c
Checking Updated field in Issues.
aqtrans 0497f61
Merge branch 'gitlab-migrate' of github.com:aqtrans/gitea into gitlab…
aqtrans e731c2d
Actually fetch Issue Updated time from Gitlab
aqtrans 958f2d7
Add Gitlab migration GetReviews() stub
aqtrans 48efb1f
Fix Patch and Clone URLs
aqtrans 4657268
Merge branch 'master' into gitlab-migrate
techknowlogick 6edbb44
check Updated too
6543 b839aa4
fix mod
6543 a224698
Merge pull request #2 from 6543-forks/gitlab-m-fix
aqtrans 00f8b3a
Merge branch 'master' into gitlab-migrate
aqtrans 90b8f42
make vendor with go1.14
6543 7fec22e
Merge pull request #3 from 6543-forks/gitlab_migrate-fix
aqtrans 29937a9
Merge branch 'master' into gitlab-migrate
lafriks 4dd6e89
Merge branch 'master' into gitlab-migrate
6543 a651248
Merge branch 'master' into gitlab-migrate
lunny f5988e8
Merge branch 'master' into gitlab-migrate
lunny File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.