Simon Forsberg
Simon Forsberg
The same goes for the bot itself sometimes, for example when this log message appears in Tomcat: > 17-Jan-2015 19:35:32.182 INFO [http-nio-80-exec-7] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header > Note:...
@Vogel612 from what I have noticed so far, there is no real place to put a pokemon-catch. The logging shown above is from this method: ``` @ExceptionHandler(Exception.class) @ResponseStatus(HttpStatus.BAD_REQUEST) public void...
Is this a possible duplicate of #113 ?
It should be very easy to add these tests now with this parameterized test: https://github.com/Zomis/Duga/commit/919f1c4e27ea8c02ca6223cead08f76086e4df85#diff-8efb044b89757a1d54e68d4e26a6d014
It seems like comment content are included: http://chat.stackexchange.com/transcript/message/27428181#27428181 . Perhaps `pull_request_review_comment` only occurs when using the Github API and not when using the webhooks?
According to Mug, when used as a webhook it is `X-GitHub-Event: issue_comment`
For this to be done, it requires that Duga scans the chat transcript, which it currently does not. @Vogel612 and others are working on a more interactive bot, which features...
Re-opening this as I haven't totally rejected the possibility of this in the future.
Duga has some memory issues that I should deal with first, my prediction is that I can get this issue done some time this or next week
@Vogel612 Duga currently only scans comments on SO, but it should be quite easy to expand it. I still only use about 15% of her API capacity. And if I...