Commit Graph

6867 Commits

Author SHA1 Message Date
Great-Hero-YELLOW
bcc09541fa
Stronghold Article: SWS26 Recap: Western Qualifier #1 (#3282) 2026-08-03 08:50:26 +03:00
hfcRed
545aff1fa7
Version bump + extra form info (#3284) 2026-08-03 08:50:12 +03:00
Kalle
203c96055b Introduce Kysely EmptyValuesNoopPlugin plugin 2026-08-03 08:44:29 +03:00
Kalle
881c53d961 Enforce homogeneous multi-row inserts at the type level
Kysely fills keys missing from some rows of a multi-row .values() with
literal null on SQLite (it cannot emit the DEFAULT keyword), which was
the cause of the organizer registration crash. The kysely patch now
rejects row arrays whose element type has optional or heterogeneous
keys, with an error naming the offending column.
2026-08-03 07:28:13 +03:00
Kalle
83d9bd6ea8
Fix crash when registering a tournament team as an organizer (#3285)
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-08-02 20:24:55 +03:00
Kalle
1280a88d21 Image export fixes
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-08-02 07:15:46 +03:00
Kalle
fed8de5f68 Fix wrong column type 2026-08-02 07:15:46 +03:00
Kalle
ed2d3a3d23 Fix UserCard placement not always text 2026-08-02 07:15:46 +03:00
Kalle
b67ae68d51 Try to fix E2E test port stall
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-08-01 21:27:34 +03:00
Kalle
a8a877fa02 Add tournament subs on tournament admin page 2026-08-01 21:27:12 +03:00
Kalle
1d143cb8b3 Fix group card tier image shrinking 2026-08-01 21:23:16 +03:00
Kalle
ac40e9b0fc Add sidebar e2e tests, fix external stream links and offline casts showing as live 2026-08-01 20:55:58 +03:00
hfcRed
5b2d32fbb1
Trophy fixes (#3279) 2026-08-01 18:16:16 +03:00
Kalle
9d0b886399 Show loading state for the button when downloading an image 2026-08-01 18:15:41 +03:00
Kalle
52ae3ce7ca Fix mobile image download, try navigator.share 2026-08-01 18:15:41 +03:00
Kalle
f758a6a585
Fix standings public api, refactor for clarity (#3278)
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
Co-authored-by: Gaming32 <42721887+Gaming32@users.noreply.github.com>
2026-08-01 11:49:52 +03:00
Kalle
0968296b43 Improve tournament seed 2026-08-01 11:41:24 +03:00
Kalle
7ddab95631 Fix sub can report weapons for maps they did not play in 2026-08-01 11:40:40 +03:00
Kalle
34857887ad Season summary don't show peak SP if same as final SP 2026-08-01 10:05:28 +03:00
hfcRed
58b18a791b Merge branch 'main' of https://github.com/sendou-ink/sendou.ink
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-31 10:34:54 -04:00
hfcRed
4ac4bb4f39 Fix trophy user migration/merging handling 2026-07-31 10:34:52 -04:00
Kalle
97619bdc05
Exported images w/ SQ season summary downloadable (#3272) 2026-07-31 17:34:49 +03:00
Kalle
83660a5b2f
Factories, POM and other test improvements (#3260) 2026-07-31 16:51:46 +03:00
Kalle
38279e46a0 Delete unused table
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-31 15:26:25 +03:00
dependabot[bot]
ea6bb0eb43
build(deps): bump the minor-and-patch group with 7 updates (#3276)
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-31 14:57:05 +03:00
dependabot[bot]
23cb3878e6
build(deps): bump pako from 2.1.0 to 3.0.1 (#3277)
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-31 14:53:27 +03:00
Kalle
95a6211eb7 Simplify underground bracket progression label 2026-07-31 11:54:13 +03:00
Kalle
93dff21432 Update api.md 2026-07-31 11:41:02 +03:00
Kalle
1de0f24714 Update architecture.md 2026-07-31 11:35:13 +03:00
Kalle
5da87d307a Update CONTRIBUTING.md 2026-07-31 11:35:07 +03:00
hfcRed
69ea86f3cd
Fix scrollbar styles (#3275) 2026-07-31 09:52:54 +03:00
hfcRed
3df1f9ed19
Tournament Trophies (#3245) 2026-07-31 09:51:49 +03:00
dependabot[bot]
293d6013be
build(deps): bump the minor-and-patch group across 1 directory with 4 updates (#3270)
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
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-30 13:23:17 +03:00
dependabot[bot]
929dcf6efe
build(deps): bump better-sqlite3 from 12.11.1 to 13.0.1 (#3271)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-30 11:44:37 +03:00
Kalle
7c4671c766 Hide match bottom row when set finished
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
Mainly to deal with user feedback about getting confused re: it saying
you have 7 SZ maps when only 6 were played. Redundant with results tab
2026-07-29 21:11:28 +03:00
hfcRed
2f5a0207c5
Add share url button (#3259)
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-29 14:27:05 +03:00
dependabot[bot]
1b553addfb
build(deps): bump the minor-and-patch group across 1 directory with 6 updates (#3262)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-29 14:25:40 +03:00
dependabot[bot]
e751e78af5
build(deps-dev): bump @biomejs/biome from 2.5.4 to 2.5.5 (#3261)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-29 14:25:13 +03:00
Kalle
46e469f81a
SendouForm migration finalized (#3263) 2026-07-29 14:09:22 +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
dependabot[bot]
e2cc8d833f
build(deps): bump nanoid from 5.1.16 to 6.0.0 (#3256)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-28 17:20:40 +03:00
Kalle
02c2d74ddc Migrate /art/new to SendouForm 2026-07-28 16:17:33 +03:00
Kalle
77b7e05b2c Add Tenacity to Build Analyzer
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
Closes #1471
2026-07-27 18:21:57 +03:00
Kalle
adce1d2099 Show friends list LIVE badge only when there is a stream to watch and link to streams 2026-07-27 17:33:13 +03:00
Kalle
bb374145c1 Show set end time above match banner next to start time 2026-07-27 17:33:13 +03:00
Kalle
b94b5fd503 Break standings ties with underground bracket results, handle UG source not as first bracket in the order 2026-07-27 17:33:13 +03:00
Kalle
2c9cc7502a Improve repository coherency 2026-07-27 14:56:28 +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
3a93778b27 Migrate rest of better-sqlite3 to Kysely 2026-07-26 16:49:58 +03:00
Kalle
4cf2003e3c More consistent date columns 2026-07-26 15:14:33 +03:00