Commit Graph

  • d811ab18ac
    Merge 707bee5d41 into 16c1832793 kim 2024-05-13 10:23:33 +0000
  • 16c1832793
    [chore]: Bump github.com/gin-contrib/cors from 1.7.1 to 1.7.2 (#2912) main dependabot[bot] 2024-05-13 08:29:54 +0000
  • a6a9fbf26f
    Merge branch 'main' into dependabot/go_modules/github.com/gin-contrib/cors-1.7.2 kim 2024-05-13 08:07:31 +0000
  • f817f96596
    [chore]: Bump github.com/gin-contrib/sessions from 1.0.0 to 1.0.1 (#2916) dependabot[bot] 2024-05-13 08:07:17 +0000
  • 1ba9601472
    [chore]: Bump golang.org/x/crypto from 0.22.0 to 0.23.0 (#2915) dependabot[bot] 2024-05-13 08:06:51 +0000
  • 96eea416f3
    [chore]: Bump golang.org/x/net from 0.24.0 to 0.25.0 (#2914) dependabot[bot] 2024-05-13 08:06:30 +0000
  • c06e6fb656
    [performance] update go-structr and go-mutexes with memory usage improvements (#2909) kim 2024-05-13 08:05:46 +0000
  • 45156af7fa
    [chore]: Bump github.com/gin-contrib/sessions from 1.0.0 to 1.0.1 dependabot[bot] 2024-05-13 06:12:08 +0000
  • 0f9c8728b6
    [chore]: Bump golang.org/x/crypto from 0.22.0 to 0.23.0 dependabot[bot] 2024-05-13 06:12:01 +0000
  • 244fc4f6ba
    [chore]: Bump golang.org/x/net from 0.24.0 to 0.25.0 dependabot[bot] 2024-05-13 06:11:52 +0000
  • b2017651bd
    [chore]: Bump codeberg.org/gruf/go-mutexes from 1.4.1 to 1.5.0 dependabot[bot] 2024-05-13 06:11:43 +0000
  • 2eba956914
    [chore]: Bump github.com/gin-contrib/cors from 1.7.1 to 1.7.2 dependabot[bot] 2024-05-13 06:11:31 +0000
  • 35a6cb4f66 bump to go-structr v0.8.4 kim 2024-05-12 20:26:05 +0100
  • 578a4e0cf5
    [bugfix] Reset emoji fields on upload error (#2905) tobi 2024-05-07 19:48:12 +0200
  • 505af76bae [bugfix] Reset emoji fields on upload error tobi 2024-05-07 19:22:16 +0200
  • cc1f23ad79 update go-structr and go-mutexes with memory usage improvements kim 2024-05-07 14:59:45 +0100
  • f24ce34c3a
    bump modernc.org/sqlite v1.29.8 -> v1.29.9 (concurrency workaround) (#2906) kim 2024-05-07 13:52:37 +0000
  • b7dc94e795
    Merge 0f486ebb59 into f456bd3401 kim 2024-05-06 18:04:13 -0400
  • f456bd3401
    update the total ratios calculation to include ALL caches (previously was missing a few!) (#2907) kim 2024-05-06 21:29:31 +0000
  • a5df810bda update the total ratios calculation to include ALL caches (previously was missing a few!) kim 2024-05-06 22:04:11 +0100
  • 0f486ebb59 on busy errors return bad conn to signal retry kim 2024-05-06 21:57:35 +0100
  • 70d994f800 fix remaining tests kim 2024-05-06 21:41:07 +0100
  • 21dc198126 bump modernc.org/sqlite v1.29.8 -> v1.29.9 (concurrency workaround) kim 2024-05-06 21:30:12 +0100
  • cc5cb79f66 on busy errors return bad conn to signal retry kim 2024-05-06 21:21:52 +0100
  • 73e4ef4a8b don't use timeout context on close kim 2024-05-05 23:06:43 +0100
  • fb71073726 update to ncruces/go-sqlite3 v0.15.0 kim 2024-05-01 21:22:35 +0100
  • 85558f7419 add '/' prefix to in-memory uuid addr kim 2024-05-01 21:13:23 +0100
  • 67588d6fc2 fix tests now that db is properly closed in test teardown kim 2024-04-23 15:07:21 +0100
  • 1c68f042f8 fix broken test after fixing db teardown to close conn kim 2024-04-23 14:56:54 +0100
  • 6887003d57 remove unused code kim 2024-04-23 14:56:38 +0100
  • 402f8b37a1 ensure the database gets closed on standarddbteardown kim 2024-04-23 14:44:38 +0100
  • 4466e0fee0 update test configuration setting to ensure no settings linger kim 2024-04-23 14:35:27 +0100
  • 4312b00942 unset set-x kim 2024-04-23 14:26:28 +0100
  • 08a6ff55ab make run-postgres compatible with podman kim 2024-04-23 14:25:38 +0100
  • 7719768130 update postgres test script to support docker or podman kim 2024-04-23 13:28:00 +0100
  • 097672859a move postgres driver into separate subpkg kim 2024-04-23 13:24:30 +0100
  • 2301fb45aa small changes kim 2024-04-23 13:20:22 +0100
  • e9a2af739f move sqlite driver into separate package, make wasm sqlite3 build build-taggable kim 2024-04-22 15:00:47 +0100
  • ea4c9b08ac fix imports kim 2024-04-18 23:23:21 +0100
  • 7c2beb8741 remove unused code kim 2024-04-18 23:03:21 +0100
  • 06ecc1ec1e remove unneeded type kim 2024-04-18 23:01:26 +0100
  • 07a1afe594 add comments to imports, remove unneeded ctx from SQLiteRows{} kim 2024-04-18 21:42:03 +0100
  • 97b20b8136 re-enable txlock immediate kim 2024-04-18 14:00:52 +0100
  • 18af23206e try removing our own retryBusy handler to rely on in-built busy-timeout-handler kim 2024-04-18 13:48:35 +0100
  • 2b45e17981 bump on-close analysis limit back up to 1000, timeout should prevent long-running kim 2024-04-18 13:02:53 +0100
  • ea943a7983 set busy timeout, don't add querycontext to SQLiteConn{}, pass through ExecerContext kim 2024-04-18 12:49:16 +0100
  • a6c753e370 don't bother releasing memory, it's not helping :( kim 2024-04-18 12:19:46 +0100
  • ebc082aed3 log optimize on close errors kim 2024-04-18 12:10:04 +0100
  • 848b611bf3 unset interrupt BEFORE closing connection kim 2024-04-18 12:05:06 +0100
  • f0d6306011 use timeout context on close kim 2024-04-18 11:59:31 +0100
  • bb7413ca21 release memory on close, return close error kim 2024-04-18 11:41:07 +0100
  • abcdec3196 some small tweaks kim 2024-04-17 16:08:47 +0100
  • d04d4f2378 try out using wasm sqlite instead of modernc.org/sqlite kim 2024-04-16 22:54:41 +0100
  • 3554991444
    update go-structr -> v0.8.2 which includes some minor memory usage improvements (#2904) kim 2024-05-06 19:44:22 +0000
  • 707bee5d41 fix WholeWord nil check kim 2024-05-06 15:37:28 +0100
  • f873b6f5bf update go-structr -> v0.8.2 which includes some minor memory usage improvements kim 2024-05-06 14:03:24 +0100
  • 16cd45586f formatting kim 2024-05-06 13:42:40 +0100
  • 83768a9ed9 add caching of filterkeyword regular expressions kim 2024-05-06 13:39:51 +0100
  • 45f4afe60e
    feature: filters v2 server-side warning/hiding (#2793) Vyr Cossont 2024-05-06 04:49:08 -0700
  • a0d066844f
    [chore]: Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#2900) dependabot[bot] 2024-05-06 11:14:04 +0000
  • 2d9f293413
    [chore]: Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 dependabot[bot] 2024-05-06 08:52:32 +0000
  • 8237e8d09e
    [chore]: Bump codeberg.org/gruf/go-structr from 0.7.0 to 0.8.0 (#2902) dependabot[bot] 2024-05-06 08:51:06 +0000
  • a5f28fe0c9
    [chore]: Bump github.com/gin-contrib/gzip from 1.0.0 to 1.0.1 (#2899) dependabot[bot] 2024-05-06 08:50:47 +0000
  • c98ec6f89d
    [chore]: Bump golang.org/x/image from 0.15.0 to 0.16.0 (#2898) dependabot[bot] 2024-05-06 08:50:03 +0000
  • 72eeceb55e
    [chore]: Bump codeberg.org/gruf/go-structr from 0.7.0 to 0.8.0 dependabot[bot] 2024-05-06 06:38:31 +0000
  • 7b3e5cd768
    [chore]: Bump golang.org/x/text from 0.14.0 to 0.15.0 dependabot[bot] 2024-05-06 06:38:16 +0000
  • b558082e8d
    [chore]: Bump github.com/gin-contrib/gzip from 1.0.0 to 1.0.1 dependabot[bot] 2024-05-06 06:37:53 +0000
  • 032fe57f0c
    [chore]: Bump golang.org/x/image from 0.15.0 to 0.16.0 dependabot[bot] 2024-05-06 06:37:22 +0000
  • d3f6960ba0
    close + drain body if response body is too large (#2897) kim 2024-05-05 15:43:38 +0000
  • 207c65f321 close + drain body if response body is too large kim 2024-05-05 13:54:04 +0100
  • 6171dcbe51
    [feature] Add HTTP header permission section to frontend (#2893) tobi 2024-05-05 13:47:22 +0200
  • c60d690ee2 tweak naming a bit tobi 2024-05-05 13:26:21 +0200
  • 29865d0253 [feature] Add HTTP header filter section to frontend tobi 2024-05-04 21:53:11 +0200
  • 9ca82930ef Add apimodel.FilterActionNone Vyr Cossont 2024-05-02 09:09:44 -0700
  • 35b1c54bde
    [frontend] Do optimistic update when approving/rejecting/suspending account (#2892) tobi 2024-05-02 17:57:53 +0200
  • ef20a4e9a1 Address review comments Vyr Cossont 2024-05-02 08:57:43 -0700
  • 6bc4016d73 [frontend] Do optimistic update when approving/rejecting/suspending account tobi 2024-05-02 17:38:03 +0200
  • 3f6ecd1c8b swaggerino docseroni tobi 2024-05-02 16:35:55 +0200
  • 02f2147d51 Merge branch 'main' into filters-v2 tobi 2024-05-02 16:32:04 +0200
  • a840f4d49d
    add missing caches to the main cache sweep command (#2891) kim 2024-05-02 14:09:59 +0100
  • ebec95a522
    [bugfix] Lock when checking/creating notifs to avoid race (#2890) tobi 2024-05-02 14:43:00 +0200
  • fc69f30428 add missing caches to the main cache sweep command kim 2024-05-02 13:29:26 +0100
  • 45532cbeae test notif spam tobi 2024-05-02 13:49:45 +0200
  • e586ded7a8 [bugfix] Lock when checking/creating notifs to avoid race tobi 2024-05-02 13:09:17 +0200
  • 725a21b027
    [feature] Page through accounts as moderator (#2881) tobi 2024-05-01 15:11:22 +0200
  • 1edcb06afe
    [bugfix] Tidy up remaining references to workers in cmd (#2889) tobi 2024-05-01 13:55:00 +0200
  • 9c0c1329ab [bugfix] Tidy up remaining references to workers in cmd tobi 2024-05-01 13:37:45 +0200
  • 2300d5e73b
    [bugfix] function queue memory pools limitlessly grow (#2882) kim 2024-05-01 12:30:43 +0100
  • eb61c783ed
    [bugfix] flaky paging test (#2888) kim 2024-05-01 12:29:42 +0100
  • 3583d8869a generate random indices / params that test more accurately kim 2024-05-01 11:47:47 +0100
  • c40ae3a770 don't show moderation / info for our instance acct tobi 2024-05-01 11:59:46 +0200
  • 61c139934c fix typo, test paging up tobi 2024-05-01 11:02:56 +0200
  • 39e1c77312 use COLLATE "C" for Postgres to ensure same ordering as SQLite tobi 2024-05-01 10:41:01 +0200
  • 7910e83183 aaaaa tobi 2024-04-30 18:56:21 +0200
  • e28b05bb2e [feature] Page through accounts as moderator tobi 2024-04-30 16:27:41 +0200
  • a8254a40e7
    [bugfix] further paging mishaps (#2884) kim 2024-04-30 15:22:23 +0100
  • ec7c983e46
    [bugfix] retry on http 500 errors *inclusive* (#2886) kim 2024-04-30 15:18:32 +0100
  • ec334ece20
    [chore] include attemptno in httpclient logs (#2887) kim 2024-04-30 15:15:50 +0100
  • cc2cc36b41 fix up paging tests tobi 2024-04-30 16:14:42 +0200
  • 56cefa6c96 slightly nicer attempt number formatting kim 2024-04-30 11:32:04 +0100