This website requires JavaScript.
Explore
Help
Sign In
gmgauthier
/
gostations
Watch
1
Star
1
Fork
0
You've already forked gostations
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
All Workflows
build.yml
release.yml
Actor
All actors
gmgauthier
Status
All status
success
failure
waiting
running
feat(favorites): per-favorite volume persistence (narrowed to favorited stations only); update Station and Favorites with Volume support and wiring in TUI
#56
:
Commit
a2eaa03090
pushed by
gmgauthier
v2.1.1
2026-06-06 11:05:24 +00:00
4m34s
feat(favorites): per-favorite volume persistence (narrowed to favorited stations only); update Station and Favorites with Volume support and wiring in TUI
#55
:
Commit
a2eaa03090
pushed by
gmgauthier
master
2026-06-06 11:04:37 +00:00
4m44s
chore(todo): add todo/ directory modeled on grokkit; seed with per-station-volume as first queued item
#54
:
Commit
6ed2225a4f
pushed by
gmgauthier
master
2026-06-06 10:48:05 +00:00
1m37s
chore(release): prepare v2.1.0 UI polish release
#52
:
Commit
67c7a93155
pushed by
gmgauthier
v2.1.0
2026-06-06 10:26:54 +00:00
4m49s
chore(release): prepare v2.1.0 UI polish release
#51
:
Commit
67c7a93155
pushed by
gmgauthier
master
2026-06-06 10:26:11 +00:00
5m3s
test: disable parallel execution to fix data races
#50
:
Commit
dc356417ec
pushed by
gmgauthier
master
2026-06-06 08:59:32 +00:00
1m43s
docs(readme): move WOMM certification notice below section separator
#49
:
Commit
1b30278f9b
pushed by
gmgauthier
master
2026-06-06 08:28:36 +00:00
53s
docs(readme): overhaul for v2.0 TUI, installers, and CLI
#48
:
Commit
02c5dd0b09
pushed by
gmgauthier
master
2026-06-06 08:21:16 +00:00
53s
docs(readme): add WOMM Platinum certification badge
#47
:
Commit
8d80a3a647
pushed by
gmgauthier
master
2026-06-06 08:18:43 +00:00
1m37s
chore(release): update post-tag messages for automated workflow
#46
:
Commit
81935c44e6
pushed by
gmgauthier
master
2026-06-06 07:30:12 +00:00
1m39s
chore(release): prepare v2.0.1 (CI/test/build/release fixes, changelog, VERSION bump)
#44
:
Commit
33518eb4a4
pushed by
gmgauthier
v2.0.1
2026-06-06 07:27:31 +00:00
4m43s
chore(release): prepare v2.0.1 (CI/test/build/release fixes, changelog, VERSION bump)
#43
:
Commit
33518eb4a4
pushed by
gmgauthier
master
2026-06-06 07:26:48 +00:00
4m54s
fix(ci): add 'go mod tidy' before ./ci-build.sh in the Linux Build step of build.yml (mirrors the test job and release workflow; ensures complete go.sum for 'make build' / go build in the push-triggered Build flow)
#42
:
Commit
04a8835d7e
pushed by
gmgauthier
master
2026-06-06 07:19:15 +00:00
1m38s
fix(test): make TestPrecheck_Unit skip gracefully when player (mpv) is not installed (as in minimal CI runners); prevents os.Exit(1) from failing go test -short for the root package
#41
:
Commit
66b7f808f7
pushed by
gmgauthier
master
2026-06-06 07:14:19 +00:00
1m16s
fix(ci): make test targets depend on 'deps' in Makefile; add 'go mod tidy' before 'make test-short' in build.yml test job (consistent with release workflow fix for missing go.sum entries during go test builds)
#40
:
Commit
fefc6b8a5f
pushed by
gmgauthier
master
2026-06-06 07:10:54 +00:00
56s
chore: remove duplicate SHELL declaration and organize go.mod dependencies
#39
:
Commit
4b91b905c5
pushed by
gmgauthier
master
2026-06-06 07:06:44 +00:00
38s
chore(ci): pin setup-go to exact '1.24.2' to match go.mod minimum (prevents toolchain/local version mismatches like 1.22.5)
#38
:
Commit
8d68448adb
pushed by
gmgauthier
master
2026-06-06 07:04:55 +00:00
53s
fix(ci): modernize on-push build.yml to use actions/setup-go@1.24 + cache + go mod download (fixes Go 1.22.5 vs go.mod 1.24.2 mismatch); keep 'Linux Build' step name for compatibility; update ci-build.sh
#37
:
Commit
a9766ef360
pushed by
gmgauthier
master
2026-06-06 07:03:59 +00:00
24s
fix(release): add robust error handling, --fail, set -euo pipefail, RELEASE_ID validation, and debug output to Create Release step so failures are visible instead of silently passing
#36
:
Commit
6a3e1e8b53
pushed by
gmgauthier
master
2026-06-06 07:00:21 +00:00
6s
chore(Makefile): add per-platform 'go mod download' inside cross loop for extra robustness in CI cross-compilation environments
#34
:
Commit
f3d338ea4f
pushed by
gmgauthier
v2.0.0
2026-06-06 06:51:54 +00:00
7s
chore(Makefile): add per-platform 'go mod download' inside cross loop for extra robustness in CI cross-compilation environments
#33
:
Commit
f3d338ea4f
pushed by
gmgauthier
master
2026-06-06 06:51:47 +00:00
7s
fix(ci): run 'go mod tidy' before 'make cross' in release workflow to ensure complete go.sum for the CI Go version (fixes persistent 'missing go.sum entry' errors for direct and transitive deps during cross-compilation)
#31
:
Commit
0a4c457cb4
pushed by
gmgauthier
v2.0.0
2026-06-06 06:51:15 +00:00
6s
fix(ci): run 'go mod tidy' before 'make cross' in release workflow to ensure complete go.sum for the CI Go version (fixes persistent 'missing go.sum entry' errors for direct and transitive deps during cross-compilation)
#30
:
Commit
0a4c457cb4
pushed by
gmgauthier
master
2026-06-06 06:51:07 +00:00
7s
fix(workflow): add shell: bash to steps using bashisms (parameter expansion, [[ ) and ensure make uses bash via SHELL=; prevents /bin/sh syntax errors in release CI
#28
:
Commit
6537f3ffe1
pushed by
gmgauthier
v2.0.0
2026-06-06 06:47:02 +00:00
8s
fix(workflow): add shell: bash to steps using bashisms (parameter expansion, [[ ) and ensure make uses bash via SHELL=; prevents /bin/sh syntax errors in release CI
#27
:
Commit
6537f3ffe1
pushed by
gmgauthier
master
2026-06-06 06:46:54 +00:00
6s
fix(Makefile): set SHELL=/bin/bash so cross target recipes can use bashisms like <<< here-string (fixes /bin/sh syntax error in release CI)
#25
:
Commit
e49ad4a23d
pushed by
gmgauthier
v2.0.0
2026-06-06 06:46:29 +00:00
8s
fix(Makefile): set SHELL=/bin/bash so cross target recipes can use bashisms like <<< here-string (fixes /bin/sh syntax error in release CI)
#24
:
Commit
e49ad4a23d
pushed by
gmgauthier
master
2026-06-06 06:46:21 +00:00
8s
fix(ci): add go mod download + use make cross in release workflow to fix missing go.sum errors during cross-platform builds
#22
:
Commit
b483eab827
pushed by
gmgauthier
v2.0.0
2026-06-06 06:40:07 +00:00
6s
fix(ci): add go mod download + use make cross in release workflow to fix missing go.sum errors during cross-platform builds
#21
:
Commit
b483eab827
pushed by
gmgauthier
master
2026-06-06 06:40:01 +00:00
7s
docs: populate v2.0.0 changelog section
#19
:
Commit
cfdce2adc3
pushed by
gmgauthier
v2.0.0
2026-06-06 06:28:01 +00:00
7s
First
Previous
1
2
Next
Last