]> source.dussan.org Git - gitea.git/commit
Add migration from GitBucket (#16767)
authorKN4CK3R <admin@oldschoolhack.me>
Sun, 14 Nov 2021 19:11:10 +0000 (20:11 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 19:11:10 +0000 (20:11 +0100)
commit42ea0023a30fd6a0e2e2da1e32ece0a484c03a65
tree9a279ebc1b1300dc7ee6bb9aeaaea90eb63b22a3
parentd2163df6a0d6b9663a65438c1d960ea4ab5c2df0
Add migration from GitBucket (#16767)

This PR adds [GitBucket](https://gitbucket.github.io/) as migration source.

Supported:
- Milestones
- Issues
- Pull Requests
- Comments
- Reviews
- Labels

There is no public usable instance so no integration tests added.
modules/convert/utils.go
modules/migrations/gitbucket.go [new file with mode: 0644]
modules/migrations/github.go
modules/structs/repo.go
options/locale/locale_en-US.ini
public/img/svg/gitea-gitbucket.svg [new file with mode: 0644]
templates/repo/migrate/gitbucket.tmpl [new file with mode: 0644]
web_src/svg/gitea-gitbucket.svg [new file with mode: 0644]