Kalle
f8926e1a8d
Fix ts-nocheck in create-gear-json.ts
2026-04-26 16:16:03 +03:00
Kalle
5a54813a91
Fix ts-nocheck in create-analyzer-json.ts
2026-04-26 16:06:40 +03:00
Kalle
f9a594bf0c
Fix admin cancels treated as score reports
...
This caused cancels that cause points lost/gained when it was by admin
2026-04-26 16:00:34 +03:00
Kalle
c8b61f163d
Fix ts-nocheck TODO in crud.server.ts
2026-04-26 15:26:15 +03:00
Kalle
dc0bbaa271
Fix TODO about BracketsManager types mismatch
2026-04-26 15:02:56 +03:00
Kalle
2865fc3415
Have "simple seeded list" get all teams if none checked in yet
...
Previous behavior just looks broken to users.
Proper fix is still just making a more robust
team export.
2026-04-26 14:55:05 +03:00
Kalle
a221dcbd71
Always show admin nav item when dev
2026-04-26 14:43:42 +03:00
Kalle
fb86b9f24d
Change scrim notification text not to include timestamp
...
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Closes #2998
2026-04-26 13:05:48 +03:00
Kalle
ae6401f429
Clean up markdown of HTML entities too
...
Closes #3006
2026-04-26 10:24:34 +03:00
Kalle
23d2cda288
Mention pnpm in README "Running locally" section
...
Closes #3011
2026-04-26 07:19:48 +03:00
Kalle
ed0467f98e
Fix tournament chats expiring too early
...
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
In round robin, all matches are set to have both participants at the start.
If the bracket is larger e.g. 5 rounds then later rounds might have chat
disappearing before teams get a chance to play it.
Closes #3005
2026-04-25 21:15:17 +03:00
Kalle
8369771e75
Fix flaky test
2026-04-25 15:19:38 +03:00
Kalle
9f38719fc3
Handle race when two groups match up with same target
...
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
GroupMatch has unique constraints on both alphaGroupId and bravoGroupId
(a group can only be in one match). If two managers click MATCH_UP at
nearly the same moment against overlapping groups, the second INSERT
trips SQLITE_CONSTRAINT_UNIQUE and bubbles up as a 500.
Translate that error into a SendouQError inside SQMatchRepository.create
so the q/looking action's existing SendouQError catch treats it like
any other stale-state error and returns null, which causes the loader
to re-run and the user sees the fresh state instead of an error page.
2026-04-24 21:44:33 +03:00
Kalle
f216423089
Validate builds page limit search param
...
A crawler hitting /builds/:slug?limit=48%27 (URL-encoded single quote,
likely an SQL injection probe) was triggering SQLITE_MISMATCH errors
server-side. The loader was calling Number() on the raw string, which
returned NaN, and then forwarding NaN as the LIMIT bind parameter on
the underlying Kysely query. No injection was possible (params are
bound), but the bad value only failed at the DB boundary.
Parse the param through a zod schema that coerces to a positive int,
falls back to the default batch size on any invalid input, and clamps
to the page max.
2026-04-24 21:34:44 +03:00
Kalle
6bc7eac117
Allow tier list labels to wrap again
...
Originally this was removed to "fix" the img download being wonky.
But the underlying library got a lot of updates since so maybe it's good now?
Couldn't at least reproduce the bug anymore.
2026-04-24 21:28:04 +03:00
Kalle
46a6008ab3
Upgrade snapdom to 2.9.0
2026-04-24 21:27:21 +03:00
Kalle
53d2b41ec6
Add to contributions
2026-04-24 20:24:30 +03:00
Kalle
5914144930
Fix contributions page wrong text
2026-04-24 20:21:26 +03:00
Kalle
540ae58a89
Update Typescript
2026-04-24 20:12:43 +03:00
Kalle
d2440c4a32
Round robin only tournament support ( #2996 )
2026-04-24 18:03:53 +03:00
benny B franklin
002a03e86d
badge: add badge for OCE Open Series ( #2993 )
2026-04-24 18:02:40 +03:00
Great-Hero-YELLOW
eb25d9a60a
Stronghold Article "NA League 2026 Event #3 (Regular Season Week 1)" ( #2994 )
2026-04-24 18:02:14 +03:00
Cafy
1a7d865848
badge: add badge for Bubbly's Birthdays ( #3000 )
2026-04-24 18:02:02 +03:00
dependabot[bot]
d989cbdd19
build(deps): bump i18next-http-backend from 3.0.4 to 3.0.5 ( #2999 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-24 18:01:48 +03:00
dependabot[bot]
1dbdc1933c
build(deps): bump the minor-and-patch group across 1 directory with 3 updates ( #3004 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-24 18:00:53 +03:00
dependabot[bot]
a7ad9114a3
build(deps): bump the minor-and-patch group across 1 directory with 12 updates ( #2995 )
...
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-22 20:36:09 +03:00
Kalle
ab5cb9d91e
Drag to reorder weapons in comp analyzer
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled
2026-04-21 08:59:58 +03:00
Kalle
285e5de395
Fix react-aria-components warnings
2026-04-21 08:59:58 +03:00
Kalle
8b576bc0b4
Fix hydration error with rotations component
2026-04-21 08:59:58 +03:00
Kalle
b6d0f7fe1c
Check points are sent if required by the bracket
2026-04-21 08:59:58 +03:00
Kalle
bebf23e55e
Fix tournament register tab map pool styles
2026-04-21 08:59:58 +03:00
Kalle
b5a3dfd0e5
Attempt to fix notifications not arriving right away by setting urgency
...
Closes #2980
2026-04-21 08:59:58 +03:00
Rosi-Splat
95b4f50bae
badge: add badge for Dream Team ( #2987 )
2026-04-21 08:59:34 +03:00
dependabot[bot]
7dc00d957f
build(deps): bump the minor-and-patch group with 5 updates ( #2990 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-21 08:31:14 +03:00
Great-Hero-YELLOW
d92082fc8b
Stronghold Article: "SWS26 Global Gauntlet 1 Qualifier 1" ( #2989 )
2026-04-21 08:29:51 +03:00
dependabot[bot]
452adefafb
build(deps-dev): bump @biomejs/biome from 2.4.9 to 2.4.11 ( #2991 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-21 08:29:20 +03:00
Kalle
83b44e2bbf
Fix server error when match does not yet have both teams set
2026-04-21 07:32:51 +03:00
Kalle
88072f8b02
No LFG tab/prompt if tournament is invitational
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-04-20 21:29:08 +03:00
Kalle
02f375804f
Update architecture.md
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-04-19 15:01:48 +03:00
Kalle
6021f13fac
Increase test timeout
2026-04-19 14:55:26 +03:00
Kalle
77acd0f768
Update README screenshots
2026-04-19 14:38:58 +03:00
Kalle
51c94d2229
Don't show own messages as unread in chat
2026-04-19 14:36:56 +03:00
Kalle
a3a03c0c4b
Chat room for tournament pick-ups (LFG feature)
2026-04-19 14:36:48 +03:00
Kalle
493f6c01e0
Don't show global chat for tournament team subs
2026-04-19 12:18:06 +03:00
Kalle
3d7f24d2ee
Allow TO's to read chats after tournament has finalized
2026-04-19 10:29:54 +03:00
Kalle
793ebfe4a4
Fix avgSeedingSkillOrdinal condition in autoseed
...
Basically this should never happen so this is not fixing any known bug
2026-04-19 07:10:49 +03:00
Kalle
a4eda293e7
User results page search
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-04-18 18:14:07 +03:00
Kalle
c0395cc1bc
Map planner ranges ( #2986 )
2026-04-18 17:31:08 +03:00
Kalle
2477231628
Slight brackets-manager cleanup
2026-04-18 14:38:06 +03:00
Kalle
2ed02f757d
A/B (bipartite) round robin variation ( #2985 )
2026-04-18 14:21:28 +03:00