Releases: PromoFaux/Matterhook.NET
Matterhook.NET 1.3.2
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
Update MatterhookClient version
Matterhook.NET 1.3
changes: #9
Matterhook.NET v1.2.1
No changes, but docker build is playing up.
Matterhook.NET v1.2
- 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
Consume and process Docker Hub Webhooks.
Matterhook.NET 1.0
Initial release to build the docker image properly.