Commit Graph

  • 4cdda3f944 feat: remove bcrypt and use a precompute hash Kharec 2025-11-21 16:11:08 +01:00
  • ff471cd5dd fix: loop Kharec 2025-11-21 15:39:08 +01:00
  • df5e67c7f3 feat: add idempotency tests Kharec 2025-11-21 15:34:08 +01:00
  • b2580d2380 feat: make seeding idempotente Kharec 2025-11-21 15:33:59 +01:00
  • 4749213bf0 feat: update test to accept randomized seed user identities Kharec 2025-11-21 15:26:29 +01:00
  • 6470425b96 feat: avoid unique constraint failures on repeat runs by randomizing seed identities Kharec 2025-11-21 15:26:05 +01:00
  • 14ae6f815b feat: update tests to verify clamping Kharec 2025-11-21 15:21:05 +01:00
  • 73083e4188 feat: check zero/negative value in seeding Kharec 2025-11-21 15:20:57 +01:00
  • c907c4812b feat: add tests covering negative values for the three flags Kharec 2025-11-21 14:56:09 +01:00
  • c7f30070c0 feat: reject negative/nonsensical flag values with a clear error instead of letting slice/channel allocations panic Kharec 2025-11-21 14:55:51 +01:00
  • 0dcd5fec51 fix: Makefile fuzz target to enumerate fuzz functions per package and run each individually Kharec 2025-11-21 14:30:37 +01:00
  • 96c054aa99 feat: add new parameter Kharec 2025-11-21 13:13:27 +01:00
  • bdd7766275 docs: update readme Kharec 2025-11-21 13:13:18 +01:00
  • 0b1241d371 docs: update readme Kharec 2025-11-21 13:11:47 +01:00
  • b300fc2f5e feat: new test for json output flag from config Kharec 2025-11-21 13:11:43 +01:00
  • f49bea4138 feat(config): read a flag in .env to set or not json output Kharec 2025-11-21 13:11:16 +01:00
  • 79e072fe6b feat(cli): read .env value to set or not the json output Kharec 2025-11-21 13:10:53 +01:00
  • 7fca1f78dc feat(cli): add a json output and tests Kharec 2025-11-21 12:59:36 +01:00
  • 30a2e88685 docs: update readme Kharec 2025-11-20 18:55:08 +01:00
  • 10f7220fb6 feat: install pg 18 Kharec 2025-11-20 18:55:05 +01:00
  • 08a934e388 feat: migrate to postgres 18 Kharec 2025-11-20 18:54:58 +01:00
  • 87dadfa4a8 feat: modernize loops Kharec 2025-11-19 13:13:51 +01:00
  • 53c76eee8b feat: modernize loop Kharec 2025-11-17 16:24:40 +01:00
  • 446915d5ee feat: modernize loop Kharec 2025-11-17 15:59:24 +01:00
  • dceb305ac7 feat: modernize statement using max() Kharec 2025-11-17 15:37:03 +01:00
  • e5b1f18beb docs: update readme regarding our new linting configuration Kharec 2025-11-15 11:45:54 +01:00
  • 513e0c05b2 feat: creating my own hell by adding a suitable configuration for golangci-lint Kharec 2025-11-15 11:45:42 +01:00
  • ba09bb4141 lint: fix staticcheck nil pointer issue Kharec 2025-11-15 11:35:31 +01:00
  • 0f9a89bfc7 lint: add error checks on Register() and fix sqlDB.Close() errcheck Kharec 2025-11-15 11:34:57 +01:00
  • 1d1a3dcf60 lint: make linter happy with errcheck Kharec 2025-11-15 11:34:12 +01:00
  • 2b31e80fa1 docs: not necessarily tailwind tbh Kharec 2025-11-15 11:22:41 +01:00
  • 6a513bbcac refactor: simplify return in ValidateFuzzInputStrict() Kharec 2025-11-14 07:16:54 +01:00
  • 69e61c5811 feat: use SplitSeq Kharec 2025-11-14 07:16:20 +01:00
  • 9dfef1d67f refactor: replace if/else chain with switch statement Kharec 2025-11-14 06:59:47 +01:00
  • e171776055 refactor: replace if/else chain with switch statement Kharec 2025-11-14 06:59:18 +01:00
  • 1f703fb8c0 clean: remove dead code and now unused functions and types Kharec 2025-11-14 06:58:05 +01:00
  • ba17fa1b5a clean: remove now unused helpers Kharec 2025-11-14 06:50:14 +01:00
  • 8b01f79c8e fix: use .Pointer Kharec 2025-11-13 19:33:07 +01:00
  • 34b7c509ec feat: use createUserWithCleanup for automatic test cleanup Kharec 2025-11-13 08:17:27 +01:00
  • 32eeb76ee9 fix: check for empty header in assertHeader() Kharec 2025-11-13 08:17:11 +01:00
  • b2d255cc0d refactor: use assertCookie and createUserWithCleanup helpers Kharec 2025-11-13 08:16:06 +01:00
  • ff73d2919d refactor: use assertHeader and createUserWithCleanup helpers Kharec 2025-11-13 08:15:56 +01:00
  • 5725cf21ce refactor: use assertHeader helper for Retry-After check Kharec 2025-11-13 08:15:35 +01:00
  • ac81ce66ff refactor: use assertCookie helper for auth token check Kharec 2025-11-13 08:15:21 +01:00
  • aeee85934c refactor: use createUserWithCleanup for automatic test cleanup Kharec 2025-11-13 08:15:07 +01:00
  • 6b63cacf14 refactor: use assertHeaderContains helper for compression header checks Kharec 2025-11-13 08:14:45 +01:00
  • 006609545c refactor: use newRouterConfigBuilder() Kharec 2025-11-13 08:07:11 +01:00
  • 2755f727f2 feat: create routerConfigBuilder along with a builder function Kharec 2025-11-13 08:06:57 +01:00
  • 4faf16c84b refactor: use switch on vote.Type Kharec 2025-11-13 08:02:52 +01:00
  • 028bde4737 refactor: extract common setup logic Kharec 2025-11-13 08:02:45 +01:00
  • a435e55776 refactor: simplify fuzz tests to use package-based discovery Kharec 2025-11-12 07:09:07 +01:00
  • b9d59cef4e tests: combining the fuzz case lists into a single variable Kharec 2025-11-12 07:04:26 +01:00
  • ded77dd8cc build: declare targets directly Kharec 2025-11-12 07:02:52 +01:00
  • 221f828860 clean: remove obsoletes tests Kharec 2025-11-11 16:19:26 +01:00
  • c2d4357262 feat: keep only one method to get title of a page Kharec 2025-11-11 16:19:09 +01:00
  • 325cbe9c2c refactor: validateURLForSSRF() Kharec 2025-11-11 16:10:20 +01:00
  • 0026d0d645 feat: update example env Kharec 2025-11-11 04:46:13 +01:00
  • 2ef6494a90 feat: double default RateLimit values Kharec 2025-11-11 04:46:05 +01:00
  • 413cf51f74 fix: update obsolete repository link Kharec 2025-11-11 04:32:25 +01:00
  • 6426419b8b tests: add an unit test for APIHandler MountRoutes() Kharec 2025-11-11 04:26:33 +01:00
  • 7518896cfe feat: make APIHandler consistent with other handlers Kharec 2025-11-11 04:20:59 +01:00
  • 408b0000c8 feat: mount /api in API handler Kharec 2025-11-11 04:20:03 +01:00
  • ab4da45de2 docs: providing further details on rate limiting in env Kharec 2025-11-11 04:12:04 +01:00
  • d1bcc83093 fix: remove remnants Kharec 2025-11-10 22:13:38 +01:00
  • c7cb67a636 fix: take todo out of versionning Kharec 2025-11-10 22:12:48 +01:00
  • f19a648821 docs: update readme Kharec 2025-11-10 22:11:00 +01:00
  • 00b306afc9 docs: update readme with screenshots Kharec 2025-11-10 22:09:09 +01:00
  • dbd3a2e85f feat: add app screenshots Kharec 2025-11-10 22:06:57 +01:00
  • 0372845345 docs: add readme.md Kharec 2025-11-10 22:06:48 +01:00
  • a170085b89 feat: update swagger using script Kharec 2025-11-10 21:44:48 +01:00
  • 78989eb9f8 fix: update route in swagger annotations Kharec 2025-11-10 21:44:33 +01:00
  • 22d5773c7c fix: add missing swagger annotation for /api, /health and /metrics Kharec 2025-11-10 21:43:53 +01:00
  • 1338447524 remove: empty field Kharec 2025-11-10 19:16:32 +01:00
  • 1f08fc4fd9 fix: closure Kharec 2025-11-10 19:16:08 +01:00
  • e79adca357 fix: typo in readme Kharec 2025-11-10 19:14:50 +01:00
  • ed915fb98d obsolete: coverage tool Kharec 2025-11-10 19:13:20 +01:00
  • a2b194b4a2 git: add ignore Kharec 2025-11-10 19:12:51 +01:00
  • 64f52e627c feat: add .env.example Kharec 2025-11-10 19:12:46 +01:00
  • 1f994bec36 feat: add postgres install helper Kharec 2025-11-10 19:12:40 +01:00
  • 71a031342b To gitea and beyond, let's go(-yco) Kharec 2025-11-10 19:12:09 +01:00
  • 8f6133392d docs: add license Kharec 2025-11-08 13:41:51 +01:00