aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-182-13/+9
* Kanban board (#8346)Lanre Adelowo2020-08-162-0/+87
* Fix bug preventing transfer to private organization (#12497)zeripath2020-08-161-2/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-113-6/+7
* Fix Migration 145 on MSSQL if varchar is changed to nvarchar (#12445)zeripath2020-08-101-0/+22
* Use transaction in V102 migration (#12395)zeripath2020-08-062-5/+7
* Need RepoID in the languagestat field (#12427)zeripath2020-08-041-0/+1
* Increase size of the language column in language_stat (#12396)zeripath2020-08-042-1/+61
* Don't use legacy method to send Matrix Webhook (#12348)S7evinK2020-07-302-0/+27
* Refactor: Remove Dependencies from Migration v111 (#11646)65432020-07-261-15/+344
* Migrations (v82,v96,v99,v136) remove dependencies (#12286)65432020-07-224-11/+35
* Decrease the num_stars when deleting a repo (#11954)赵智超2020-07-072-0/+54
* Add migration to set IsArchived false if it is null (#11853)zeripath2020-06-112-1/+27
* Refactor: Remove Dependencys from Migration v112-v119 (#11811)65432020-06-093-8/+18
* Add hide activity option (#11353)l-jonas2020-06-052-0/+24
* Change language statistics to save size instead of percentage (#11681)Lauris BH2020-05-302-0/+58
* Add logging to long migrations (#11647)zeripath2020-05-294-13/+154
* Fix issue ref migration (#11419)kolaente2020-05-151-0/+2
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-142-0/+27
* Add a way to mark Conversation (code comment) resolved (#11037)赵智超2020-04-182-0/+24
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-162-2/+20
* Fix Migration 136 (be less aggressive to open pulls missing git files) (#11072)65432020-04-141-6/+0
* Cache PullRequest Divergence (#10914)65432020-04-142-0/+71
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-061-0/+46
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-012-0/+24
* Various Merge Base fixes (#10786)zeripath2020-03-313-4/+114
* make avatar lookup occur at image request (#10540)zeripath2020-03-272-0/+18
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-272-0/+24
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-222-19/+14
* System-wide webhooks (#10546)James Lakin2020-03-092-0/+24
* Fix migration (#10641)John Olheiser2020-03-061-21/+34
* Granular webhook events (#9626)John Olheiser2020-03-062-0/+103
* Migration for deleting orphaned dependencies (#10617)Antoine GIRARD2020-03-052-0/+20
* Add migration to fix the old broken merge-bases (#10604)Lauris BH2020-03-052-0/+99
* Fix migration bug on v96.go (#10572)Lunny Xiao2020-03-021-16/+31
* Language statistics bar for repositories (#8037)Lauris BH2020-02-112-0/+47
* Remove migration support from versions earlier than 1.6.0 (#10026)guillep2k2020-01-3157-3440/+45
* Update topics repo count when deleting repository (#10051)Lauris BH2020-01-312-0/+27
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-232-0/+25
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-2/+3
* Add missing columns to repository and user (#9861)guillep2k2020-01-192-0/+27
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-152-0/+20
* Add require signed commit for protected branch (#9708)zeripath2020-01-152-0/+20
* Restricted users (#6274)Manush Dodunekov2020-01-132-0/+19
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-122-0/+22
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-102-0/+18
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-092-0/+28
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-032-0/+19
* Ignore empty avatars in v115.go (#9520)zeripath2019-12-281-1/+4
* [API] Extend times API (#9200)65432019-12-272-0/+32