Commit Graph

  • a276b1ca06
    [feature/frontend] Let admins send test email to validate SMTP config (#2934) tobi 2024-05-27 19:03:54 +0200
  • 525c64f5d9 wee tobi 2024-05-27 18:30:29 +0200
  • 4872832026 [feature/frontend] Let admins send test email to validate SMTP config tobi 2024-05-27 18:24:24 +0200
  • 1e7b32490d
    [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) kim 2024-05-27 15:46:15 +0000
  • a9d9058c75 remove unused unsafe import in testrig/config kim 2024-05-27 14:59:52 +0100
  • cce21c11cb
    [chore] Small styling + link issues (#2933) tobi 2024-05-27 12:37:14 +0200
  • 5bee30d60c
    [chore] Fix report email link (#2932) tobi 2024-05-27 12:27:49 +0200
  • 939facb448 [chore] Small styling + link issues tobi 2024-05-27 12:27:03 +0200
  • c694dced33 [chore] Fix report email link tobi 2024-05-27 12:12:38 +0200
  • d96cca60a1
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.25 to 2.20.32 (#2927) dependabot[bot] 2024-05-27 09:36:09 +0000
  • 0a18c0d802
    [chore]: Bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 (#2929) dependabot[bot] 2024-05-27 09:35:41 +0000
  • 3724db29f0
    [chore]: Bump go.opentelemetry.io/otel/trace from 1.26.0 to 1.27.0 dependabot[bot] 2024-05-27 06:14:52 +0000
  • b7532d7f69
    [chore]: Bump go.opentelemetry.io/otel/sdk from 1.26.0 to 1.27.0 dependabot[bot] 2024-05-27 06:14:42 +0000
  • aa8dd36766
    [chore]: Bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 dependabot[bot] 2024-05-27 06:14:32 +0000
  • e1e9ed7e5d
    [chore]: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependabot[bot] 2024-05-27 06:14:24 +0000
  • 47464900b6
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.25 to 2.20.32 dependabot[bot] 2024-05-27 06:14:08 +0000
  • 0b284fe0b0 bump to ncruces/go-sqlite3 v0.16.0 kim 2024-05-24 12:13:11 +0100
  • a3f70fe7d2 Implement profile API Vyr Cossont 2024-05-22 15:26:56 -0700
  • 2edda5ce95 Fix lint and tests Vyr Cossont 2024-05-22 11:33:02 -0700
  • dd0531a240 don't InitTestConfig() during testrig package init func kim 2024-05-22 17:12:53 +0100
  • 147a1fd99d on busy errors return bad conn to signal retry kim 2024-05-06 21:57:35 +0100
  • 93a6874428 fix remaining tests kim 2024-05-06 21:41:07 +0100
  • 40c271f208 on busy errors return bad conn to signal retry kim 2024-05-06 21:21:52 +0100
  • 9ae91a1d4d don't use timeout context on close kim 2024-05-05 23:06:43 +0100
  • 01a90ab3bb update to ncruces/go-sqlite3 v0.15.0 kim 2024-05-01 21:22:35 +0100
  • c5dc7e9fb7 add '/' prefix to in-memory uuid addr kim 2024-05-01 21:13:23 +0100
  • 447dce3bc5 fix tests now that db is properly closed in test teardown kim 2024-04-23 15:07:21 +0100
  • 18fcbcdc4d fix broken test after fixing db teardown to close conn kim 2024-04-23 14:56:54 +0100
  • 767350e75b remove unused code kim 2024-04-23 14:56:38 +0100
  • 9204abe3e1 ensure the database gets closed on standarddbteardown kim 2024-04-23 14:44:38 +0100
  • a80ad76a03 update test configuration setting to ensure no settings linger kim 2024-04-23 14:35:27 +0100
  • 9c71737850 unset set-x kim 2024-04-23 14:26:28 +0100
  • 2bfa1fcf2f make run-postgres compatible with podman kim 2024-04-23 14:25:38 +0100
  • 3b62c6be51 update postgres test script to support docker or podman kim 2024-04-23 13:28:00 +0100
  • f2a3b30046 move postgres driver into separate subpkg kim 2024-04-23 13:24:30 +0100
  • 7d994fa9c6 small changes kim 2024-04-23 13:20:22 +0100
  • 3b7323e5eb move sqlite driver into separate package, make wasm sqlite3 build build-taggable kim 2024-04-22 15:00:47 +0100
  • 2fe6954a24 fix imports kim 2024-04-18 23:23:21 +0100
  • 3e08f28c01 remove unused code kim 2024-04-18 23:03:21 +0100
  • e1e34ee986 remove unneeded type kim 2024-04-18 23:01:26 +0100
  • a5d19bde38 add comments to imports, remove unneeded ctx from SQLiteRows{} kim 2024-04-18 21:42:03 +0100
  • 45fd2420d1 re-enable txlock immediate kim 2024-04-18 14:00:52 +0100
  • 6c30e55262 try removing our own retryBusy handler to rely on in-built busy-timeout-handler kim 2024-04-18 13:48:35 +0100
  • c6bb415051 bump on-close analysis limit back up to 1000, timeout should prevent long-running kim 2024-04-18 13:02:53 +0100
  • 6451850f2b set busy timeout, don't add querycontext to SQLiteConn{}, pass through ExecerContext kim 2024-04-18 12:49:16 +0100
  • a282a3586d don't bother releasing memory, it's not helping :( kim 2024-04-18 12:19:46 +0100
  • 069241463c log optimize on close errors kim 2024-04-18 12:10:04 +0100
  • fc79af93f7 unset interrupt BEFORE closing connection kim 2024-04-18 12:05:06 +0100
  • b93f7c3159 use timeout context on close kim 2024-04-18 11:59:31 +0100
  • b2a33cda11 release memory on close, return close error kim 2024-04-18 11:41:07 +0100
  • 36c9d7d206 some small tweaks kim 2024-04-17 16:08:47 +0100
  • b6589ff6b0 try out using wasm sqlite instead of modernc.org/sqlite kim 2024-04-16 22:54:41 +0100
  • 9c8bc48dca fix removal of setting db on state kim 2024-05-22 11:28:13 +0100
  • 7825437147 update variable name to fix nilptr kim 2024-05-22 11:23:25 +0100
  • 87a982b38e use testrig specific func kim 2024-05-22 11:20:51 +0100
  • adf059fbb2 make the same changes to the testrig server kim 2024-05-22 11:20:20 +0100
  • eeb12aea31 improved server shutdown with more precise shutdown of modules + deferring of ALL of it kim 2024-05-22 11:14:28 +0100
  • 3d3e99ae52
    [performance] update storage backend and make use of seek syscall when available (#2924) kim 2024-05-22 09:46:24 +0000
  • 2f8ee17c62 Implement v2 filter API Vyr Cossont 2024-05-07 22:14:14 -0700
  • 196877a133 update to use seek call in serveFileRange() kim 2024-05-21 15:24:23 +0100
  • 568777e8cd use fastcopy library to use memory pooled buffers when calling TempFileSeeker() kim 2024-05-21 15:14:08 +0100
  • cf29e6b1ac only use a temporary read seeker when decoding video if required (should only be S3 now) kim 2024-05-21 15:06:26 +0100
  • 0631f42033 update readme kim 2024-05-21 14:59:02 +0100
  • 4f3ac78772 bump to v0.1.1 (tis a simple no-logic change) kim 2024-05-21 14:57:40 +0100
  • c4e6d521d7 bump to actual release version kim 2024-05-21 14:39:45 +0100
  • 06b1e0173b
    --- (#2923) dependabot[bot] 2024-05-21 14:37:47 +0100
  • b532289eca set the exclusive bit when creating new files in disk config kim 2024-05-21 14:27:50 +0100
  • 1c838c90c0 add code comments kim 2024-05-21 14:24:47 +0100
  • 4073a6a6e0 remove test output 😇 kim 2024-05-21 14:13:11 +0100
  • f8012804cf pull in latest version from codeberg kim 2024-05-21 14:11:52 +0100
  • 4a7098aba4 update to use go-storage/ instead of go-store/v2/storage/ kim 2024-05-18 14:16:12 +0100
  • b092da6d28
    [performance] cache v2 filter keyword regular expressions (#2903) kim 2024-05-21 13:20:19 +0000
  • 54a1c6ad74
    --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... dependabot[bot] 2024-05-21 13:18:50 +0000
  • 6c0d93c6cb
    [chore] dependabot updates (#2922) kim 2024-05-21 13:17:22 +0000
  • e9a00ee5a8 Merge remote-tracking branch 'upstream/dependabot/go_modules/github.com/go-swagger/go-swagger-0.31.0' into chore/dependabot-updates kim 2024-05-21 14:00:35 +0100
  • 34ca036ef2 Merge remote-tracking branch 'upstream/dependabot/go_modules/github.com/tdewolff/minify/v2-2.20.24' into chore/dependabot-updates kim 2024-05-21 13:55:08 +0100
  • 91d138dd83 Merge remote-tracking branch 'upstream/dependabot/go_modules/github.com/prometheus/client_golang-1.19.1' into chore/dependabot-updates kim 2024-05-21 13:54:47 +0100
  • 4cb46992b0 Merge remote-tracking branch 'upstream/dependabot/go_modules/github.com/gin-gonic/gin-1.10.0' into chore/dependabot-updates kim 2024-05-21 13:54:20 +0100
  • 727b456a11 Merge remote-tracking branch 'upstream/dependabot/go_modules/github.com/KimMachineGun/automemlimit-0.6.1' into chore/dependabot-updates kim 2024-05-21 13:54:10 +0100
  • 93c22f93ab
    [chore]: Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 dependabot[bot] 2024-05-20 06:57:33 +0000
  • d14ccd58e6
    [chore]: Bump github.com/go-swagger/go-swagger dependabot[bot] 2024-05-20 06:57:24 +0000
  • e36c08266b
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.20 to 2.20.24 dependabot[bot] 2024-05-20 06:57:15 +0000
  • d5f6424f11
    [chore]: Bump github.com/KimMachineGun/automemlimit from 0.6.0 to 0.6.1 dependabot[bot] 2024-05-20 06:57:02 +0000
  • 26e515e276
    [chore]: Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.1 dependabot[bot] 2024-05-20 06:56:49 +0000
  • c2067c3247 Make it possible to specify filter keyword update columns per filter keyword Vyr Cossont 2024-05-07 14:26:27 -0700
  • 204303b731 Document keyword minimum requirement on filter API v1 Vyr Cossont 2024-05-07 13:17:42 -0700
  • df51cfcb0b Always check v1 filter API status codes in tests Vyr Cossont 2024-05-07 12:30:23 -0700
  • 2a3248214c Validate v1 filter phrase as filter title Vyr Cossont 2024-05-07 12:19:24 -0700
  • 7dc85782c0 Document filter v1 methods that can throw a 409 Vyr Cossont 2024-05-07 12:04:00 -0700
  • e8b8f7f2ca We support server-side filters now Vyr Cossont 2024-05-02 15:46:58 -0700
  • 754b9c186b Use correct entity name Vyr Cossont 2024-05-02 12:40:14 -0700
  • 16c1832793
    [chore]: Bump github.com/gin-contrib/cors from 1.7.1 to 1.7.2 (#2912) 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