Kanstantsin Shautsou

Results 444 comments of Kanstantsin Shautsou

Hm.. i think it may help. Is there any way to do it dynamically according to nickserv reply?

@kohsuke assumption that Issue and PR has the same data is wrong. They track different instances of data. Example is date time of changes: https://github.com/KostyaSha/github-pullrequest-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/pullrequest/GitHubPRTrigger.java#L370-L371

And https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GHPullRequest.java#L111 is Deprecated

More details about updated_at. If you change label or comment -> it issue change. If you change commits -> PR change. It looks like in GH internal structure it two...

> , so the design here is to call GHPullRequest.fetchIssue() at the right point Also this method is private, having fetchissue and populate methods public should help with getting almost...

> it fails to resolve the URL of the GitHub repository. Sounds like you have issues with environment and it's not a plugin issue.

Probably better place in github client builder/connection itself, then it can handle any kind of errors

Wouldn't it be possible convert set to treeset only during deserialization?