calm-steam
  • Joined on 2021-08-27
calm-steam created repository calm-steam/GameServerSupervisor 2025-03-05 16:21:06 +01:00
calm-steam closed issue GibCasa/GameServerSupervisor#17 2025-03-05 16:18:28 +01:00
Change master to main
calm-steam closed issue GibCasa/GameServerSupervisor#14 2025-03-05 16:16:45 +01:00
Containerize application for testing
calm-steam commented on issue GibCasa/GameServerSupervisor#14 2025-03-05 16:16:45 +01:00
Containerize application for testing

Resolved by #20

calm-steam pushed to master at GibCasa/GameServerSupervisor 2025-03-05 16:16:05 +01:00
d6eb2a1b25 Merge pull request 'containerize' (#20) from calm-steam/GameServerSupervisor:containerize into master
0b622ce3ea add step to sync host
bfac5a22eb modify readme
2e114fef44 change variable name
e16a565c0c add Dockerfile
Compare 5 commits »
calm-steam merged pull request GibCasa/GameServerSupervisor#20 2025-03-05 16:16:04 +01:00
containerize
calm-steam opened issue GibCasa/GameServerSupervisor#23 2025-02-28 17:39:47 +01:00
Create Wiki section
calm-steam closed issue GibCasa/GameServerSupervisor#21 2025-02-28 17:34:58 +01:00
Research into change to PostgreSQL or other over SQLite
calm-steam opened issue GibCasa/GameServerSupervisor#22 2025-02-28 17:34:32 +01:00
Migrate to PostgreSQL
calm-steam commented on issue GibCasa/GameServerSupervisor#21 2025-02-28 17:32:40 +01:00
Research into change to PostgreSQL or other over SQLite

Factors to consider for managing a gaming server:

Concurrency

Several users could be sending or receiving data simultaneously. This implies writing and reading concurrently in the…

calm-steam commented on pull request GibCasa/GameServerSupervisor#20 2025-02-28 16:47:53 +01:00
containerize

So the runc/crunc issue is resolved, then?

The “things to consider when running podman:” are just issues I run into when trying to run podman on my local machine, in case you also…

calm-steam commented on issue GibCasa/GameServerSupervisor#10 2025-02-23 12:08:15 +01:00
Add License

AGPL was added to README.md in #19

calm-steam opened issue GibCasa/GameServerSupervisor#21 2025-02-19 06:44:27 +01:00
Research into change to PostgreSQL or other over SQLite
calm-steam commented on pull request GibCasa/GameServerSupervisor#20 2025-02-19 06:11:48 +01:00
containerize

Cool stuff will try it out.

perhaps using git commit --amend would lead to less commits for the readmes. That’s what I’ve been usually doing. Earlier, i used rebase interactive…

calm-steam created pull request GibCasa/GameServerSupervisor#20 2025-02-18 20:45:12 +01:00
WIP: containerize
calm-steam commented on issue GibCasa/GameServerSupervisor#15 2025-02-18 19:47:30 +01:00
Introduce unit testing

Does GibCasa/GameServerSupervisor#19 count as introduction and should we close it or do we want to cover the views and models

Sorry, I saw your comment after…

calm-steam closed issue GibCasa/GameServerSupervisor#15 2025-02-18 19:41:09 +01:00
Introduce unit testing
calm-steam commented on issue GibCasa/GameServerSupervisor#15 2025-02-18 19:41:09 +01:00
Introduce unit testing

Solved by #19

calm-steam pushed to master at GibCasa/GameServerSupervisor 2025-02-18 19:07:40 +01:00
8251fecf9a Merge pull request 'unit-testing' (#19) from calm-steam/GameServerSupervisor:unit-testing into master
07c1a2d8d6 fix readme
9f82e689a1 modify readme
9cec170f62 add webpanel/test_models.py as example
98b9574c67 delete webpanel/tests.py
Compare 6 commits »
calm-steam merged pull request GibCasa/GameServerSupervisor#19 2025-02-18 19:07:38 +01:00
unit-testing