florentsolt-pea-cto
Mar 19, 2026 09:57:16 UTC
florentsolt-pea-cto-20260319-095716.log
From github.com:florentsolt/pea-cto
31df016..16aa854 main -> origin/main
Updating 31df016..16aa854
Created autostash: 7e1c531
Fast-forward
data.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied autostash.
florentsolt-systemctl
Mar 16, 2026 17:57:33 UTC
florentsolt-systemctl-20260316-175733.log
Pulling latest changes...
From github.com:florentsolt/systemctl
e303012..ac74eb7 main -> origin/main
Updating e303012..ac74eb7
Fast-forward
Makefile | 2 +-
deploy.sh | 4 ++--
systemctl-web.service | 17 -----------------
systemctl.service | 14 ++++++++++++++
4 files changed, 17 insertions(+), 20 deletions(-)
delete mode 100644 systemctl-web.service
create mode 100644 systemctl.service
Tidying modules...
Building binary (static assets are embedded via go:embed)...
Updating systemd service...
install: cannot stat '/opt/systemctl/systemctl-web.service': No such file or directory
florentsolt-pea-cto
Mar 16, 2026 09:55:27 UTC
florentsolt-pea-cto-20260316-095527.log
From github.com:florentsolt/pea-cto
a67faab..31df016 main -> origin/main
Updating a67faab..31df016
Created autostash: aee134c
Fast-forward
scripts/pea-cto.service | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Applied autostash.
florentsolt-pea-cto
Mar 16, 2026 09:53:20 UTC
florentsolt-pea-cto-20260316-095320.log
From github.com:florentsolt/pea-cto
c4d779d..a67faab main -> origin/main
Updating c4d779d..a67faab
Created autostash: 725818f
Fast-forward
cmd/server/main.go | 53 +++++++++++++++++++++++++++++++++----------------
scripts/pea-cto.service | 2 +-
2 files changed, 37 insertions(+), 18 deletions(-)
Applied autostash.
florentsolt-radio
Mar 13, 2026 14:15:37 UTC
florentsolt-radio-20260313-141537.log
From github.com:florentsolt/radio
8e0c85f..1b2c8f4 main -> origin/main
Updating 8e0c85f..1b2c8f4
Fast-forward
cmd/server/main.go | 2 +-
go.mod | 5 +
go.sum | 4 +
internal/app/app.go | 292 +++++++++++++++++++++++++++++++++++---
internal/app/app_test.go | 296 +++++++++++++++++++++++++++++++++++++-
metadata.json | 362 +++++++++++++++++++++++++++++++++++++++++++++++
web/app.js | 35 +++--
7 files changed, 964 insertions(+), 32 deletions(-)
create mode 100644 go.sum
create mode 100644 metadata.json
go: downloading github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
go: downloading github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300
florentsolt-pea-cto
Mar 13, 2026 14:07:25 UTC
florentsolt-pea-cto-20260313-140725.log
From github.com:florentsolt/pea-cto
9bd355b..c4d779d main -> origin/main
Updating 9bd355b..c4d779d
Created autostash: a323161
Fast-forward
web/profits.js | 33 ++++++++++++++++++++++++++++-----
1 file changed, 28 insertions(+), 5 deletions(-)
Applied autostash.
florentsolt-pea-cto
Mar 12, 2026 12:53:56 UTC
florentsolt-pea-cto-20260312-125356.log
Already up to date.
florentsolt-pea-cto
Mar 12, 2026 12:48:38 UTC
florentsolt-pea-cto-20260312-124838.log
error: cannot pull with rebase: You have unstaged changes.
error: Please commit or stash them.
florentsolt-pea-cto
Mar 12, 2026 12:43:06 UTC
florentsolt-pea-cto-20260312-124306.log
error: cannot pull with rebase: You have unstaged changes.
error: Please commit or stash them.
florentsolt-pea-cto
Mar 12, 2026 08:30:23 UTC
florentsolt-pea-cto-20260312-083023.log
From github.com:florentsolt/pea-cto
45e4c5f..0acb6e2 main -> origin/main
Updating 45e4c5f..0acb6e2
Fast-forward
cmd/server/main.go | 16 +++-
cmd/token/main.go | 200 ++++++++++++++++++++++++++++++++++++++++++++++
cmd/token/main_test.go | 210 +++++++++++++++++++++++++++++++++++++++++++++++++
internal/mail/oauth.go | 29 +++++++
token.json | 6 +-
5 files changed, 457 insertions(+), 4 deletions(-)
create mode 100644 cmd/token/main.go
create mode 100644 cmd/token/main_test.go