Signed-off-by: Seongmin Lee git@boltless.me
appview/indexer/notifier.go
This file has not been changed.
appview/notify/merged_notifier.go
This file has not been changed.
appview/state/state.go
This file has not been changed.
History
10 rounds
2 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 2 comments
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.
1 commit
expand
collapse
Signed-off-by: Seongmin Lee <git@boltless.me>
nice lgtm, i was considering add a "logger" notifier, separate from every other notifier.