This website requires JavaScript.
Explore
Help
Sign In
sneak
/
chat
Watch
1
Star
0
Fork
0
You've already forked chat
Code
Issues
15
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
check.yml
Actor
All actors
clawbot
sneak
Status
All status
Success
Failure
Waiting
Running
feat: split Dockerfile into dedicated lint stage for faster CI (#32)
#36
:
Commit
2761ee156a
pushed by
sneak
main
2026-03-02 21:08:14 +01:00
3m4s
View workflow file
feat: split Dockerfile into dedicated lint stage for faster CI
#35
:
Commit
c146d5d249
pushed by
clawbot
fix/issue-27-dockerfile-split
2026-03-02 11:08:09 +01:00
5s
View workflow file
feat: split Dockerfile into dedicated lint stage
#34
:
Commit
3b42620749
pushed by
clawbot
fix/29-split-dockerfile
2026-03-02 09:03:26 +01:00
7s
View workflow file
Merge pull request 'feat: logout, users/me, user count, session timeout' (#24) from feature/mvp-remaining into main
#33
:
Commit
cd909d59c4
pushed by
sneak
main
2026-03-01 15:49:03 +01:00
1m59s
View workflow file
docs: update README for new endpoints, fix config name, remove dead field
#32
:
Commit
f5cc098b7b
pushed by
clawbot
feature/mvp-remaining
2026-03-01 15:42:40 +01:00
1m25s
View workflow file
fix: send QUIT notifications for background idle cleanup
#31
:
Commit
4d7b7618b2
pushed by
clawbot
feature/mvp-remaining
2026-03-01 15:35:28 +01:00
2m3s
View workflow file
fix: OnStart ctx bug, rename session→user, full logout cleanup
#30
:
Commit
910a5c2606
pushed by
clawbot
feature/mvp-remaining
2026-02-28 20:16:25 +01:00
1m58s
View workflow file
feat: add session idle timeout cleanup goroutine
#29
:
Commit
bdc243224b
pushed by
clawbot
feature/mvp-remaining
2026-02-28 20:02:43 +01:00
1m59s
View workflow file
feat: add session idle timeout cleanup goroutine
#28
:
Commit
e7dca3a021
pushed by
clawbot
feature/mvp-remaining
2026-02-28 20:00:41 +01:00
4s
View workflow file
Merge pull request 'feat: password-based registration and login (closes #1)' (#23) from feature/auth-passwords into main
#27
:
Commit
4a0ed57fc0
pushed by
sneak
main
2026-02-28 19:57:53 +01:00
9s
View workflow file
fix: remove unused //nolint:gosec directives on password fields
#26
:
Commit
52c85724a7
pushed by
clawbot
feature/auth-passwords
2026-02-28 19:39:15 +01:00
2m5s
View workflow file
consolidate password_hash into 001 migration
#25
:
Commit
69c9550bb2
pushed by
clawbot
feature/auth-passwords
2026-02-28 17:00:33 +01:00
1m27s
View workflow file
feat: add session idle timeout cleanup goroutine
#24
:
Commit
2774be06d4
pushed by
clawbot
feature/mvp-remaining
2026-02-27 14:09:00 +01:00
1m54s
View workflow file
Add tests for register and login endpoints
#23
:
Commit
7047167dc8
pushed by
clawbot
feature/auth-passwords
2026-02-27 14:02:34 +01:00
1m39s
View workflow file
Merge pull request 'feat: MVP two-user chat via embedded SPA (closes #9)' (#22) from feat/mvp-two-user-chat into main
#22
:
Commit
02b906badb
pushed by
sneak
main
2026-02-27 13:51:31 +01:00
10s
View workflow file
feat: MVP two-user chat via embedded SPA (#9)
#21
:
Commit
32419fb1f7
pushed by
clawbot
feat/mvp-two-user-chat
2026-02-27 11:35:14 +01:00
1m52s
View workflow file
Merge pull request 'dockerfile: use CGO_ENABLED=0 for binary builds (closes #13)' (#21) from fix/cgo-disabled into main
#20
:
Commit
2d08a8476f
pushed by
clawbot
feature/mvp-1.0
2026-02-27 08:47:59 +01:00
5s
View workflow file
Merge pull request 'dockerfile: use CGO_ENABLED=0 for binary builds (closes #13)' (#21) from fix/cgo-disabled into main
#19
:
Commit
2d08a8476f
pushed by
sneak
main
2026-02-27 08:47:20 +01:00
6s
View workflow file
dockerfile: use CGO_ENABLED=0 for binary builds
#18
:
Commit
f0c4a5bb47
pushed by
clawbot
fix/cgo-disabled
2026-02-27 07:28:31 +01:00
5s
View workflow file
dockerfile: use CGO_ENABLED=0 for binary builds
#17
:
Commit
f54a3fc07f
pushed by
clawbot
feature/mvp-1.0
2026-02-27 07:27:56 +01:00
1m48s
View workflow file
Merge pull request 'MVP 1.0: IRC-over-HTTP chat server' (#10) from feature/mvp-1.0 into main
#16
:
Commit
cbc93473fc
pushed by
sneak
main
2026-02-27 07:21:42 +01:00
5s
View workflow file
fix: address all PR #10 review findings
#15
:
Commit
a57a73e94e
pushed by
clawbot
feature/mvp-1.0
2026-02-27 06:24:12 +01:00
2m19s
View workflow file
fix: correct golangci-lint v2 module path in Dockerfile
#14
:
Commit
f821d66670
pushed by
clawbot
fix/dockerfile-golangci-lint-v2-module-path
2026-02-27 05:48:16 +01:00
1m19s
View workflow file
fix: revert .golangci.yml to main, fix all lint issues in code
#13
:
Commit
4b4a337a88
pushed by
clawbot
feature/mvp-1.0
2026-02-27 05:46:57 +01:00
1m5s
View workflow file
fix: rebase onto main, fix SQLite concurrency, lint clean
#12
:
Commit
69e1042e6e
pushed by
clawbot
feature/mvp-1.0
2026-02-27 05:28:08 +01:00
2m11s
View workflow file
fix: suppress gosec false positives for trusted URL construction
#11
:
Commit
3d08399e91
pushed by
clawbot
feature/mvp-1.0
2026-02-27 05:25:56 +01:00
51s
View workflow file
Merge pull request 'fix: repo standards audit — fix all divergences (closes #17)' (#18) from fix/repo-standards-audit into main
#10
:
Commit
9daf836cbe
pushed by
clawbot
ci/make-check
2026-02-27 05:24:23 +01:00
12s
View workflow file
fix: pin golangci-lint v2 by commit SHA, remove unused nolint directives
#9
:
Commit
cb30b1b054
pushed by
clawbot
ci/make-check
2026-02-27 05:24:10 +01:00
4s
View workflow file
fix: pin golangci-lint install to commit SHA (fixes #13)
#8
:
Commit
c7bcedd8d4
pushed by
clawbot
fix/golangci-lint-sha-13
2026-02-27 05:22:06 +01:00
1m31s
View workflow file
Merge pull request 'fix: repo standards audit — fix all divergences (closes #17)' (#18) from fix/repo-standards-audit into main
#7
:
Commit
9daf836cbe
pushed by
sneak
main
2026-02-27 05:10:15 +01:00
13s
View workflow file
First
Previous
1
2
Next
Last