0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-19 18:30:27 +01:00
forgejo/modules
6543 d3d70198b0
migrate some more "OptionalBool" to "Option[bool]" ()
just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]**

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
(cherry picked from commit f6656181e4a07d6c415927220efa2077d509f7c6)

Conflicts:
	models/repo/repo_list_test.go
	trivial shared fixture count conflicts
2024-03-06 12:10:44 +08:00
..
actions Fix workflow trigger event bugs () 2024-03-06 12:10:44 +08:00
activitypub
analyze
assetfs Use Set[Type] instead of map[Type]bool/struct{}. () 2023-08-30 06:55:25 +00:00
auth
avatar
base [FEAT] Show follow symlink button 2024-03-02 17:58:09 +01:00
cache
charset
container
csv
emoji
eventsource
generate
git [FEAT] Show follow symlink button 2024-03-02 17:58:09 +01:00
gitgraph
gitrepo
graceful
hcaptcha
highlight Add option to disable ambiguous unicode characters detection () 2023-12-17 14:38:54 +00:00
hostmatcher Support allowed hosts for webhook to work with proxy () 2023-10-18 09:44:36 +00:00
html
httpcache
httplib
indexer migrate some more "OptionalBool" to "Option[bool]" () 2024-03-06 12:10:44 +08:00
issue/template
json
label
lfs [GITEA] Drop sha256-simd in favor of stdlib 2024-02-05 16:09:40 +01:00
log Reduce some allocations in type conversion () 2023-08-29 00:43:16 +08:00
markup
mcaptcha Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
metrics Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
migration
nosql
optional migrate some more "OptionalBool" to "Option[bool]" () 2024-03-06 12:10:44 +08:00
options
packages
paginator
pprof
private
process
proxy
proxyprotocol
public
queue
recaptcha
references Allow 's in mentions 2024-02-27 18:26:59 +00:00
regexplru Upgrade go dependencies () 2023-07-14 11:00:31 +08:00
repository Move generate from module to service () 2024-03-06 12:10:44 +08:00
secret
session
setting Merge pull request 'Disabling Stars should disable the routes too' () from algernon/forgejo:stars/disable-routes into forgejo 2024-02-27 21:24:25 +00:00
sitemap
ssh
storage
structs Allow instance-wide disabling of forking 2024-02-25 12:00:17 +01:00
svg
sync
system Replace more db.DefaultContext () 2023-10-15 17:46:06 +02:00
templates Fix mail template error () 2024-03-06 12:10:43 +08:00
test
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker
uri
user
util migrate some more "OptionalBool" to "Option[bool]" () 2024-03-06 12:10:44 +08:00
validation
web
webhook