-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error overlay over whole of screen if connection is lost #233
Comments
related to #144 |
I changed the message and the notification to be confugurable. Default is Tool Window Balloon (as previous). If the message is too large for screen it is not shown. It is also possible to configure it (Settings -> Appearance -> Notifications -> Jenkins Notifications) to show only balloon or only log Could you please give it it try and send feedback. |
Add Notification group to configure appearance
@HonoluluHenk Could you please give it it try and send feedback. |
Nice, works for me, thanks! Imho, this needs some documenting on the plugins homepage - or the overview page in the IntelliJ installed plugins view. |
thanks for feedback. The documentation will be updated on release. This will describe how to change the notification settings |
released with 0.13.7 |
I'm working on a corporate VPN.
Initially, everything works fine.
When the VPN disconnects, an error bubble is presented repeatedly over the full width of the screen, telling me that an IOExcpetion happened, blocking my view of the code.
Steps to reproduce:
Content of the error bubble:
IO Error during method execution 'https://somewhere.og/job/myjob//api/json?tree=name,url,jobs%5Bname,fullName,displayName,fullDisplayName,jobs,url,color,buildable,inQueue,healthReport%5Bdescription,iconUrl%5D,lastBuild%5Bid,url,building,result,number,displayName,fullDisplayName,timestamp,duration%5D,property%5BparameterDefinitions%5Bname,type,defaultParameterValue%5Bvalue%5D,description,choices%5D%5D%5D': Connection reset
This message should - if at all visible - imho be placed in the "Event Log" (typically this is located at the lower right).
Would be even nicer to have a user-friendly message in the plugins' toolbar-view telling me that the connection currently is unavailable.
The text was updated successfully, but these errors were encountered: