summaryrefslogtreecommitdiffstats
path: root/services/migrations
Commit message (Expand)AuthorAgeFilesLines
* Fix panic when migrating a repo from GitHub with issues (#25246) (#25247)Giteabot2023-06-141-1/+1
* GitLab migration: Sanitize response for reaction list (#25054)65432023-06-022-15/+67
* Update github.com/google/go-github to v52 (#24004)65432023-05-312-14/+7
* Rewrite logger system (#24726)wxiaoguang2023-05-217-35/+21
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-3/+2
* Rewrite queue (#24505)wxiaoguang2023-05-081-2/+1
* Improve test logger (#24235)wxiaoguang2023-04-211-39/+28
* Update github.com/google/go-github to v51 (#23946)harryzcy2023-04-082-20/+27
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-2/+2
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-2/+2
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-8/+11
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+1
* Prevent duplicate labels when importing more than 99 (#22591)Sybren2023-01-241-1/+1
* Fix assignment to `cm.AssigneeID` when importing comments (#22528)Sybren2023-01-191-1/+3
* Support importing comment types (#22510)Sybren2023-01-181-2/+21
* Fix migration from gitbucket (repost) (#22477)Haruo Kinoshita2023-01-172-3/+12
* Update golang deps (#22410)techknowlogick2023-01-121-2/+4
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-231-11/+0
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2725-50/+25
* Replace yaml.v2 with yaml.v3 (#21832)Jason Song2022-11-212-2/+2
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+6
* Skip GitHub migration tests if the API token is undefined (#21824)Gary Moon2022-11-151-1/+5
* Handle branch name with prefix in GitHub migration (#20357)Chongyi Zheng2022-11-031-1/+6
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-246-22/+22
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-233-12/+12
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-172-4/+4
* Foreign ID conflicts if ID is 0 for each item (#21271)techknowlogick2022-10-021-0/+4
* Move go-licenses to generate and separate generate into a frontend and backen...zeripath2022-09-051-1/+0
* Add more checks in migration code (#21011)zeripath2022-09-0413-230/+638
* Go 1.19 format (#20758)John Olheiser2022-08-302-5/+8
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-12/+11
* Double check CloneURL is acceptable (#20869)zeripath2022-08-213-5/+24
* Add proxy host into allow list (#20798)Lunny Xiao2022-08-161-0/+5
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-162-11/+11
* Add tests for the host checking logic, clarify the behaviors (#20328)wxiaoguang2022-07-132-3/+48
* Correctly handle draft releases without a tag (#20314)Chongyi Zheng2022-07-121-2/+1
* Fix cli command restore-repo: "units" should be splitted to string slice, to ...wxiaoguang2022-07-011-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Write Commit-Graphs in RepositoryDumper (#20004)zeripath2022-06-171-0/+5
* Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)wxiaoguang2022-06-151-2/+10
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-44/+44
* Unify repo settings & show better error (#19828)Gusted2022-06-121-1/+1
* Prevent NPE whilst migrating if there is a team request review (#19855)zeripath2022-06-094-4/+37
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-4/+5
* Update go tool dependencies (#19676)silverwind2022-05-103-5/+3
* ignore DNS error when doing migration allow/block check (#19566)wxiaoguang2022-05-021-4/+3
* Fix migrate release from github (#19510)Lunny Xiao2022-04-261-9/+12
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1