gotosocial/internal/cache
Markus Unterwaditzer 275a3f8636 [chore] Upgrade golangci-lint, ignore existing int overflow warnings
There is a new lint for unchecked int casts. Integer overflows are bad,
but the old code that triggers this lint seems to be perfectly fine.
Instead of disabling the lint entirely for new code as well, grandfather
in existing code.
2024-10-12 10:30:08 +02:00
..
domain [chore] Upgrade golangci-lint, ignore existing int overflow warnings 2024-10-12 10:30:08 +02:00
headerfilter [feature] request blocking by http headers (#2409) 2023-12-18 14:18:25 +00:00
cache.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
db.go [chore] local instance count query caching, improved status context endpoint logging, don't log ErrHideStatus when timelining (#3330) 2024-09-23 11:53:42 +00:00
invalidate.go [chore] local instance count query caching, improved status context endpoint logging, don't log ErrHideStatus when timelining (#3330) 2024-09-23 11:53:42 +00:00
size.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
util.go [bugfix] visibility after implicit approval not getting invalidated (#3370) 2024-09-28 22:47:46 +02:00
visibility.go [bugfix] visibility after implicit approval not getting invalidated (#3370) 2024-09-28 22:47:46 +02:00
wrappers.go [feature] Conversations API (#3013) 2024-07-23 20:44:31 +01:00