Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Releases: PromoFaux/Matterhook.NET

Matterhook.NET 1.3.2

23 Dec 00:35
b0a0226
Compare
Choose a tag to compare

09ff534 - Payload.assignee not payload.issue/pullrequest.assignee
efc5580 - DEBUG: Save github hooks to see what's happening.
a74aedc - Add another try/catch in. Probably wont do anything
2697e1e - Add flag to toggle saving payloads
5377a89 - change up review dismissal text
46047be - payload.comment.body not payload.issues.body
aa2b72b - Remove unused directives/apply code styling
2315e6b - don't post message to mattermost if Discourse post body is blank
35bf094 - ulong all the ints. Overkill, but Github IDs on status events are already more than a 32bit signed int can handle.
3b62c6a - Blanket change to signed longs instead. Will fine tune more at some point, but ther is the possibility of user IDs with negative numbers. long is still massive!
41df131 - I've been doing reading. Though probably not understanding. Switching GC to Workstation mode, rather than Server may decrease memory usage.
99d3bba - Merge branch 'development' of https://github.com/PromoFaux/Matterhook.NET into development
606e232 - Be a bit more robust when replacing new lines. Line breaks may come from a different system!
88f0b0c - Be a bit more intelligent with HTTP return codes.
c511ded - no need to print to log here
9c027b3 - Add LogOnlyErrors flag to each config section (default true). Messages succesfully posted to Mattermost will not be logged to the console, otherwise it gets too busy
f32f2c7 - Update readme.md and config sample
da21f4c - Merge branch 'master' into development
b0a0226 - Merge pull request #12 from PromoFaux/development 1.3.2

Matterhook.NET 1.3.1

29 Sep 21:05
Compare
Choose a tag to compare

Update MatterhookClient version

Matterhook.NET 1.3

29 Sep 00:22
Compare
Choose a tag to compare

Matterhook.NET v1.2.1

19 Sep 14:06
Compare
Choose a tag to compare

No changes, but docker build is playing up.

Matterhook.NET v1.2

19 Sep 12:02
Compare
Choose a tag to compare
  • Github Pull request review messages are now handled.
  • Github Integration status messages now handled.
  • Logging should be easier to read, whitespace added between log messages and made more verbose.

Matterhook.NET v1.1

30 Aug 22:13
Compare
Choose a tag to compare

Matterhook.NET 1.0

29 Aug 10:32
Compare
Choose a tag to compare

Initial release to build the docker image properly.