Gusted
1bd8eab96d
[BRANDING] Use `forgejo` binary name
...
- Use `forgejo` binary name for migration suggestions.
- Resolves https://codeberg.org/forgejo/forgejo/issues/869#issuecomment-944501
(cherry picked from commit 418a0bed8f
)
(cherry picked from commit 734579ce9b
)
(cherry picked from commit 34bce5be19
)
(cherry picked from commit 9c788a6ec0
)
(cherry picked from commit 6cabe32311
)
(cherry picked from commit eba83a2440
)
(cherry picked from commit 271c4586b2
)
(cherry picked from commit 60883a4d68
)
(cherry picked from commit ec1f866ccb
)
(cherry picked from commit 3689fbe53c
)
(cherry picked from commit 8019b115b6
)
(cherry picked from commit 0d565d655b
)
(cherry picked from commit b3f72a1e11
)
2023-09-11 17:59:19 +02:00
Jason Song
0a85537c79
Support disabling database auto migration ( #22053 )
...
Gitea will migrate the database model version automatically, but it
should be able to be disabled and keep Gitea shutdown if the version is
not matched.
2022-12-07 09:58:31 -06:00
flynnnnnnnnnn
e81ccc406b
Implement FSFE REUSE for golang files ( #21840 )
...
Change all license headers to comply with REUSE specification.
Fix #16132
Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2022-11-27 18:20:29 +00:00
Lunny Xiao
63c0dc89ef
Rename db Engines related functions ( #17481 )
...
* Rename db Engines related functions
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2021-10-30 22:32:11 +08:00
Lunny Xiao
a4bfef265d
Move db related basic functions to models/db ( #17075 )
...
* Move db related basic functions to models/db
* Fix lint
* Fix lint
* Fix test
* Fix lint
* Fix lint
* revert unnecessary change
* Fix test
* Fix wrong replace string
* Use *Context
* Correct committer spelling and fix wrong replaced words
Co-authored-by: zeripath <art27@cantab.net>
2021-09-19 19:49:59 +08:00
Lunny Xiao
1bfb0a24d8
Refactor routers directory ( #15800 )
...
* refactor routers directory
* move func used for web and api to common
* make corsHandler a function to prohibit side efects
* rm unused func
Co-authored-by: 6543 <6543@obermui.de>
2021-06-09 01:33:54 +02:00