0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-12 06:32:17 -05:00
forgejo/modules/convert
KN4CK3R cee5f7c5e2
Add migrate from OneDev ()
* Use context to simplify logic.

* Added migration from OneDev.
This PR adds [OneDev](https://code.onedev.io/) as migration source.

Supported:
- [x] Milestones
- [x] Issues
- [x] Pull Requests
- [x] Comments
- [x] Reviews
- [x] Labels
2021-08-22 00:47:45 +02:00
..
convert.go Add option to provide signature for a token to verify key ownership () 2021-07-13 15:28:07 +02:00
git_commit.go Fix API to return author for author on commits() 2021-06-27 23:15:42 +01:00
git_commit_test.go
issue.go
issue_comment.go
issue_test.go
main_test.go
notification.go Introduce NotifySubjectType () 2021-07-01 12:51:24 +02:00
pull.go Add agit flow support in gitea () 2021-07-28 17:42:56 +08:00
pull_review.go
pull_test.go
release.go
repository.go Fix some API bugs () 2021-06-18 01:24:55 +02:00
status.go
user.go Add Visible modes function from Organisation to Users too () 2021-06-26 20:53:14 +01:00
user_test.go Add Visible modes function from Organisation to Users too () 2021-06-26 20:53:14 +01:00
utils.go Add migrate from OneDev () 2021-08-22 00:47:45 +02:00
utils_test.go