forgejo/services
Gusted cafd19c1a3
Replace sync.Map with normal maps ()
* Replace `sync.Map` with normal maps

- These maps aren't being used in any kind of concurrent read/write and
thus don't need `sync.Map` and can instead use normal maps.
- Special thanks to dachary.
- Added in: https://github.com/go-gitea/gitea/pull/6290

* Remove unannounced feature
2022-02-03 21:18:18 +02:00
..
agit Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
asymkey Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
attachment Simplify parameter types () 2021-12-20 04:41:31 +00:00
auth Use ImagedProvider for gplus oauth2 provider () 2022-02-01 01:02:56 +01:00
comments format with gofumpt () 2022-01-20 18:46:10 +01:00
cron format with gofumpt () 2022-01-20 18:46:10 +01:00
externalaccount Refactor auth package () 2022-01-02 21:12:35 +08:00
forms Add packagist webhook () 2022-01-23 21:46:30 +08:00
gitdiff Fix partial cloning a repo () 2022-01-23 22:19:32 +01:00
issue format with gofumpt () 2022-01-20 18:46:10 +01:00
lfs Refactor jwt.StandardClaims to RegisteredClaims () 2022-01-20 22:52:56 +01:00
mailer Pause queues () 2022-01-22 21:22:14 +00:00
migrations Replace sync.Map with normal maps () 2022-02-03 21:18:18 +02:00
mirror Pause queues () 2022-01-22 21:22:14 +00:00
org Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
pull Detect conflicts with 3way merge () 2022-02-02 12:46:10 +08:00
release format with gofumpt () 2022-01-20 18:46:10 +01:00
repository Pause queues () 2022-01-22 21:22:14 +00:00
task Pause queues () 2022-01-22 21:22:14 +00:00
user Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00
webhook Add packagist webhook () 2022-01-23 21:46:30 +08:00
wiki Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00