Skip to content

Releases: nielsbasjes/codeowners

v2.0.0

Choose a tag to compare

@nielsbasjes nielsbasjes released this 26 May 17:02
  • Converted everything from Java to Kotlin to make the code cleaner and better for null safety.
  • Chaining setters is no longer possible (simply to keep the code clean)
  • This is a major update because some of the getters and setters have changed.
  • Much higher code coverage actually testing all edge cases.

v1.14.1

Choose a tag to compare

@nielsbasjes nielsbasjes released this 12 Dec 10:51

What's Changed

  • fix: Fixed matching bug ".gitignore" also matched "foo.gitignore"

Full Changelog: v1.14.0...v1.14.1

Gitlab codeowners exclusion rules

Choose a tag to compare

@nielsbasjes nielsbasjes released this 11 Dec 15:23

What's Changed

  • Support for the Gitlab Exclusion rules for the codeowners

Full Changelog: v1.13.0...v1.14.0

v1.13.0

Choose a tag to compare

@nielsbasjes nielsbasjes released this 15 Nov 18:53
Release:copy for tag v1.13.0

v1.12.2

Choose a tag to compare

@nielsbasjes nielsbasjes released this 08 Nov 15:12

What's Changed

Full Changelog: v1.12.1...v1.12.2

v1.12.1

Choose a tag to compare

@nielsbasjes nielsbasjes released this 30 Oct 17:16

What's Changed

  • fix: Allow email addresses much closer to the official specs. by @nielsbasjes in #277

Full Changelog: v1.12.0...v1.12.1

v1.12.0

Choose a tag to compare

@nielsbasjes nielsbasjes released this 11 Jun 13:58
  • Output an aggregate table with all users affected by a specific message.
  • Many dependencies updated.

Better output.

Choose a tag to compare

@nielsbasjes nielsbasjes released this 15 Mar 13:25
  • Improve readability of the all approvers list and the logging.
  • Make level configurable per type of problem.

Deduplicate Gitlab users

Choose a tag to compare

@nielsbasjes nielsbasjes released this 11 Mar 13:45
  • Fix for strange duplicate users returned by Gitlab (provided by @cvuik)

Better control over Gitlab check

Choose a tag to compare

@nielsbasjes nielsbasjes released this 01 Mar 08:55
  • Automatically not run locally if configured for GitlabCI
  • Ability to specify at what problem level it should fail (Warning, Error, Never)