Carlos Solís csolisr · he/him
csolisr pushed to main at csolisr/public-scripts 2025-03-26 13:50:42 -06:00
d31dfd5d66 fix: Remove intensive tasks by default from scheduled maintenance
57779b538a feat: Allow the messages for the database cleaner to be silenced
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-03-11 09:58:14 -06:00
b6bc842221 feat: Add parameter to set amount of time to delete, add several optimizations and safeguards
csolisr pushed to main at csolisr/tradechat 2025-03-10 15:46:50 -06:00
ce5565a225 chore: Update dependencies
csolisr pushed to main at csolisr/public-scripts 2025-03-07 16:51:11 -06:00
6229d79089 feat: Split the run into batches for stability, add visible item counter
csolisr pushed to main at csolisr/public-scripts 2025-03-07 12:38:13 -06:00
ba0ae09fe6 fix: Use correct join for gserver
e51fbc72d4 fix: Remove parallel code for a single-item deletion; fix input ID parameter
70f5f2e9a0 feat: Move certain intensive optimizations to their corresponding section
Compare 3 commits »
csolisr pushed to main at csolisr/public-scripts 2025-03-06 09:32:02 -06:00
0c1a77a715 chore: Update README
99c50e5df3 feat: Improve the display of data for the large account finder
1162155b25 feat: Improve the output method for several scripts
e3d167b7de fix: Add script to delete specific contacts
Compare 4 commits »
csolisr pushed to main at csolisr/public-scripts 2025-03-05 15:05:37 -06:00
21803e6410 feat: Add script to detect accounts with the largest amount of posts
csolisr pushed to main at csolisr/public-scripts 2025-03-05 09:22:48 -06:00
78e26fce2d fix: Limit filter for worker queue selection to not-done items
94b6d9f996 feat: Improve data display, add switch for intensive optimizations
477637f7e4 fix: Correct the comparison displayed on diff
Compare 3 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-28 08:52:57 -06:00
eedc7f0472 fix: Correct parentheses in thread condition
csolisr pushed to main at csolisr/public-scripts 2025-02-28 08:50:34 -06:00
0ab935e412 fix: Reduce the amount of threads for background compression to delay system saturation
csolisr pushed to main at csolisr/public-scripts 2025-02-26 15:25:22 -06:00
569d903dea feat: Default cron tasks to intense optimizations
csolisr pushed to main at csolisr/public-scripts 2025-02-25 16:36:59 -06:00
9a3774c142 fix: Hide error handled later in the pipe
csolisr pushed to main at csolisr/public-scripts 2025-02-25 12:00:06 -06:00
63f8ba5c96 chore: Add shfmt/shellcheck suggestions
csolisr pushed to main at csolisr/public-scripts 2025-02-25 11:41:00 -06:00
5311b5af3a fix: Add the detector of GIF length to the storage compressor
csolisr pushed to main at csolisr/public-scripts 2025-02-24 11:08:03 -06:00
26cf9b132e chore: Add shfmt/shellcheck suggestions
csolisr pushed to main at csolisr/public-scripts 2025-02-24 11:04:18 -06:00
c0d998342d feat: Add a fifth parameter to disable the lockfile implementation
44da143777 fix: Align a displayed number
9e5680fa4e fix: Remove warning when file no longer exists, that is handled later by the code
714013927f feat: Display data for each deletion, remove a check that fails in some AP implementations
bb1a1c449a feat: Display data for each deletion, fix a condition
Compare 5 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-13 12:59:48 -06:00
e203b41209 fix: Correct the display where the loop is restarted from a given lastid
6bd794f4d2 Fix: Correct some queries, make the default limit per batch higher
d4ff1deadc feat: Add a display of how many rows are deleted per user, improve queries
Compare 3 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-12 15:41:11 -06:00
63c76c137a feat: Add temporary index to make searches faster
csolisr pushed to main at csolisr/public-scripts 2025-02-12 15:33:15 -06:00
b2427c2e75 feat: Detect MariaDB vs MySQL automatically; remove some optimizations causing locks; fix some checks
da644bf4c1 feat: Detect MariaDB vs MySQL automatically; add specific check for ActivityPub; fix some checks
337fb7c155 feat: Add the ability to remove spurious AddContact jobs; minor fixes
078dd7f335 feat: Detect MariaDB vs MySQL automatically
Compare 4 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-11 17:03:53 -06:00
a23f37dbd4 feat: Add the ability to continue from a given ID