Commit Graph

268 Commits

Author SHA1 Message Date
Kalle
e669295ede Progress 2026-07-30 15:21:36 +03:00
Kalle
aa9abe17fe Progress 2026-07-30 15:02:47 +03:00
Kalle
419bd1ddef Refactor tournament 2026-07-30 14:36:27 +03:00
Kalle
4f2001526d Merge branch 'main' into test-refactor 2026-07-30 13:19:06 +03:00
Kalle
d0b1e54734 Handle migrating test dbs automatically 2026-07-30 12:03:44 +03:00
Kalle
2fa2f50098 Finalize POM 2026-07-30 11:43:44 +03:00
Kalle
37ac6aa4a9 Finish other 2026-07-29 17:58:50 +03:00
Kalle
522c5b3977 Misc specs 2026-07-29 16:33:35 +03:00
Kalle
dc5cd23980 calendar spec 2026-07-29 15:51:58 +03:00
Kalle
fe3f8cdeba associations, org, team 2026-07-29 15:08:01 +03:00
Kalle
46e469f81a
SendouForm migration finalized (#3263) 2026-07-29 14:09:22 +03:00
Kalle
a522239521 SendouQ spec 2026-07-29 14:05:18 +03:00
Kalle
6ea60aa099 Tournament.spec 2026-07-29 12:38:36 +03:00
Kalle
f3754f2a63 Analyzers spec 2026-07-29 12:15:09 +03:00
Kalle
953a6ce5c6 builds.spec 2026-07-29 11:57:06 +03:00
Kalle
0453aefd7b Factories in build.spec 2026-07-29 11:29:50 +03:00
Kalle
058695c822 Seed via factories 2026-07-29 10:52:57 +03:00
Kalle
04369eac5b Fix edit art E2E test
Some checks are pending
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-28 18:10:47 +03:00
Kalle
02c2d74ddc Migrate /art/new to SendouForm 2026-07-28 16:17:33 +03:00
Kalle
125723d3f5 Type some string columns better
Some checks are pending
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
14da8034a2 Fix E2E tests 2026-07-26 14:03:45 +03:00
Kalle
ffe5d444f1 Consistent db booleans 2026-07-26 13:59:21 +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)
Some checks are pending
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
hfcRed
519067f99f
Fix broken YouTube thumbnails (#3248) 2026-07-25 13:52:43 +03:00
Kalle
3f6674a394
Welcome page (#3253) 2026-07-25 13:50:00 +03:00
Kalle
7ab8daeebd Undo requests when changing map prefrences / noScreen as full group member
Some checks failed
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-07-21 21:30:23 +03:00
Kalle
d0d846956c Persist no screen at SendouQ match level 2026-07-21 18:43:53 +03:00
Kalle
3c3508dd7e Add match id (optional) to user report 2026-07-19 14:59:57 +03:00
Kalle
ef0d32ef18
User reports (#3232) 2026-07-18 12:46:07 +03:00
Kalle
485fa7029e
Optimize DB queries (#3225) 2026-07-18 10:33:12 +03:00
hfcRed
4914912e59
Improve dev server performance on startup and navigation (#3233) 2026-07-18 10:30:08 +03:00
Kalle
741291b53b Show "Waiting on group to finish" instead of "Thanks for playing" when own group still ongoing 2026-07-16 20:43:12 +03:00
Kalle
f68873e4ce Deflake E2E test
Some checks failed
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-07-12 18:21:51 +03:00
Kalle
89a9bba806 Fix E2E test 2026-07-11 16:57:06 +03:00
Kalle
9174ad8484 More robust is sub resolution by persisting it
Some checks are pending
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-11 15:41:14 +03:00
Kalle
48d346eff1 UserCard: when friend request pending from another make button accept request instead of showing as pending
Some checks are pending
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-10 22:25:38 +03:00
Kalle
a4dfd82141
User card (#3213)
Some checks are pending
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
17a2ba1c6f Fix E2E tests
Some checks failed
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-29 21:17:05 +03:00
Kalle
0d941ada31 Fix E2E tests 2026-06-28 06:58:50 +03:00
Kalle
6732b6c59b Fix & add tier list maker E2E test 2026-06-27 11:14:47 +03:00
Kalle
154534744d Fix tournament gets blocked in RR with certain parameters
Bracket with 3 rounds but only 1 actual match couldn't be finished
(5 teams, 2 groups)
2026-06-27 08:03:54 +03:00
Kalle
c8399903b6 Fix E2E test 2026-06-21 15:49:15 +03:00
Kalle
5c067a02cd Fix match locked pool/pass not visible 2026-06-19 14:14:46 +03:00
Kalle
db6ccf254b Convert new calendar event/tournament page to SendouForm
Some checks are pending
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-19 11:49:11 +03:00
Kalle
9c39f1fb9b Fix E2E tests 2026-06-18 15:39:10 +03:00
Kalle
6b6210fa7c Fix flaky E2E test 2026-06-18 13:44:14 +03:00
Kalle
c7ba494b2b Match page get rid of join tab 2026-06-17 17:32:54 +03:00