Skip to content

Releases: tsimbalar/gha-build-monitor

v0.13.0 - Dependency Updates

11 May 22:40
c36e53e
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0 - Retrieve full list of repos correctly

11 May 16:24
a3af79f
Compare
Choose a tag to compare

Main changes :

  • fix issue #300
  • Upgrade to use Node LTS (v16.5.0)
  • Overall dependency upgrades

What's Changed

  • build(deps-dev): bump @types/node from 16.3.3 to 16.4.3 by @dependabot in #224
  • build(deps-dev): bump supertest from 6.1.3 to 6.1.4 by @dependabot in #220
  • build(deps-dev): bump @typescript-eslint/parser from 4.28.3 to 4.28.5 by @dependabot in #225
  • build(deps): bump date-fns from 2.22.1 to 2.23.0 by @dependabot in #226
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.5 by @dependabot in #227
  • build(deps): bump @octokit/rest from 18.6.7 to 18.7.1 by @dependabot in #223
  • build(deps): bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #219
  • build(deps-dev): bump @types/node from 16.4.3 to 16.9.1 by @dependabot in #245
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #236
  • build(deps-dev): bump eslint from 7.31.0 to 7.32.0 by @dependabot in #232
  • build(deps-dev): bump @typescript-eslint/parser from 4.28.5 to 4.31.1 by @dependabot in #248
  • build(deps-dev): bump @tsoa/cli from 3.8.0 to 3.14.1 by @dependabot in #261
  • build(deps): bump @tsoa/runtime from 3.8.0 to 3.13.0 by @dependabot in #259
  • build(deps): bump @octokit/plugin-throttling from 3.5.1 to 3.5.2 by @dependabot in #250
  • build(deps-dev): bump nodemon from 2.0.12 to 2.0.15 by @dependabot in #265
  • build(node): use Node v16.15 (LTS) by @tsimbalar in #301
  • build(deps-dev): bump typescript from 4.3.5 to 4.6.4 by @dependabot in #297
  • build(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #302
  • build(deps): bump @octokit/rest from 18.7.1 to 18.12.0 by @dependabot in #256
  • fix(repos): remove restriction on last repo update days in list of repos - hypothetical fix for #300 by @tsimbalar in #305

Full Changelog: v0.11.0...v0.12.0

v0.11.0 - Update dependencies

19 Jul 19:14
Compare
Choose a tag to compare
Pre-release
build(version): bump to v0.11.0

v0.10.1 - handle workflows in state `action_required`

26 Apr 20:17
Compare
Choose a tag to compare
fix(status): properly handle workflow completed / action_required

reported as Running for now, for lack of better option

v0.10.0 - Ignore skipped workflow runs

13 Apr 20:15
Compare
Choose a tag to compare
Pre-release

Worflow runs that were completely skipped (because of an if at top level, or because all the jobs they contain were skipped) are now ignored completely (they used to be reported as "Canceled" , which show them as red in Catlight ...)

v0.9.2 - Properly support "waiting" status

12 Apr 08:15
Compare
Choose a tag to compare

Previous build was broken

v0.9.1 - support "waiting" run status

12 Apr 08:09
Compare
Choose a tag to compare
Pre-release
build(version): bump to v0.9.1

v0.9.0

14 Jan 08:14
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • Introduce naive cache for retrieval of author commit information

to speed up retrieval of build status

v0.8.0

14 Jan 07:48
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • Retrieve and display author of the commit that caused the latest build on the branch

image

v0.7.0

12 Jan 08:07
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Simplify the setup by getting rid of Installation Id
  • simplify the server Id and name returned by the proxy

image