aboutsummaryrefslogtreecommitdiff
path: root/services/migrations
AgeCommit message (Expand)Author
2023-03-08Use CleanPath instead of path.Clean (#23371)Lunny Xiao
2023-03-02Add loading yaml label template files (#22976)Lauris BH
2023-02-18Scoped labels (#22585)Brecht Van Lommel
2023-01-24Prevent duplicate labels when importing more than 99 (#22591)Sybren
2023-01-19Fix assignment to `cm.AssigneeID` when importing comments (#22528)Sybren
2023-01-18Support importing comment types (#22510)Sybren
2023-01-17Fix migration from gitbucket (repost) (#22477)Haruo Kinoshita
2023-01-12Update golang deps (#22410)techknowlogick
2022-12-23Check primary keys for all tables and drop ForeignReference (#21721)Jason Song
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-21Replace yaml.v2 with yaml.v3 (#21832)Jason Song
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-15Skip GitHub migration tests if the API token is undefined (#21824)Gary Moon
2022-11-03Handle branch name with prefix in GitHub migration (#20357)Chongyi Zheng
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-23Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-10-02Foreign ID conflicts if ID is 0 for each item (#21271)techknowlogick
2022-09-05Move go-licenses to generate and separate generate into a frontend and backen...zeripath
2022-09-04Add more checks in migration code (#21011)zeripath
2022-08-30Go 1.19 format (#20758)John Olheiser
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-21Double check CloneURL is acceptable (#20869)zeripath
2022-08-16Add proxy host into allow list (#20798)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-07-13Add tests for the host checking logic, clarify the behaviors (#20328)wxiaoguang
2022-07-12Correctly handle draft releases without a tag (#20314)Chongyi Zheng
2022-07-01Fix cli command restore-repo: "units" should be splitted to string slice, to ...wxiaoguang
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-17Write Commit-Graphs in RepositoryDumper (#20004)zeripath
2022-06-15Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)wxiaoguang
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-06-12Unify repo settings & show better error (#19828)Gusted
2022-06-09Prevent NPE whilst migrating if there is a team request review (#19855)zeripath
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-10Update go tool dependencies (#19676)silverwind
2022-05-02ignore DNS error when doing migration allow/block check (#19566)wxiaoguang
2022-04-26Fix migrate release from github (#19510)Lunny Xiao
2022-04-25User specific repoID or xorm builder conditions for issue search (#19475)6543
2022-04-25Add notags to fetch (#19487)6543
2022-04-15Fix datarace in gitea_uploader.go (#19409)chavacava
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-04-08Move milestone to models/issues/ (#19278)Lunny Xiao
2022-04-01Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang
2022-03-31Move reaction to models/issues/ (#19264)Lunny Xiao
2022-03-30Make git.OpenRepository accept Context (#19260)6543
2022-03-23Update HTTP status codes to modern codes (#18063)KN4CK3R
2022-03-22Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang
2022-03-19Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath