| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
when github repo webhook can't be created Don't throw exceptions as we are handling the error, just print to the log
There was a problem hiding this comment.
This would really be useful, as I get these stack traces all the time. Would a cleaned-up version of this PR be welcome @KostyaSha?
Sorry, something went wrong.
|
|
||
| import com.cloudbees.jenkins.GitHubRepositoryName; | ||
| import com.google.common.base.Function; | ||
| import com.google.common.base.Optional; |
There was a problem hiding this comment.
Seems to be a compilation error.
Sorry, something went wrong.
I were waiting user to fixup #226 but any working variant will be ok |
Sorry, something went wrong.
Fix compilation and tests
|
I think I forgot to come back to finish this. |
Sorry, something went wrong.
|
CI failing with not enough space on disk |
Sorry, something went wrong.
Ah, even better to not have to show an error at all because we never try to do something we are not permitted to do. |
Sorry, something went wrong.
if we don't have admin permissions
|
I've changed it to not show the problem if there are no permissions, lowered the log level to debug and added more testing |
Sorry, something went wrong.
|
About #226 - sorry I fell out of the loop, hope to get back to that soon. Or feel free to follow up with PRing wanted cleanups on top of that :) |
Sorry, something went wrong.
|
Can this one be merged? We have hundreds of repos adding the stacktrace to the log. It would be very nice to get that fixed. |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Looks fine. Have not tested it.
Sorry, something went wrong.
|
yes it is done |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
when github repo webhook can't be created
Don't throw exceptions as we are handling the error, just print to the log
This change is