Skip to content

Releases: rapid7/icon-integrations-validators

2.17.0

20 Feb 15:38
ff3ff54
Compare
Choose a tag to compare

Add workflow name validator, Bug fix for title filters

2.16.2 - Title validator bug fixes

20 Feb 14:53
43f3e6f
Compare
Choose a tag to compare

This release fixes issues with numeric values in titles.

2.16.0: Merge pull request #84 from rapid7/description

11 Feb 18:38
6e32725
Compare
Choose a tag to compare

Add workflow description validator

2.14.0 - Bug fix for missing required key

06 Feb 21:09
ee65b70
Compare
Choose a tag to compare

This release fixes a bug where if the "required" key was missing for the output of an action or trigger, the help validator would fail. This release also addresses some error formatting issues.

2.13.0: Merge pull request #81 from rapid7/workflow

03 Feb 22:15
81f9bea
Compare
Choose a tag to compare

2.9.0

22 Jan 22:14
81a489b
Compare
Choose a tag to compare

Add workflow validation for:

  • help change log
  • help.md
  • yaml vendor key
  • yaml version key
  • yaml extension key
  • yaml support key
  • profanity
  • files

Add unit testing for workflow validation

refactor validators for speling and grammar

Bugfix in URLValidator

21 Jan 19:12
fd6a050
Compare
Choose a tag to compare

Better error handling in all "with open() as f: " sections. Worked locally, but errors found in Jenkins builds.

ChangelogValidator and HelpInputOutputValidator changes

16 Jan 21:57
0ac5a0a
Compare
Choose a tag to compare

Update ChangelogValidator to validate plugin’s version history with latest version number | Update HelpInputOutputValidator error messaging

2.6.9

10 Jan 19:11
a796cbd
Compare
Choose a tag to compare

Update HelpInputOutputValidator to fix error messaging | Fix issue with HelpInputOutputValidator when help.md has action and trigger with same name

2.6.7

20 Dec 17:02
02659d6
Compare
Choose a tag to compare

Handle plugins without actions