Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dhth/act3

v2.0.0

16 Jun 14:25
4e8f447

Choose a tag to compare

Added

  • Allow opening failed workflows
  • Add command for generating act3's config
  • Add command for validating act3's config

Changed

  • Changed CLI interface to use dual flags (-g/--global)
  • Improve HTML layout
  • Allow fetching results for multiple repos

Changelog

v2.0.0-rc.1

14 Jun 23:10
6604738

Choose a tag to compare

v2.0.0-rc.1 Pre-release
Pre-release

Changelog

v1.1.4

07 Jan 18:28

Choose a tag to compare

Changelog

  • fa4c4f7 build: upgrade dependencies
  • 65021e9 build: upgrade go version and dependencies
  • 24bd983 chore: remove caching for gh client

v1.1.3

20 Aug 19:32

Choose a tag to compare

Changelog

  • 7ac07ae feat: retain workflow order from config

v1.1.2

20 Aug 15:14

Choose a tag to compare

Includes a minor fix to show correct date for workflows in tabular and HTML output format.

Changelog

  • cd4c3c9 fix: use correct date format

v1.1.1

18 Aug 14:12

Choose a tag to compare

Includes a minor wording change in act3's help text.

Changelog

  • 28981de fix: -f value in help text

v1.1.0

18 Aug 14:01

Choose a tag to compare

Changes

  • 🆕 - a new feature
  • 🔄 - change in behaviour

  • 🆕 - Tabular output using -f table
  • 🔄 - Check suite state/conclusion is listed for non-successful runs

Changelog

  • ec8aa2a feat: add tabular output (#7)
  • 3d79542 feat: show check suite state in tabular view
  • 703ace1 fix: use correct env var for deploy-docs
  • cd56118 style: align check suite state in tabular view

v1.0.0

17 Aug 12:46
8feffa8

Choose a tag to compare

Changes

  • ‼️ - breaking change
  • 🆕 - a new feature
  • 🔄 - change in behaviour

  • ‼️ - act3 now relies on gh for authentication, which means authenticating via the environment variable ACT3_ACCESS_TOKEN is no longer necessary. If gh is not available, authenticating via an env variable is still supported (via GH_TOKEN).
  • ‼️ - act3 now uses the repo associated with the current directory by default. Previous functionality (for fetching results for preset workflows configured via a config file) can still be achieved using the -g (stands for global) flag.
    Thanks to @slavaGanzin for the idea!
  • 🆕 - fetch results for a specific repository using -r
  • 🔄 - better highlighting for workflow runs, based on run conclusion

Changelog

  • ff6dbdc build: dependency upgrades
  • 0102ae6 build: update dependencies
  • 8f3ce8a build: upgrade to go 1.22.5
  • fdae7a0 chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#1)
  • bd557d8 chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 (#2)
  • 8feffa8 feat: use current repo by default (#5)

v0.4.0

28 Mar 17:29

Choose a tag to compare

Changelog

  • ce5fc26 feat: add support for custom urls

v0.3.0

28 Mar 15:10

Choose a tag to compare

Changelog

  • 3520c4c chore: clean up unused parts of graphql response