Commit graph

5970 commits

Author SHA1 Message Date
seavor
88489ea2eb fix tests 2026-04-20 22:17:32 -05:00
seavor
a75abe1454 fix login and known hosts 2026-04-20 21:24:43 -05:00
seavor
6074d9d6e4 Comprehensive review changes 2026-04-20 18:58:40 -05:00
seavor
3aa8c654cc use component hooks 2026-04-20 07:38:28 -05:00
seavor
515dff6d7b fix join game 2026-04-20 00:54:03 -05:00
seavor
2afa2922e9 websocket cleanup 2026-04-20 00:37:23 -05:00
seavor
2aeb1542b1 join game error dialog 2026-04-20 00:25:10 -05:00
seavor
db1530c9e9 fix login inputs 2026-04-20 00:17:58 -05:00
seavor
e045f498a8 fix knownhosts issue 2026-04-20 00:03:29 -05:00
seavor
5f28d43dff improve testing speed 2026-04-20 00:01:25 -05:00
seavor
0d7336edc2 implement gameboard v1 2026-04-19 23:21:42 -05:00
seavor
b103db681b PR review changes 2026-04-19 16:36:33 -05:00
seavor
ef6cea6f6c cleanup testing utilities, documentation, and AI commentary 2026-04-18 15:32:50 -05:00
seavor
bd2382c94e refactor login flow and hooks, address autologin issues 2026-04-18 10:14:31 -05:00
seavor
dcd6dc00f4 harden 2026-04-18 01:36:37 -05:00
seavor
d04aa83258 clean up data structures 2026-04-16 17:14:49 -05:00
seavor
53639a8448 fix websocket refactor mess 2026-04-16 15:37:59 -05:00
seavor
fea21b5057 fix unit tests and refactor types 2026-04-16 12:45:47 -05:00
seavor
decebc25c7 more integration tests 2026-04-16 12:40:47 -05:00
seavor
4b5f66d497 add missing requests/responses 2026-04-16 01:28:42 -05:00
seavor
f0c3581d26 refactor websocket layer 2026-04-16 00:23:22 -05:00
seavor
4f68190a25 integration tests 2026-04-15 22:19:59 -05:00
seavor
0ff391491d refactor redux data model 2026-04-15 21:48:03 -05:00
seavor
ae1bc3da38 upgrade packages 2026-04-15 18:06:39 -05:00
seavor
c62c336a11 refactor typescript wiring 2026-04-15 15:46:17 -05:00
seavor
cea9ae62d8 remove type aliases 2026-04-14 15:14:43 -05:00
seavor
141f0e59f5 refactor web socket layer 2026-04-14 14:39:46 -05:00
seavor
19f5eefdd2 upgrade packages + improve typing 2026-04-14 11:34:29 -05:00
seavor
fd55f4fb7f migrate to Protobuf ES 2026-04-13 15:03:57 -05:00
seavor
68e22d22bf migrate from CRA to vite 2026-04-12 18:35:13 -05:00
seavor
98ce317ee1 remove naked password from redux layer 2026-04-12 15:55:00 -05:00
seavor
559a3ff1f4 harden implementations 2026-04-12 15:21:29 -05:00
seavor
c3ae4cffd6 Fix various issues 2026-04-12 13:58:51 -05:00
seavor
3001925430 complete unit testing of redux and api layers 2026-04-12 12:53:51 -05:00
seavor
367852866f implement test coverage for game layer 2026-04-12 11:33:55 -05:00
seavor
74803442d2 Implement game layer from protobuf to redux 2026-04-12 05:05:16 -05:00
seavor
d96d5e1589 fix build and lint 2026-04-12 03:03:01 -05:00
seavor
35be723ebf Add near 100% unit test coverage for webclient websocket layer 2026-04-12 02:34:22 -05:00
Jeremy Letto
8cc65b8967
Initial implementation completion and refactor (#6806)
Some checks failed
Build Desktop / Configure (push) Has been cancelled
Build Docker Image / amd64 & arm64 (push) Has been cancelled
Build Web / React (Node 16) (push) Has been cancelled
Build Web / React (Node lts/*) (push) Has been cancelled
Build Desktop / Debian 11 (push) Has been cancelled
Build Desktop / Debian 13 (push) Has been cancelled
Build Desktop / Debian 12 (push) Has been cancelled
Build Desktop / Fedora 43 (push) Has been cancelled
Build Desktop / Fedora 42 (push) Has been cancelled
Build Desktop / Servatrice_Debian 11 (push) Has been cancelled
Build Desktop / Ubuntu 24.04 (push) Has been cancelled
Build Desktop / Ubuntu 26.04 (push) Has been cancelled
Build Desktop / Ubuntu 22.04 (push) Has been cancelled
Build Desktop / Arch (push) Has been cancelled
Build Desktop / macOS 14 (push) Has been cancelled
Build Desktop / macOS 15 (push) Has been cancelled
Build Desktop / macOS 13 Intel (push) Has been cancelled
Build Desktop / macOS 15 Debug (push) Has been cancelled
Build Desktop / Windows 10 (push) Has been cancelled
2026-04-11 23:51:10 -04:00
ebbit1q
2e10b2f5d5
make general settings scrollable (#6800) 2026-04-12 02:38:04 +02:00
ebbit1q
92fe406c22
remove break statement when closing views (#6801)
it's possible that multiple views need to be closed
this is an oversight of #4570
2026-04-12 02:37:43 +02:00
tooomm
d677e2bb70
Print success msg if cache deletion did succeed (#6802) 2026-04-12 02:37:30 +02:00
ebbit1q
e977f123ce
add ccache eviction for files older than 7 days (#6795)
* add ccache eviction for files older than 7 days

also clean up some of the scripts to be more internally consistent

* move name build into the docker container again

* remove one extra empty line [skip ci]

* allow canceling concurrent builds on master for both desktop and docker

* add ccache eviction age to macos as well
2026-04-11 19:18:12 +02:00
tooomm
f56b672307
CI: Allow failing of ccache deletion step (#6799)
* Don't fail cache delete step

* Use `continue-on-error`

* remove leftover
2026-04-11 18:20:35 +02:00
tooomm
29c1d7f3e4
add timeout to job matrixes (#6797) 2026-04-11 18:19:11 +02:00
ebbit1q
36aba81b1b
adds eternal to prioritisation list (#6793)
Some checks failed
Build Desktop / Configure (push) Has been cancelled
Build Docker Image / amd64 & arm64 (push) Has been cancelled
Build Desktop / Debian 11 (push) Has been cancelled
Build Desktop / Debian 13 (push) Has been cancelled
Build Desktop / Debian 12 (push) Has been cancelled
Build Desktop / Fedora 43 (push) Has been cancelled
Build Desktop / Fedora 42 (push) Has been cancelled
Build Desktop / Servatrice_Debian 11 (push) Has been cancelled
Build Desktop / Ubuntu 24.04 (push) Has been cancelled
Build Desktop / Ubuntu 26.04 (push) Has been cancelled
Build Desktop / Ubuntu 22.04 (push) Has been cancelled
Build Desktop / Arch (push) Has been cancelled
Build Desktop / macOS 14 (push) Has been cancelled
Build Desktop / macOS 15 (push) Has been cancelled
Build Desktop / macOS 13 Intel (push) Has been cancelled
Build Desktop / macOS 15 Debug (push) Has been cancelled
Build Desktop / Windows 10 (push) Has been cancelled
2026-04-10 18:18:08 +02:00
ebbit1q
f9fb03b26b
update all runners to use qt6.11 (#6794)
* update all runners to use qt6.11

* use aqt version directly from repo
2026-04-10 18:17:43 +02:00
ebbit1q
d2732ac742
fix prepare cards (#6792)
Some checks are pending
Build Desktop / Configure (push) Waiting to run
Build Desktop / Debian 11 (push) Blocked by required conditions
Build Desktop / Debian 13 (push) Blocked by required conditions
Build Desktop / Debian 12 (push) Blocked by required conditions
Build Desktop / Fedora 43 (push) Blocked by required conditions
Build Desktop / Fedora 42 (push) Blocked by required conditions
Build Desktop / Servatrice_Debian 11 (push) Blocked by required conditions
Build Desktop / Ubuntu 24.04 (push) Blocked by required conditions
Build Desktop / Ubuntu 26.04 (push) Blocked by required conditions
Build Desktop / Ubuntu 22.04 (push) Blocked by required conditions
Build Desktop / Arch (push) Blocked by required conditions
Build Desktop / macOS 14 (push) Blocked by required conditions
Build Desktop / macOS 15 (push) Blocked by required conditions
Build Desktop / macOS 13 Intel (push) Blocked by required conditions
Build Desktop / macOS 15 Debug (push) Blocked by required conditions
Build Desktop / Windows 10 (push) Blocked by required conditions
Build Docker Image / amd64 & arm64 (push) Waiting to run
2026-04-10 13:42:05 +02:00
transifex-integration[bot]
9aa5702e14
Translate cockatrice_en@source.ts in en_US (#6783)
Some checks are pending
Build Desktop / Configure (push) Waiting to run
Build Desktop / Debian 11 (push) Blocked by required conditions
Build Desktop / Debian 13 (push) Blocked by required conditions
Build Desktop / Debian 12 (push) Blocked by required conditions
Build Desktop / Fedora 43 (push) Blocked by required conditions
Build Desktop / Fedora 42 (push) Blocked by required conditions
Build Desktop / Servatrice_Debian 11 (push) Blocked by required conditions
Build Desktop / Ubuntu 24.04 (push) Blocked by required conditions
Build Desktop / Ubuntu 26.04 (push) Blocked by required conditions
Build Desktop / Ubuntu 22.04 (push) Blocked by required conditions
Build Desktop / Arch (push) Blocked by required conditions
Build Desktop / macOS 14 (push) Blocked by required conditions
Build Desktop / macOS 15 (push) Blocked by required conditions
Build Desktop / macOS 13 Intel (push) Blocked by required conditions
Build Desktop / macOS 15 Debug (push) Blocked by required conditions
Build Desktop / Windows 10 (push) Blocked by required conditions
Build Docker Image / amd64 & arm64 (push) Waiting to run
100% translated source file: 'cockatrice_en@source.ts'
on 'en_US'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-04-09 21:27:14 +02:00
ebbit1q
2d412bfe52
fix cardloading on qt5 (#6790) 2026-04-09 21:16:38 +02:00