You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/unit
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.
1 year ago
..
unit.go Improve LoadUnitConfig to handle invalid or duplicate units (#23736) 1 year ago
unit_test.go Improve LoadUnitConfig to handle invalid or duplicate units (#23736) 1 year ago