7 Commits

Author SHA1 Message Date
Kevin McIntyre
70b2d55613 style: fix gofmt formatting in cmd and internal packages
All checks were successful
CI / Test (push) Successful in 57s
CI / Lint (push) Successful in 14s
CI / Benchmark (push) Successful in 3m27s
2026-02-10 14:00:27 -05:00
Kevin McIntyre
4dfeb64364 ci: add workflow_dispatch trigger to CI workflow
Some checks failed
CI / Test (push) Failing after 32s
CI / Lint (push) Failing after 29s
CI / Benchmark (push) Failing after 38s
2026-02-10 13:08:02 -05:00
Kevin McIntyre
394dcddfd6 ci: add Gitea Actions workflows
Add ci.yml (test, lint, benchmark) and release.yml (cross-compile
builds) compatible with Gitea Actions. Uses upload-artifact@v3
instead of v4 which is unsupported on Gitea.
2026-02-10 12:24:04 -05:00
Kevin McIntyre
7db655a698 chore: remove GitHub Actions workflows
These workflows were designed for GitHub Actions and don't apply
to the Gitea runner. Remove to avoid blocking the CI queue.
2026-02-10 10:28:18 -05:00
Kevin McIntyre
f1544ef49c chore: update module path to gitea.dockr.co/kev/go-jdenticon
Some checks failed
CI / Test (Go 1.24.x, ubuntu-latest) (push) Successful in 1m53s
CI / Code Quality (push) Failing after 26s
CI / Security Scan (push) Failing after 11s
CI / Test Coverage (push) Successful in 1m13s
CI / Benchmarks (push) Failing after 10m22s
CI / Build CLI (push) Failing after 8s
Benchmarks / Run Benchmarks (push) Failing after 10m13s
Release / Test (push) Successful in 55s
Release / Build (amd64, darwin, ) (push) Failing after 12s
Release / Build (amd64, linux, ) (push) Failing after 6s
Release / Build (amd64, windows, .exe) (push) Failing after 12s
Release / Build (arm64, darwin, ) (push) Failing after 12s
Release / Build (arm64, linux, ) (push) Failing after 12s
Release / Release (push) Has been skipped
CI / Test (Go 1.24.x, macos-latest) (push) Has been cancelled
CI / Test (Go 1.24.x, windows-latest) (push) Has been cancelled
Move hosting from GitHub to private Gitea instance.
v0.1.0
2026-02-10 10:07:57 -05:00
Kevin McIntyre
d9e84812ff Initial release: Go Jdenticon library v0.1.0
- Core library with SVG and PNG generation
- CLI tool with generate and batch commands
- Cross-platform path handling for Windows compatibility
- Comprehensive test suite with integration tests
2026-01-03 23:41:48 -05:00
Kevin McIntyre
f84b511895 init 2025-06-18 01:00:00 -04:00