Compare commits

..

36 commits

Author SHA1 Message Date
Philip Peterson
ff38d4fb1e Merge remote-tracking branch 'q/master'
Some checks failed
CI / ci (push) Has been cancelled
Desktop Release / Build desktop (x86_64-apple-darwin) (push) Has been cancelled
Desktop Release / Build desktop (aarch64-apple-darwin) (push) Has been cancelled
Desktop Release / Build desktop (x86_64-pc-windows-msvc) (push) Has been cancelled
Desktop Release / Publish Gitea release (push) Has been cancelled
2026-08-25 17:23:32 -08:00
Philip Peterson
ca2c052522 Use Docker Hub base images instead of AWS ECR mirror
public.ecr.aws returns 429 Too Many Requests; the docker/library/*
images are just Docker Hub official images mirrored on ECR.
2026-08-25 17:22:34 -08:00
Philip Peterson
f30bc188b9 Fix 2026-08-25 15:16:10 -08:00
Philip Peterson
dcba580ba7 Fix 2026-08-25 15:08:32 -08:00
Philip Peterson
47800d51ef Fetch golangci-lint release tarball directly (bypass broken install-script checksum)
Some checks are pending
CI / ci (push) Waiting to run
2026-08-25 15:07:21 -08:00
Philip Peterson
fe4b32b902 Use latest golangci-lint in Dagger lint (v2.12.0 checksum is broken)
Some checks are pending
CI / ci (push) Waiting to run
2026-08-25 14:43:59 -08:00
Philip Peterson
9271578646 Fix goarm target format for goreleaser v2
Some checks are pending
CI / ci (push) Waiting to run
2026-08-25 14:42:19 -08:00
Philip Peterson
937b5f52a9 Add experimental Windows container build to Dagger module
Some checks are pending
CI / ci (push) Waiting to run
2026-08-25 14:24:26 -08:00
Philip Peterson
67a9247b4e Add lint steps to Dagger module
Some checks are pending
CI / ci (push) Waiting to run
2026-08-25 14:20:12 -08:00
Philip Peterson
1104f6467a Fix Dagger CLI install path in CI workflows
Some checks are pending
CI / ci (push) Waiting to run
2026-08-25 14:17:44 -08:00
Philip Peterson
afa9529afd Add Dagger module, thin CI workflows, and Gitea Actions
Some checks are pending
CI / ci (push) Waiting to run
2026-08-25 14:15:35 -08:00
Philip Peterson
cee31c1e2c try fix build
Some checks failed
Pipeline: Test, Lint, Build / Get version info (push) Has been cancelled
Pipeline: Test, Lint, Build / Lint Go code (push) Has been cancelled
Pipeline: Test, Lint, Build / Test Go code (push) Has been cancelled
Pipeline: Test, Lint, Build / Test Go code (Windows) (push) Has been cancelled
Pipeline: Test, Lint, Build / Test JS code (push) Has been cancelled
Pipeline: Test, Lint, Build / Lint i18n files (push) Has been cancelled
Pipeline: Test, Lint, Build / Check Docker configuration (push) Has been cancelled
Pipeline: Test, Lint, Build / Build (push) Has been cancelled
Pipeline: Test, Lint, Build / Push to GHCR (push) Has been cancelled
Pipeline: Test, Lint, Build / Push to Docker Hub (push) Has been cancelled
Pipeline: Test, Lint, Build / Cleanup digest artifacts (push) Has been cancelled
Pipeline: Test, Lint, Build / Build Windows installers (push) Has been cancelled
Pipeline: Test, Lint, Build / Package/Release (push) Has been cancelled
Pipeline: Test, Lint, Build / Upload Linux PKG (push) Has been cancelled
2026-08-25 13:54:27 -08:00
Philip Peterson
5696727a50 try fix cmd-a 2026-08-25 05:32:15 -08:00
Philip Peterson
dc32a2a80f gofmt gen_icon.go 2026-08-25 05:11:19 -08:00
Philip Peterson
51b708f93f try fix cmd-a 2026-08-25 05:10:24 -08:00
Philip Peterson
d1eebbf616 Cleanup 2026-08-25 05:03:07 -08:00
Philip Peterson
01e40c1d54 Fix cut/copy/paste shortcuts via NSEvent monitor 2026-08-25 04:58:17 -08:00
Philip Peterson
5aff975993 Silence golanglint error 2026-08-25 04:49:54 -08:00
Philip Peterson
3c7c02f3e5 Update readme 2026-08-25 04:39:26 -08:00
Philip Peterson
8372aa28f6 Fix devtools console copy 2026-08-25 04:03:31 -08:00
Philip Peterson
9523e65826 fix clipboard 2026-08-25 03:55:38 -08:00
Philip Peterson
f7e8618226 Fix capability 2026-08-25 03:45:42 -08:00
Philip Peterson
f30b3ba498 try fix clipboard 2026-08-25 03:44:17 -08:00
Philip Peterson
aea6377649 Fix external urls 2026-08-25 03:37:40 -08:00
Philip Peterson
b3238d57f8 build pipeline 2026-08-25 03:33:27 -08:00
Philip Peterson
36c26dbbda opt out of telemetry 2026-08-25 03:33:07 -08:00
Philip Peterson
29a8c7e31d Auto-provision admin user 2026-08-25 03:15:45 -08:00
Philip Peterson
fe41da40f7 fix nav issues 2026-08-25 03:11:13 -08:00
Philip Peterson
e238d9645d quintodrome url mask 2026-08-25 03:08:15 -08:00
Philip Peterson
9506629586 Allow swipe to go back 2026-08-25 03:00:32 -08:00
Philip Peterson
fe8010cb80 make nav bar bigger 2026-08-25 02:57:12 -08:00
Philip Peterson
4a91f98ba3 Add navigation bar 2026-08-25 02:50:10 -08:00
Philip Peterson
6fc857720f Enable chrome? 2026-08-24 21:24:20 -08:00
Philip Peterson
8ab48fbd03 fix build script 2026-08-24 21:23:59 -08:00
Philip Peterson
8229ead620 enable dependabot 2026-08-24 21:23:51 -08:00
Philip Peterson
86ed1bbb1e desktop app 2026-08-24 20:49:04 -08:00

View file

@ -468,8 +468,6 @@ jobs:
name: Package/Release name: Package/Release
needs: [build, msi] needs: [build, msi]
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: write
outputs: outputs:
package_list: ${{ steps.set-package-list.outputs.package_list }} package_list: ${{ steps.set-package-list.outputs.package_list }}
steps: steps: