1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-27 11:26:22 -07:00
gochan/pkg/gcsql
2025-04-22 17:03:52 -07:00
..
initsql Add spoilered column and migration, update tests in gctemplates to use goquery to not have to test against really big strings 2025-04-13 01:18:55 -07: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 Refactor thread and post data structures to include IsSpoilered and update related queries and templates (still a WIP) 2025-04-21 17:10:42 -07:00
connect.go Add docker compose file for sqlite3 DB 2024-11-07 12:11:47 -08:00
database.go Replace parsed gochan version type with constant string and DB version passed by parameter with constant int 2025-04-22 17:03:52 -07: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 Refactor thread and post data structures to include IsSpoilered and update related queries and templates (still a WIP) 2025-04-21 17:10:42 -07:00
posts_test.go Replace parsed gochan version type with constant string and DB version passed by parameter with constant int 2025-04-22 17:03:52 -07:00
provisioning.go Replace parsed gochan version type with constant string and DB version passed by parameter with constant int 2025-04-22 17:03:52 -07:00
provisioning_test.go Replace parsed gochan version type with constant string and DB version passed by parameter with constant int 2025-04-22 17:03:52 -07:00
reports.go Add text formatting classes and update report handling logic to dismissing in bulk 2025-03-28 21:55:15 -07:00
sections.go Add future-proof functions using struct for context, tx, etc 2025-02-05 17:32:10 -08:00
setup_test.go update expected table creation statements 2025-04-20 15:02:05 -07:00
staff.go Merge branch 'master' into staff-rank-update 2025-02-24 17:28:09 -08:00
tables.go Refactor thread and post data structures to include IsSpoilered and update related queries and templates (still a WIP) 2025-04-21 17:10:42 -07:00
threads.go Refactor thread and post data structures to include IsSpoilered and update related queries and templates (still a WIP) 2025-04-21 17:10:42 -07:00
uploads.go Exclude embed entries from the list of thread files retrieved 2025-04-05 22:00:09 -07:00
util.go Make doesGochanPrefixTableExist public for use in migration, improve error handling for database version retrieval. 2025-04-20 14:48:56 -07: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