Commit Graph

6 Commits

Author SHA1 Message Date
30dea2c239 test(types,common): add unit tests, fix goimports formatting
- Add tests for types package: NewDataSet, NewCommit, Commit.String,
  Freq.Merge, DataSet operations
- Add tests for graph/common package: MinMax, ColorForFrequency,
  CreateGraph, SetColorScheme
- Fix goimports alignment in common.go and settings.go
2026-03-11 06:01:45 +00:00
8f8735d5a8 chore: modernize Go 1.26, update deps, fix lint issues
- Update Go version from 1.19 to 1.26
- Update all dependencies to latest versions
- Fix staticcheck warnings (unused vars, types, functions)
- Remove unused svgToPng function
- Add GitHub Actions CI workflow
2026-02-23 17:27:51 +00:00
7d080ff153 update gitfetch to use builtins, add config option for author 2023-02-07 15:16:42 -08:00
ee2fa0d24a fix minmax func 2023-02-05 10:50:18 -08:00
f17cc5e1d5 remove black from palette 2023-01-31 00:25:04 -08:00
f2fa0500fb rename gitgraph => graph 2023-01-30 15:07:13 -08:00