aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/migrations.go
Commit message (Expand)AuthorAgeFilesLines
* Change some columns from text to longtext and fix column wrong type caused by...Lunny Xiao2025-07-231-0/+4
* Enforce two-factor auth (2FA: TOTP or WebAuthn) (#34187)wxiaoguang2025-04-281-0/+1
* feat: Add sorting by exclusive labels (issue priority) (#33206)Thomas E Lackey2025-04-101-0/+1
* Enable addtional linters (#34085)TheFox0x72025-04-011-1/+2
* Add anonymous access support for private repositories (backend) (#33257)wxiaoguang2025-03-281-0/+1
* Optimize heatmap query (#33853)Lunny Xiao2025-03-201-0/+1
* Added Description Field for Secrets and Variables (#33526)John Smith2025-03-171-0/+1
* Feature: Ephemeral action runners (#33570)ChristopherHX2025-03-141-0/+1
* Add global lock for migrations to make upgrade more safe with multiple replic...Lunny Xiao2025-03-071-1/+1
* Add migrations and doctor fixes (#33556)Lunny Xiao2025-03-021-0/+1
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-171-0/+1
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-101-0/+4
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-051-0/+1
* Add priority to protected branch (#32286)65432024-11-271-0/+1
* Perf: add extra index to notification table (#32395)BoYanZh2024-11-131-0/+1
* Add new index for action to resolve the performance problem (#32333)Lunny Xiao2024-11-061-0/+1
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-0/+1
* Refactor the DB migration system slightly (#32344)wxiaoguang2024-10-271-566/+349
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+2
* Support repo license (#24872)yp053272024-10-011-1/+3
* Add tag name in the commits list (#31082)Lunny Xiao2024-08-191-0/+2
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-091-0/+2
* Clear up old Actions logs (#31735)Jason Song2024-08-021-0/+2
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-191-0/+2
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-0/+2
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-0/+4
* Rename migration package name for 1.22-rc1 (#30730)wxiaoguang2024-04-271-7/+8
* Fix wrong table name (#30557)Lunny Xiao2024-04-231-0/+2
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-0/+2
* Fix commitstatus summary (#30431)Lunny Xiao2024-04-141-0/+2
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-121-0/+3
* Add unique index for project_issue to prevent duplicate data (#30190)Lunny Xiao2024-04-021-0/+5
* Fix migration v292 (#30153)v1.22.0-rc0Lunny Xiao2024-03-281-0/+2
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-0/+2
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-0/+2
* Store webhook event in database (#29145)oliverpool2024-03-071-0/+2
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-061-0/+2
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+2
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-011-0/+2
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-0/+2
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-0/+2
* Add missing migration (#28827)Lunny Xiao2024-01-171-0/+2
* Add combined index for issue_user.uid and issue_id (#28080)sebastian-sauer2023-12-141-0/+2
* Add Index to pull_auto_merge.doer_id (#27811)JakobDev2023-10-301-0/+2
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-0/+2
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-061-0/+6
* Add Index to `action.user_id` (#27403)JakobDev2023-10-031-0/+2
* Add Index to `comment.dependent_issue_id` (#27325)JakobDev2023-09-281-0/+2
* Add index to `issue_user.issue_id` (#27154)JakobDev2023-09-211-0/+2
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-0/+2