Skip to content

Releases: fileformat/ghashboard

v0.0.8

22 May 18:48
Compare
Choose a tag to compare

Changelog

  • c19d442 ADD: docker needs root ssl certs to talk to github
  • f212910 UPDATE: unique error codes

v0.0.7

22 May 18:40
Compare
Choose a tag to compare

Changelog

  • 7d6e7d3 FIX: running as GHA will have no args

v0.0.6

22 May 18:19
Compare
Choose a tag to compare

Changelog

  • 7335ccc FIX: drift between flags and GHA definition

v0.0.5

22 May 17:44
Compare
Choose a tag to compare

Changelog

  • 2a91332 ADD: external badge for open PRs
  • 0a6d2de ADD: support for customizing title/header/footer
  • 0d1edd9 FIX: remove leftover %s from logging
  • 50bc705 UPDATE: fix output arg handling
  • 6afed8b UPDATE: rename ghashboard.go -> main.go

v0.0.4

04 May 14:43
Compare
Choose a tag to compare

Changelog

  • 1fff5af ADD: banner image
  • 96d7d8a FIX: active/inactive repo flag
  • 12329c9 FIX: ignore excludes if includes are specified
  • a17b0af TWEAK: more clear variable name
  • 2aeba37 UPDATE: dynamic template list, intro blurb

v0.0.3

28 Apr 14:27
Compare
Choose a tag to compare

Changelog

  • bee5153 UPDATE: fixed sorting, fixed private filtering

v0.0.2

28 Apr 04:36
Compare
Choose a tag to compare

Changelog

  • 30f758b FIX: default templates need to be embedded
  • b8d5f76 UPDATE: prep for launching as a Github Action in the marketplace

v0.0.1

28 Apr 03:16
Compare
Choose a tag to compare

Changelog

  • 9b41eed ADD: CI to check if fork is up-to-date
  • 84b746c ADD: Cloudflare analytics
  • 9ad0096 ADD: MVP working
  • 8a174b1 ADD: basic files
  • 9b53893 ADD: csv support
  • 54b8162 ADD: example images
  • 6ad022d ADD: external badges (just license so far)
  • b1147cd ADD: filtering which workflows to show
  • 5070566 ADD: generate-readme GHA
  • 4d7dd9f ADD: ghashboard logo in footer
  • 88ee01d ADD: license and credits
  • c1a2e0a ADD: mini-website and logo
  • 00cd6de ADD: more builtin external badges
  • 3828ec4 ADD: sample dashboard
  • 4ad5580 ADD: screenshots
  • a42cd85 ADD: sorting
  • 3a58b7a ADD: standard website files
  • ea21521 ADD: support for showing private repos (among other filters)
  • c8f4513 ADD: support more flags in GHA
  • dcd5a8f ADD: to-do notes
  • db792d8 ADD: use special name for Github token env var
  • 0a2b8d8 FIX: handle empty env vars for boolean flags
  • b4a929f FIX: html url for open issues
  • 7932e8e Initial commit
  • 1bd23f7 NIL
  • 07879cc UPDATE: build/release via Github Actions
  • b049064 UPDATE: minor doc fix
  • eb2251b UPDATE: prep for generating README.md with a GHA
  • ebc856e UPDATE: use prefix for env vars
  • 543493e UPDATE: viper for env config, slog for logging