This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models/migrations
mrsdizzie 1f1ecda541 Display original author and URL information when showing migrated issues/comments (#7352)
* Store original author info for migrated issues and comments

Keep original author name for displaying in Gitea interface and also
store original author user ID for potential future use in linking
accounts from old location.

* Add original_url for repo

Store the original URL for a migrated repo

Clean up migrations/tests

* fix migration

* fix golangci-lint

* make 'make revive' happy also

* Modify templates to use OriginalAuthor if set

Use the original author name in templates if it is set rather than the
user who migrated/currently owns the issues

* formatting fixes

* make generate-swagger

* Use default avatar for imported comments

* Remove no longer used IgnoreIssueAuthor option

* Add OriginalAuthorID to swagger also
2019-07-08 10:14:12 +08:00
..
migrations.go Display original author and URL information when showing migrated issues/comments (#7352) 2019-07-08 10:14:12 +08:00
v13.go
v14.go
v15.go
v16.go
v17.go
v18.go
v19.go
v20.go
v21.go
v22.go
v23.go
v24.go
v25.go
v26.go
v27.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
v28.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v29.go
v30.go
v31.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v32.go
v33.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v34.go
v35.go
v36.go
v37.go
v38.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v39.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v40.go
v41.go
v45.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v46.go
v47.go
v48.go
v49.go
v50.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v51.go
v52.go
v53.go
v54.go
v55.go
v56.go
v57.go
v58.go
v59.go
v60.go
v61.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v62.go
v63.go
v64.go refactor: append, build variable and type switch (#4940) 2019-05-28 23:45:54 +08:00
v65.go
v66.go
v67.go Fix failing migration v67 (#5849) 2019-01-26 14:50:36 +00:00
v68.go fix topic name length on database (#5493) 2018-12-08 14:27:30 +02:00
v69.go
v70.go Added dependencies for issues (#2196) (#2531) 2018-07-17 17:23:58 -04:00
v71.go update v71.go to resolve #5595 (#5613) 2018-12-31 21:23:03 +08:00
v72.go Pull request review/approval and comment on code (#3748) 2018-08-06 06:43:21 +02:00
v73.go Force user to change password (#4489) 2018-09-13 15:04:25 +03:00
v74.go Approvals at Branch Protection (#5350) 2018-12-11 19:28:37 +08:00
v75.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v76.go Add rebase with merge commit merge style (#3844) (#4052) 2018-12-27 12:27:08 +02:00
v77.go Fix migration for user defined themes (#5682) 2019-01-12 14:43:47 -05:00
v78.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v79.go Add option to close issues via commit on a non master branch (#5992) 2019-02-10 21:27:19 +02:00
v80.go Implement "conversation lock" for issue comments (#5073) 2019-02-18 22:55:04 +02:00
v81.go Override xorm type mapping for U2F counter (#6232) 2019-03-04 21:34:52 -05:00
v82.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v83.go fix upload attachments (#6481) 2019-04-02 15:25:05 -04:00
v84.go add .gpg url (match github behaviour) (#6610) 2019-04-14 12:43:56 -04:00
v85.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v86.go Add GET requests to webhook (#6771) 2019-05-05 14:09:02 -04:00
v87.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
v88.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
v89.go Display original author and URL information when showing migrated issues/comments (#7352) 2019-07-08 10:14:12 +08:00