forgejo/modules/doctor
wxiaoguang 50a72e7a83
Use a general approach to access custom/static/builtin assets (#24022)
The idea is to use a Layered Asset File-system (modules/assetfs/layered.go)

For example: when there are 2 layers: "custom", "builtin", when access
to asset "my/page.tmpl", the Layered Asset File-system will first try to
use "custom" assets, if not found, then use "builtin" assets.

This approach will hugely simplify a lot of code, make them testable.

Other changes:

* Simplify the AssetsHandlerFunc code
* Simplify the `gitea embedded` sub-command code

---------

Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-04-12 18:16:45 +08:00
..
authorizedkeys.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
breaking.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
checkOldArchives.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
dbconsistency.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
dbversion.go Support disabling database auto migration (#22053) 2022-12-07 09:58:31 -06:00
doctor.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
fix16961.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
fix16961_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
heads.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
lfs.go Add cron method to gc LFS MetaObjects (#22385) 2023-01-16 13:50:53 -06:00
mergebase.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
misc.go Rename repo.GetOwner to repo.LoadOwner (#22967) 2023-02-18 20:11:03 +08:00
paths.go Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00
storage.go Check LFS/Packages settings in dump and doctor command (#23631) 2023-03-23 20:30:28 +08:00
usertype.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00