Commit Graph

24 Commits

Author SHA1 Message Date
33aa410c09 refactor: enhance session management and room joining logic in WebSocket handling
All checks were successful
Build and Push Docker Image / docker (push) Successful in 9s
2025-09-04 18:22:30 +02:00
a63c5858f7 refactor: update CMD instruction in Dockerfile to specify host binding
All checks were successful
Build and Push Docker Image / docker (push) Successful in 8s
2025-09-04 17:45:26 +02:00
732c700618 refactor: remove preflight registry check and authentication probes for simplification
All checks were successful
Build and Push Docker Image / docker (push) Successful in 6s
2025-09-04 17:38:36 +02:00
1332880697 refactor: improve dependency installation logic in Dockerfile
All checks were successful
Build and Push Docker Image / docker (push) Successful in 14s
2025-09-04 17:37:05 +02:00
cae0900d93 refactor: add container definition for Docker CLI in workflow
All checks were successful
Build and Push Docker Image / docker (push) Successful in 35s
2025-09-04 17:35:02 +02:00
2ad13be8cd refactor: consolidate Docker service configuration for improved clarity
Some checks failed
Build and Push Docker Image / docker (push) Failing after 3s
2025-09-04 17:34:35 +02:00
cc1abc51bc refactor: remove unnecessary Docker service and container definitions
Some checks failed
Build and Push Docker Image / docker (push) Failing after 3s
2025-09-04 17:34:07 +02:00
eca0891f74 refactor: enhance git clone and registry login steps with improved token handling
Some checks failed
Build and Push Docker Image / docker (push) Failing after 5s
2025-09-04 17:33:25 +02:00
0b2ae33098 refactor: add preflight registry check and basic auth probe steps
Some checks failed
Build and Push Docker Image / docker (push) Failing after 5s
2025-09-04 17:28:46 +02:00
1a7a4bb0f8 refactor: sanitize GITEA_REGISTRY_VAR input by stripping protocol and path
Some checks failed
Build and Push Docker Image / docker (push) Failing after 5s
2025-09-04 17:23:24 +02:00
b0f145c3ba refactor: add IMAGE_NAMESPACE_VAR to allow optional namespace override for Docker image
Some checks failed
Build and Push Docker Image / docker (push) Failing after 4s
2025-09-04 17:20:23 +02:00
027f49ca6d refactor: improve Gitea registry login step by adding username variable and logging
Some checks failed
Build and Push Docker Image / docker (push) Failing after 5s
2025-09-04 17:15:08 +02:00
e11e3dfecd refactor: simplify error handling in Docker workflow by using set -eu
Some checks failed
Build and Push Docker Image / docker (push) Failing after 5s
2025-09-04 17:12:42 +02:00
512af5cce8 refactor: enhance git checkout step and improve registry variable handling in Docker workflow
Some checks failed
Build and Push Docker Image / docker (push) Failing after 4s
2025-09-04 17:10:10 +02:00
386aff88ae refactor: enhance Docker job configuration by adding container and service definitions
Some checks failed
Build and Push Docker Image / docker (push) Failing after 20s
2025-09-04 16:10:28 +02:00
8152a16cc7 refactor: streamline Docker workflow by removing unnecessary steps and enhancing tag computation
Some checks failed
Build and Push Docker Image / docker (push) Failing after 0s
2025-09-04 16:09:10 +02:00
94f870b1ef fix: change runner from ubuntu-latest to docker for Docker workflow
Some checks failed
Build and Push Docker Image / docker (push) Failing after 2m9s
2025-09-04 16:02:09 +02:00
33b6dfa734 refactor: remove optional QEMU setup step from Docker workflow
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled
2025-09-04 15:43:09 +02:00
41758dce3c feat: add GitHub Actions workflow for building and pushing Docker images
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled
2025-09-04 15:18:11 +02:00
158d144721 feat: implement answer submission and scoring system for guessing game 2025-09-04 15:11:03 +02:00
bbce3cbadf feat: restructure client-side code 2025-09-04 12:33:17 +02:00
edaf9ea94e refactor: update player handling and dashboard display in client and server 2025-09-04 10:32:59 +02:00
b567187a77 added docker 2025-09-03 19:45:48 +02:00
4cbf97cc5a init commit 2025-09-03 19:34:00 +02:00