Releases: okta-graveyard/repo-supervisor
Releases · okta-graveyard/repo-supervisor
v3.2.0
Compare
Sorry, something went wrong.
No results found
radekk
released this
18 Nov 17:17
🎉 Features :
Support for Github webhook secret (#79 )
Added debug mode for AWS Lambda (add new ENV variable DEBUG=1 to Lambda)
🐛 Bug fixes :
Fixing JSON file parsing with nested fields (#64 )
Do not run triggers (Slack) by default (#79 )
Variety of fixes for AWS Lambda deployment (#79 )
Normalize headers case-sensitivity for event object in Lambda (#79 )
v3.1.0
Compare
Sorry, something went wrong.
No results found
radekk
released this
31 Aug 16:44
🎉 Features:
Support for YAML files (#43 )
🐛 Bug fixes:
Update packages and remove babel.js (#60 )
Added missing zip package to the Dockerfile (#42 )
v3.0.0
Compare
Sorry, something went wrong.
No results found
radekk
released this
05 Mar 14:09
This release adds the AWS Lambda support and deprecates the usage of Webtask. It consists of breaking changes.
🎉 Features:
AWS Lambda support
Use package-lock instead of shrinkwrap
Add .editorconfig file
Async/await for better handling of asynchronous actions
Updated documentation
v2.1.0
Compare
Sorry, something went wrong.
No results found
radekk
released this
08 Oct 14:14
🎉 Features:
Decrease the number of false positives by adding two additional separators for parsing word lists (#34 ).
🐛 Bug fixes:
E-mail address detection in pre-filters (#35 ).
v2.0.1
Compare
Sorry, something went wrong.
No results found
radekk
released this
10 May 20:12
🐛 Bug fixes:
Upgrade vulnerable dependencies (#28 )
Replace deprecated parameter name for listing files from PR number -> pull_number
Fix missing parameter for the npm installation npm install --no-optional
v2.0.0
Compare
Sorry, something went wrong.
No results found
radekk
released this
13 Mar 12:02
This release provides significant improvements including:
🎉 Features:
Reducing false-positives by @JasonTarka . Refs #16
Pre-filter camelCase and similar names (splits each string into individual words as best it can and compares it to a list of English words)
Manual whitelist (list high entropy strings that should be ignored)
Ignore paths in CLI (ignore .git and tests/ directories by default)
Various improvements from @JasonTarka , mostly targeting Windows users. Refs #15
🐛 Bug fixes:
Set default node version to 8 (the latest LTS)
Switch to use lStat instead of Stat to cover symlinks as well. Fixes #11
Upgrade vulnerable packages. Refs #26
Address various issues with the CLI script. Refs #27
v1.1.3
Compare
Sorry, something went wrong.
No results found
radekk
released this
26 Jul 02:30
🎉 Features:
Ignore directory created by Visual Studio Code.
Start linter together with tests when running npm test.
🐛 Bug fixes:
Don't detect CSS selector with a modifier as a secret (#10 ).
Avoiding the crash with "Cannot convert object to primitive value" (#7 ) message - bug in lodash library.
Adding fsevents as the optional package to avoid errors on the other systems than Mac OS X.
v1.1.2
Compare
Sorry, something went wrong.
No results found
radekk
released this
14 Jun 16:10
🎉 New features:
Added support for Docker. It's possible now to run Repo Supervisor in a docker container.
v1.1.1
Compare
Sorry, something went wrong.
No results found
radekk
released this
13 Jun 14:23
🐛 Bug fixes:
Wrong key from an object returned by Github API was parsed.
Avoid displaying empty results in a report.
v1.1.0
Compare
Sorry, something went wrong.
No results found
radekk
released this
13 Jun 11:17
🎉 New features:
JSON output format for the command line tool.