1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 20:55:47 +00:00
gitea/routers/api/v1
Jason Song d67e40684f
Improve LoadUnitConfig to handle invalid or duplicate units (#23736)
The old code just parses an invalid key to `TypeInvalid` and uses it as
normal, and duplicate keys will be kept.

So this PR will ignore invalid key and log warning and also deduplicate
valid units.
2023-04-03 16:42:38 +08:00
..
activitypub Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
admin Add login name and source id for admin user searching API (#23376) 2023-03-15 19:53:01 +08:00
misc Editor preview support for external renderers (#23333) 2023-03-24 14:12:23 +08:00
notify Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00
org Improve LoadUnitConfig to handle invalid or duplicate units (#23736) 2023-04-03 16:42:38 +08:00
packages Add Swift package registry (#22404) 2023-03-13 15:28:39 -05:00
repo Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
settings Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
swagger Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
user Use context for RepositoryList.LoadAttributes (#23435) 2023-03-13 11:31:41 +00:00
utils Add user webhooks (#21563) 2023-03-10 08:28:32 -06:00
api.go Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
auth.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00