Signed-off-by: Seongmin Lee git@boltless.me
appview/notify: pass logger with mergedLogger #693
STACK 13
NewPullClosed/Merged/Reopen to NewPullState
pull_reopen event
issue_reopen event
indexes/ dir
NewIssueClosed
DeleteIssue event
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
Each notifiers will need their own separate logs, so I think it would be better to let them call logger individually.
For example, in same NewIssue event, one notifier might need to log the failure while all other notifiers worked fine.
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 commit
hide 1 commit
Signed-off-by: Seongmin Lee <git@boltless.me>
nice lgtm, i was considering add a "logger" notifier, separate from every other notifier.