Releases: seemethere/unir
Releases · seemethere/unir
Block merging based on keywords
Merge pull request #20 from seemethere/update Merged with https://github.com/seemethere/unir
Fix bug related to commit statuses causing double merges
Change Log
v0.4.2 (2018-04-02)
Fixed bugs:
- Commit statuses for unir should not trigger merges #14
Merged pull requests:
- Don't trigger merge on our own status events #15 (seemethere)
- Update golang to 1.10.1 #13 (seemethere)
Fix nil pointer error when no target url is present
Hot fix for when we post github commit statuses with no target url:
unir_1 | goroutine 52 [running]:
unir_1 | github.com/seemethere/unir/internal.handleStatus(0x2030, 0xc42001606d, 0x9, 0xc4203d58b0, 0xc4203d58f0, 0xc4203d58e0, 0x0, 0xc420224bc0, 0x1, 0x4, ...)
unir_1 | /go/src/github.com/seemethere/unir/internal/webhook.go:202 +0x6b
unir_1 | created by github.com/seemethere/unir/internal.(*GithubWebhookHandler).handleGithubWebhook
unir_1 | /go/src/github.com/seemethere/unir/internal/webhook.go:52 +0x4b0
Switch to commit statuses for reporting errors/successes
Change Log
v0.4.0 (2018-04-02)
Merged pull requests:
- Create commit statuses instead of posting comment #12 (seemethere)
Adding "Merge on Green" functionality
v0.3.0 (2018-01-19)
Implemented enhancements:
- Add listeners for commit statuses #8
Merged pull requests:
- Create LICENSE #11 (seemethere)
- Merge pull requests on successful commit statuses #9 (seemethere)
- Add integration authentication, removes client auth #7 (seemethere)
- Add installation instructions #6 (seemethere)
Change webhook url, prepping for Github App integration
v0.2.0 (2018-01-17)
Merged pull requests:
- Change webhook url to just be the root #5 (seemethere)
- Add initial travis file #3 (seemethere)
v0.1.1: bump to 0.1.1
v0.1.1 (2018-01-17)
Merged pull requests:
- Account for case sensitivity in usernames #4 (seemethere)
- Makes commit link clickable #2 (seemethere)
- Adds docker image usage to README.md #1 (seemethere)
Initial release
Add release mechanism Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>