-
Notifications
You must be signed in to change notification settings - Fork 151
Comparing changes
Open a pull request
base repository: piceaTech/node-gitlab-2-github
base: master
head repository: Cynical-Optimist/node-gitlab-2-github
compare: master
- 14 commits
- 5 files changed
- 2 contributors
Commits on Oct 9, 2020
-
replace usernames mentioned in issues, pull requests and comments, with a link pointing back to the original gitlab user. The link text makes it clear that it points to a gitlab user and not a github user. This occurs regardless of what's in usermap in the settings. usermap is now only useful for assigning issues and pull requests to users.
Configuration menu - View commit details
-
Copy full SHA for ce79222 - Browse repository at this point
Copy the full SHA ce79222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a84cf - Browse repository at this point
Copy the full SHA 19a84cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8268f8e - Browse repository at this point
Copy the full SHA 8268f8eView commit details -
don't assign issues or PRs to anyone
Disable assignments altogether. The script shouldn't attempt to set assignees on issues and pull requests. Instead, we will add them manually. Note that "usermap" in settings will now be completely unused.
Configuration menu - View commit details
-
Copy full SHA for 16c0962 - Browse repository at this point
Copy the full SHA 16c0962View commit details
Commits on Oct 12, 2020
-
Merge pull request #6 from Cynical-Optimist/dwinship/replace-username…
…s-with-links replace usernames with links
Douglas Winship authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 8c78bfa - Browse repository at this point
Copy the full SHA 8c78bfaView commit details -
Merge pull request #7 from Cynical-Optimist/dwinship/only-transfer-op…
…en-MRs only transfer open MRs: never migrate MR as issues
Douglas Winship authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for a1c037f - Browse repository at this point
Copy the full SHA a1c037fView commit details -
Merge pull request #8 from Cynical-Optimist/dwinship/link-back-to-git…
…lab-issues-or-merge-requests add links back to original issue or merge request
Douglas Winship authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 8697067 - Browse repository at this point
Copy the full SHA 8697067View commit details -
Merge pull request #9 from Cynical-Optimist/dwinship/dont-assign-issu…
…es-or-pull-requests don't assign issues or PRs to anyone
Douglas Winship authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for fa6e1e4 - Browse repository at this point
Copy the full SHA fa6e1e4View commit details
Commits on Oct 13, 2020
-
skip non-open merge requests completely
don't produce any message claiming that an MR is being processed, unless it is an open MR. (Only open MRs are processed and transferred, now)
Configuration menu - View commit details
-
Copy full SHA for e2e86ee - Browse repository at this point
Copy the full SHA e2e86eeView commit details -
don't check for issues with same name as MRs
previously, a Merge Request would not be migrated if an issue existed with the same name. This was because Merge Requests could be migrated as issues, and the goal was to avoid duplicates. However, there were too many false positives. Merge Requests are now no longer migrated as issues anyway, so this check is being removed.
Configuration menu - View commit details
-
Copy full SHA for 1c2aae0 - Browse repository at this point
Copy the full SHA 1c2aae0View commit details -
don't create the gitlab merge request label
merge requests are no longer being migrated as issues under any circumstances, so this is an uneccesary label.
Configuration menu - View commit details
-
Copy full SHA for 5adcc6a - Browse repository at this point
Copy the full SHA 5adcc6aView commit details
Commits on Oct 19, 2020
-
Merge pull request #10 from Cynical-Optimist/dwinship/abort-non-open-…
…mr-transfers-earlier Don't even attempt MR migrations unless the MR is open
Douglas Winship authoredOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for c171c6d - Browse repository at this point
Copy the full SHA c171c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2725435 - Browse repository at this point
Copy the full SHA 2725435View commit details -
Merge pull request #11 from Cynical-Optimist/dwinship/update-README
Update README and sample_settings
Douglas Winship authoredOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 6947001 - Browse repository at this point
Copy the full SHA 6947001View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master