gitea/routers/api/v1
zeripath bb0ff77e46
Share HTML template renderers and create a watcher framework (#20218)
The recovery, API, Web and package frameworks all create their own HTML
Renderers. This increases the memory requirements of Gitea
unnecessarily with duplicate templates being kept in memory.

Further the reloading framework in dev mode for these involves locking
and recompiling all of the templates on each load. This will potentially
hide concurrency issues and it is inefficient.

This PR stores the templates renderer in the context and stores this
context in the NormalRoutes, it then creates a fsnotify.Watcher
framework to watch files.

The watching framework is then extended to the mailer templates which
were previously not being reloaded in dev.

Then the locales are simplified to a similar structure.

Fix #20210 
Fix #20211
Fix #20217

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-08-28 10:43:25 +01:00
..
activitypub Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
admin Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
misc Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
notify Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
org Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
packages Add support for Pub packages (#20560) 2022-08-07 18:09:54 +08:00
repo Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
settings Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
swagger Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
user Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
utils refactor webhook *NewPost (#20729) 2022-08-11 17:48:23 +02:00
api.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
auth.go Remove legacy `+build:` constraint (#19582) 2022-05-02 23:22:45 +08:00
auth_windows.go Let web and API routes have different auth methods group (#19168) 2022-03-28 12:46:28 +08:00