Carlos Solís csolisr · he/him
csolisr pushed to main at csolisr/public-scripts 2025-02-11 08:55:16 -06:00
b6a26f8c14 fix: Add even more fixes to the lockfile system, document and add more command-line parameters, fix typos
4df778f481 fix: Add missing deletion of old table content
cd2f428d63 fix: Correct some size comparison fallbacks, use a unique file name for temporary files
Compare 3 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-10 16:36:43 -06:00
77ee069d90 fix: Correct the final loop and other missing issues
csolisr pushed to main at csolisr/public-scripts 2025-02-10 15:57:52 -06:00
f5e8ff1091 fix: Correct SQL syntax
faca580191 fix: Correct the loop, once again
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-10 15:26:47 -06:00
49f72dc86b fix: Correct the typing of the comparison from integer to string
csolisr pushed to main at csolisr/public-scripts 2025-02-10 14:47:49 -06:00
6de5f4674f feat: Speed things up a bit
csolisr pushed to main at csolisr/public-scripts 2025-02-10 14:43:50 -06:00
c2f3ea7acf fix: Correct some typos and unneeded comparisons
csolisr pushed to main at csolisr/public-scripts 2025-02-10 14:28:28 -06:00
bbc5bc6f33 fix: Correct the loop behavior yet again
csolisr pushed to main at csolisr/public-scripts 2025-02-10 12:37:22 -06:00
5057478a6f fix: Correct the loop condition and the final clearance
csolisr pushed to main at csolisr/public-scripts 2025-02-10 12:04:13 -06:00
28b706af4e fix: Correct the lockfiles, again
csolisr pushed to main at csolisr/public-scripts 2025-02-10 11:49:41 -06:00
370305bf3b fix: Parameterize the database engine, remove more unneeded parallelism that could cause crashes on the database
aa9178c59a fix: Make the last pair of loops more efficient, add a cleaner for duplicate workerqueue jobs
b72f86f44f chore: Apply shfmt/shellcheck suggestions
Compare 3 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-10 09:55:42 -06:00
d0cbbecff8 fix: Correct the query for dbcount to be the same as the runtime one
csolisr pushed to main at csolisr/public-scripts 2025-02-10 09:44:33 -06:00
05c53d0a2a chore: Add the actual README
a031ea75b7 fix: Add missing deletion of AP and Diaspora contacts
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-10 09:15:56 -06:00
64442a97b3 fix: Improve the parsing of animated WebP files in case they're erased before testing
csolisr pushed to main at csolisr/public-scripts 2025-02-09 22:51:51 -06:00
4414225297 feat: Reset auto-increments
csolisr pushed to main at csolisr/public-scripts 2025-02-09 22:37:36 -06:00
bd24d3c3a6 chore: Include shfmt/shellcheck suggestions
csolisr pushed to main at csolisr/public-scripts 2025-02-09 22:35:58 -06:00
224c897b7d fix: Remove parallelism of some functions as they kept exceeding the number of threads available
8fb20a1d60 fix: Reset auto-increments after deleting fields
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-09 21:26:36 -06:00
0ac788c882 feat: Add parameter to reserve intensive optimizations
d989d762f1 fix: Correct loop behavior, add parameter to reserve intensive optimizations
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-09 18:32:24 -06:00
4924cd7933 fix: Correct issues with the loop
csolisr pushed to main at csolisr/public-scripts 2025-02-09 18:07:36 -06:00
69d1f07f84 fix: Improve the lockfile
csolisr pushed to main at csolisr/public-scripts 2025-02-09 17:30:01 -06:00
89d876a1fa fix: Add thread parallelism, optimize certain fetches even further