Kalle
2c9cc7502a
Improve repository coherency
2026-07-27 14:56:28 +03:00
Kalle
125723d3f5
Type some string columns better
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-07-26 18:25:49 +03:00
Kalle
4cf2003e3c
More consistent date columns
2026-07-26 15:14:33 +03:00
Kalle
329fd82120
Migrate mmr queries to Kysely
2026-07-26 14:03:45 +03:00
Kalle
2f211cc919
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# app/db/tables.ts
# app/features/calendar/calendar-schemas.ts
# app/features/tournament-bracket/actions/to.$id.brackets.server.ts
# app/features/tournament-match/TournamentMatchRepository.server.ts
# app/features/tournament-match/actions/to.$id.matches.$mid.server.ts
# app/features/tournament-match/components/TournamentMatchAdminTab.tsx
# app/features/tournament-match/match-page-context.tsx
# app/features/tournament/queries/updateRoundMaps.server.ts
# app/modules/brackets-manager/test/double-elimination.test.ts
# app/modules/brackets-manager/test/single-elimination.test.ts
# app/modules/brackets-manager/test/update.test.ts
# app/modules/brackets-model/storage.ts
2026-07-26 13:13:31 +03:00
Kalle
13c903ee08
Split off from tables.ts to tables-json.ts
2026-07-26 13:05:50 +03:00
Kalle
6dc2dd2986
Bracket engine refactor ( #3249 )
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-07-26 12:40:43 +03:00
Kalle
0c5d9d1136
Unify notFoundIfFalsy and notFoundIfNullLike
2026-07-26 12:34:07 +03:00
dependabot[bot]
938d7efd96
build(deps): bump remix-i18next from 7.5.0 to 8.0.0 ( #3215 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-07-10 17:40:24 +03:00
Kalle
a4dfd82141
User card ( #3213 )
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-07-05 08:28:42 +03:00
Kalle
8f482802ba
Upgrade to React Router 8
2026-07-02 17:38:26 +03:00
Kalle
11c78b3bfd
Remove static assets in favor of CDN Closes #2416
2026-06-28 14:11:55 +03:00
Kalle
c1eb4767b5
Fix team member ordering with merged teams
2026-06-27 07:46:09 +03:00
Kalle
d1f8225311
Tournament join page tweaks
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-06-23 07:48:53 +03:00
hfcRed
a5b3ed2e51
Ingame name input ( #3163 )
2026-06-16 15:55:43 +03:00
Kalle
6e987d506f
Tournament layout refresh, improve admin experience ( #3152 )
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-06-11 18:31:10 +03:00
Kalle
a88f33c225
ReportedWeaponRepository, BadgeRepository and UserRepository perf optimizations
2026-06-10 21:59:31 +03:00
Kalle
6a3ec6a654
Various small bug fixes
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-06-08 22:04:43 +03:00
Kalle
83d21879bf
Migrate various tournament queries to Kysely ( #3135 )
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-06-03 21:05:42 +03:00
Kalle
96318ded33
Active match public API
...
Closes #2693
2026-05-27 08:01:15 +03:00
Kalle
4bc8033841
Collapse repeated manual badge grants into a count column
...
TournamentBadgeOwner previously stored manual grants as N identical
rows to represent "this user has this badge N times" — one user had
12,345 duplicate rows for a single badge. This adds a `count` column,
collapses NULL-tournamentId duplicates in the backfill, and rewrites
the BadgeOwner view to expose count via SUM. The table shrinks from
75,596 to 24,204 rows. Also adds an index on TournamentBadgeOwner(userId)
as defense-in-depth for direct lookups, and updates replaceOwners to
dedupe ownerIds at insert time. Profile-page query for the worst-case
user drops from ~4 ms to ~1–2 ms warm.
2026-05-14 18:09:41 +03:00
Josiah Glosson
3b7d941d59
Add /api/tournament/:id/streams route ( #3067 )
2026-05-14 16:33:36 +03:00
Kalle
2b5b1b1948
New match page ( #3032 )
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-05-04 18:15:10 +03:00
Kalle
2acc918307
Remove redundant isOwner column ( #2944 )
2026-04-06 15:21:15 +03:00
Kalle
7300693ba9
Custom flow in pick/ban ( #2923 )
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-03-29 18:00:15 +03:00
Kalle
e27260f88b
Bye bye .png
...
... well mostly. Some places will still use it like PWA splash screens.
Otherwise browser support for .avif strong enough now to do this
now.
2026-03-29 16:48:47 +03:00
Josiah Glosson
555f025d10
Add inGameName to /api/user/{userId|discordId} route ( #2918 )
2026-03-28 14:43:24 +02:00
Kalle
3240a81bb5
Allow locking a tournament match for a specific stream
...
Closes #2919
2026-03-28 14:38:46 +02:00
Kalle
48de5654ff
Fix a few missing isPlaceholder filters in tournament team queries
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-03-27 20:46:10 +02:00
Kalle
b61ae6c055
Public API for changing IGN in tournaments ( #2860 )
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-03-03 18:46:52 +02:00
Kalle
3a856894d8
Add public write API for seeds and starting brackets ( #2827 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 16:54:08 +02:00
Kalle
a8b2a74435
Fix /api/user/:identifier/ids returning 401
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-01-27 20:58:32 +02:00
Kalle
675d609c20
Add/remove member write API ( #2774 )
2026-01-25 22:13:00 +02:00
Kalle
57892fb571
Add read/write API token types ( #2756 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 13:55:16 +02:00
Kalle
a418ff7c6c
SeedingSkill back to using ordinal to fix wrong tiers for tournaments
2026-01-23 17:02:59 +02:00
Kalle
7e698f0731
Use mu instead of ordinal for seeding power
...
Closes #2736
2026-01-20 21:23:50 +02:00
Kalle
400f5ce301
Denormalize peak XP to SplatoonPlayer table ( #2741 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 22:15:20 +02:00
Kalle
fb18bbe7a4
Add group ID's to /sendouq/:matchId endpoint
...
Closes #2719
2026-01-13 18:25:10 +02:00
Kalle
fcefe17430
Fix HTTP OPTIONS request to /api/ ( #2697 )
2026-01-04 22:03:21 +02:00
hfcRed
66bccb4684
Expand object pronouns list ( #2691 )
...
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-01-03 12:22:48 +02:00
hfcRed
91e26948b2
Add pronouns for users ( #2688 )
...
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-01-02 18:34:32 +02:00
Kalle
658421d899
Upgrade zod package to 4 ( #2677 )
2025-12-29 20:04:40 +02:00
Kalle
81483de0db
Upgrade to React Router 7 ( #2681 )
2025-12-29 19:21:11 +02:00
Kalle
44d508c647
Enable React Router 7 single fetch ( #2679 )
2025-12-28 16:57:51 +02:00
Kalle
49ecbc6bdc
Public API endpoint to fetch user IDs
2025-12-28 13:30:35 +02:00
Kalle
94a93b0006
SQ serverside refactoring, add tests, add Knip ( #2665 )
2025-12-22 15:47:15 +02:00
Kalle
ef2d3779ec
Fix a bunch of TODOs ( #2648 )
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
2025-11-23 16:34:18 +02:00
Kalle
ff4402d9aa
User generatable API tokens ( #2621 )
2025-11-09 11:07:20 +02:00
Kalle
9296319d23
Refactor HACKY_resolvePicture away ( #2606 )
2025-11-08 13:54:02 +02:00
Kalle
54ef0305a3
Fix match page slowness ( #2573 )
2025-10-13 18:46:56 +03:00