0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-21 09:12:45 +01:00
gitea/models/migrations
wxiaoguang ef339713c2
Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479)
Partially backport #32473. LFS related changes are not in 1.22, so skip
them.

1. Ignore non-existing repos during migrations
2. Improve ReadBatchLine's comment
3. Use `X-Gitea-Internal-Auth` header for internal API calls and make
the comparing constant time (it wasn't a serous problem because in a
real world it's nearly impossible to timing-attack the token, but indeed
security related and good to fix and backport)
4. Fix route mock nil check
2024-11-13 10:26:37 +08:00
..
base
fixtures Remove If Exist check on migration for mssql because that syntax required SQL server 2016 (#30894) (#30946) 2024-05-12 03:15:01 +00:00
v1_6
v1_7
v1_8
v1_9
v1_10
v1_11
v1_12
v1_13 Rename Sync2 -> Sync (#26479) 2023-08-13 21:17:21 +02:00
v1_14 Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
v1_15 Rename Sync2 -> Sync (#26479) 2023-08-13 21:17:21 +02:00
v1_16
v1_17
v1_18
v1_19
v1_20
v1_21 Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479) 2024-11-13 10:26:37 +08:00
v1_22 Fix the possible migration failure on 286 with postgres 16 (#31209) (#31218) 2024-06-02 10:19:30 +03:00
v1_23 Rename migration package name for 1.22-rc1 (#30730) 2024-04-27 14:02:07 +00:00
migrations.go Rename migration package name for 1.22-rc1 (#30730) 2024-04-27 14:02:07 +00:00