Commit Graph

19 Commits

Author SHA1 Message Date
891dbd791a Limit cells in mod files to Skyrim worldspace cells 2022-02-06 23:11:03 -05:00
240349cf1a Add option for generating a mod search index for fuse.js 2022-01-24 23:20:51 -05:00
4875d2d764 Use LEFT OUTER JOIN to not skip mods in the dump 2022-01-24 22:46:23 -05:00
0c3d85d697 More efficient batched_get_with_cells 2022-01-24 22:33:50 -05:00
4a8e3cad6c Add option for generating mod files 2022-01-24 01:24:15 -05:00
e7fe7abfb7 Set columns to not null, remove backfill code 2022-01-18 21:50:09 -05:00
d48e2fdb5f Add option to temporarily backfill mod data 2022-01-18 20:54:50 -05:00
b97689b7fd Scrape additional fields to mod table 2022-01-17 23:37:58 -05:00
804fac4eea Start processing mod updates 2021-09-05 16:02:16 -04:00
Tyler Hallada
ba6ca0c928 Fix clippy lints, add 7z fallback for failed unrar 2021-08-14 11:43:09 -06:00
Tyler Hallada
6136ac18fa Make mod category nullable 2021-08-08 19:14:23 -06:00
fc5a9d39c2 Add timestamp to mods for some resumability 2021-07-29 00:50:42 -04:00
5d62fb7d61 Fix plugin listing for rar files, temporary backfil shim
`main` is just backfilling the eixsting bad rar files in the db. I will return script to normal once it's run.
2021-07-26 01:16:43 -04:00
e534447310 Simplify bulk_get_present_nexus_mod_ids query 2021-07-22 00:13:20 -04:00
f337917c99 Batch insert mods, add lifetimes to batch inserts
Using `&str`s prevents unneeded cloning everywhere, but unfortunately it doesn't work with the sqlx macros.
2021-07-21 23:20:51 -04:00
04773954f9 Remove backfill, add bulk get game_mod method 2021-07-21 22:25:45 -04:00
b609e7059a Log spans, track size & undownloadable files 2021-07-11 22:49:29 -04:00
792e78391c Replace dbg macros with tracing events 2021-07-11 19:45:26 -04:00
19350081c3 Move SQL stuff into separate models module 2021-07-08 21:19:16 -04:00