1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-19 08:26:23 -07:00
gochan/pkg/gcsql
2025-03-15 21:33:25 -07:00
..
initsql Refactor, replace use of interface{} with any, fix register_handler args not being usd 2025-02-09 15:54:33 -08:00
appeals.go Use contexts with timeout for appeals and wordfilters 2024-05-30 11:09:24 -07:00
appeals_test.go Add public function for creating sqlmock-based tests in other packages 2024-04-01 11:27:41 -07:00
bans.go Add future-proof functions using struct for context, tx, etc 2025-02-05 17:32:10 -08:00
boards.go Use CookieMaxAge when making a post 2025-03-03 20:58:05 -08:00
connect.go Add docker compose file for sqlite3 DB 2024-11-07 12:11:47 -08:00
database.go Add future-proof functions using struct for context, tx, etc 2025-02-05 17:32:10 -08:00
filterhandlers.go refactor: unused parameter should be replaced by underscore 2025-02-19 03:57:55 +00:00
filters.go Split filter migration back into their own methods and separate transactions 2024-10-13 21:47:12 -07:00
filters_test.go Clean up MakePost 2024-09-07 23:42:22 -07:00
lua.go Rename all preload.go to lua.go and preload_test.go to lua_test.go 2025-02-09 12:47:37 -08:00
open_test.go Add public function to gcsql for SQL mock access 2024-05-31 14:43:35 -07:00
posts.go Add future-proof functions using struct for context, tx, etc 2025-02-05 17:32:10 -08:00
posts_test.go Add some post tests 2025-01-12 21:30:23 -08:00
provisioning.go Use fmt.Errorf and %w for unwrappable errors 2025-01-10 17:33:19 -08:00
provisioning_test.go Update versions for v4 release 2024-10-13 23:18:29 -07:00
reports.go Refactor, replace use of interface{} with any, fix register_handler args not being usd 2025-02-09 15:54:33 -08:00
sections.go Add future-proof functions using struct for context, tx, etc 2025-02-05 17:32:10 -08:00
setup_test.go Add future-proof functions using struct for context, tx, etc 2025-02-05 17:32:10 -08:00
staff.go Merge branch 'master' into staff-rank-update 2025-02-24 17:28:09 -08:00
tables.go Add more testing stuff, start splitting up embed matching and rendering 2025-03-15 21:33:25 -07:00
threads.go Fully refactor all (or at least most) uses of ExecSQL, QuerySQL, and QueryRowSQL, QueryContextSQL, etc with their replacement functions 2025-02-05 23:32:12 -08:00
uploads.go Add more testing stuff, start splitting up embed matching and rendering 2025-03-15 21:33:25 -07:00
util.go Fully refactor all (or at least most) uses of ExecSQL, QuerySQL, and QueryRowSQL, QueryContextSQL, etc with their replacement functions 2025-02-05 23:32:12 -08:00
util_test.go Fix changes suggested by sqlclosecheck 2024-05-24 16:10:07 -07:00
views.go Reset views on gochan startup 2024-10-18 13:05:37 -07:00
wordfilters.go Apply suggestions made by DeepSource 2024-08-30 23:08:01 -07:00