Skip to content

Releases: zenika-open-source/hygie

v0.13.1

28 May 08:06
Compare
Choose a tag to compare

No changelog for this release.

v0.13.0

28 May 07:24
Compare
Choose a tag to compare

Enhancements:

  • [enhancement] Replace process.env with an object #127

Rules:

  • [CRON][rules] Add a Cron rule to get all Pull Requests matching some params #186
  • [CRON][rules] Add a Cron rule to get all issues matching some params #149
  • [rules] Create a default .rulesrc file #120

Documentation:

  • [documentation] Add use case in the documentation #135

Others:

  • [deployment] Find a way to re-register cron jobs between each deployment #187

v0.12.0

22 May 13:24
Compare
Choose a tag to compare

Enhancements:

  • [enhancement] Add a connect() method for DataProvider #180

Rules:

  • [rules] Replace rules*.yml by .rulesrc and cron*.rulesrc #156

Cron Jobs

  • [CRON] Check CRON filename on registration #181

Others:

  • [security] During the test phase, add whitelist of projects that can use our platform #154

v0.11.0

21 May 09:10
Compare
Choose a tag to compare

Enhancements:

  • [documentation][enhancement] Simplify the way we use our app #155
  • [documentation][enhancement] Auto detect GitApi when register Credientials #152

v0.10.1

13 May 16:53
Compare
Choose a tag to compare

No changelog for this release.

v0.10.0

13 May 14:17
Compare
Choose a tag to compare

Enhancements:

  • [documentation][enhancement] Include git-webhooks-cli #141

Others:

  • [deployment] Deploy solution with Cloud Run #143

v0.9.0

10 May 07:40
Compare
Choose a tag to compare

Enhancements:

  • [enhancement] Get the rule.yml file from the repository #132
  • [build][documentation][enhancement] Add checks at startup time #129
  • [enhancement][rules] CheckVulnerabilitiesRule optionals options #125
  • [enhancement][rules] Add a 'branch' option in CommitMessageRule #121

Cron Jobs:

  • [CRON] Add the support of CRON jobs #124

Bug Fixes:

  • [bug] Copy /rules /runnables /options files into /dist #134

v0.8.0

23 Apr 06:48
Compare
Choose a tag to compare

Enhancements:

  • [enhancement][post actions] Make DeleteFileRunnable works with an optional or string files arg #116

v0.7.0

15 Apr 08:19
Compare
Choose a tag to compare

Enhancements:

  • [enhancement] Check if rules.yml is defined in user project otherwise use default one #100

Rules:

  • [rules] Add a rule to check if PR is merged #107
  • [rules] Add a rule to check PR's status #105
  • [rules] Add a rule to check if vulnerabilities exist #103
  • [rules] Add a rule to check comment #98
  • [rules] Add a rule to check if files are present in a commit #97

Post-Actions:

  • [post actions] Add a runnable to delete a PR #111
  • [post actions] Add a runnable to Merge a PR #106
  • [post actions] Add a runnable to create an issue #104
  • [post actions] Add a runnable to remove file #99

v0.6.0

04 Apr 07:09
Compare
Choose a tag to compare

Post-Actions:

  • [post actions] Add a runnable to delete an issue #110
  • [post actions] Create a runnable to add a label to an issue #109
  • [post actions] Add a runnable to delete a branch #108