Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
smark pushed to main at pomodoro/GoTomato 2024-10-20 21:37:01 +00:00
f9b2a76894 break: update ServerMessage model
314e71acba feat: allow clients to send pomodoro config
Compare 2 commits »
smark pushed to main at pomodoro/GoTomato 2024-10-20 21:22:25 +00:00
5c08a9b184 break: update ServerMessage model
52634ed226 feat: allow clients to send pomodoro config
9149b1a78e refactor: rename GoTomatoTimerConfig to GoTomatoPomodoroConfig
Compare 3 commits »
smark pushed to main at pomodoro/GoTomato 2024-10-20 20:01:14 +00:00
f098c1f6bf refactor: rename RunPomodoroTimer() to RunPomodoro()
337e5b0ed3 refactor: rename BroadcastMessage model to ServerMessage
Compare 2 commits »
smark pushed to main at pomodoro/GoTomato 2024-10-20 18:51:44 +00:00
d2e34e84f8 refactor: move Clients map and mutex to handle_connections
d0e1162726 feat: add comments for configuration fields
Compare 2 commits »
smark pushed to main at pomodoro/GoTomato 2024-10-20 18:10:10 +00:00
45c527cc79 fix: remove default values from GoTomatoServerConfig model
smark pushed to main at pomodoro/GoTomato 2024-10-20 17:27:42 +00:00
914421d7a5 doc: update README with client commands and server messages
smark pushed to main at pomodoro/GoTomato 2024-10-20 16:16:47 +00:00
b46d2469d3 feat: update variable and function name for started pomodoro
smark pushed to main at pomodoro/GoTomato 2024-10-20 16:09:18 +00:00
32a33dc684 feat: update variable and function name for started pomodoro
b71d04aad2 fix: remove duplicate client registration
Compare 2 commits »
smark pushed to main at pomodoro/GoTomato 2024-10-20 12:56:21 +00:00
0b2f83cd35 feat: add CLI flags to app
85923b4469 feat: create model for pomodoro settings
09b475dd61 feat: create model for server config
Compare 3 commits »
smark deleted branch smark/implement-pause-resume from pomodoro/GoTomato 2024-10-20 09:29:47 +00:00
smark pushed to main at pomodoro/GoTomato 2024-10-20 09:29:47 +00:00
3d5cb29c54 chore: cleanup pause/resume functions
b62e92b5a4 fix: resolve race condition in pause/resume check
4471c86a0c fix: prevent concurrent write to websocket connection
ffc6913344 break: change the "stop" command to "reset"
bc3a306c00 feat: add pause and resume functionality
Compare 5 commits »
smark pushed to smark/implement-pause-resume at pomodoro/GoTomato 2024-10-20 09:29:31 +00:00
3d5cb29c54 chore: cleanup pause/resume functions
b62e92b5a4 fix: resolve race condition in pause/resume check
4471c86a0c fix: prevent concurrent write to websocket connection
Compare 3 commits »
smark pushed to smark/implement-pause-resume at pomodoro/GoTomato 2024-10-20 08:10:55 +00:00
ffc6913344 break: change the "stop" command to "reset"
bc3a306c00 feat: add pause and resume functionality
Compare 2 commits »
smark created branch smark/implement-pause-resume in pomodoro/GoTomato 2024-10-19 16:15:55 +00:00
smark pushed to smark/implement-pause-resume at pomodoro/GoTomato 2024-10-19 16:15:55 +00:00
0530b2396d WIP: add pause/resume functionality
smark pushed to main at pomodoro/GoTomato 2024-10-19 16:09:02 +00:00
c9501c3bbb feat: update timer management
smark pushed to main at pomodoro/GoTomato 2024-10-19 16:08:50 +00:00
4dc89a3518 feat(pomodoro): update timer management
smark pushed to main at pomodoro/GoTomato 2024-10-19 16:07:19 +00:00
2a4ebf07ba feat(pomodoro): update timer management
smark pushed to main at pomodoro/GoTomato 2024-10-19 15:13:23 +00:00
90f80cc685 feat: add Dockerfile for GoTomato
smark pushed to main at pomodoro/GoTomato 2024-10-19 15:09:34 +00:00
9b70aee47e feat: add Dockerfile for GoTomato