MCMicS

Results 22 issues of MCMicS

It would be nice to have a logic for many opened tabs. possible solutions are: - arrow on the right side with a menu to show additional tabs - scrolling...

enhancement

## My Setup - Operating System: Windows 10 (Display scale factor 150%) - App Version: 3.8.2 - [x] I have tested with the latest version - [x] I can simulate...

With the last updates of Idea and the plugin I get following error. If I press reload config it work for an short time but then it appears again. OS:...

Requested via Jetbrains marketplace > This plugin is helpful. However, for big teams with hundreds or thousands jobs, it is important to have a filter capability. I think this should...

enhancement
to be done later

Install plugin on client side leads to following error: ``` java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpConnectionManager at org.codinjutsu.tools.jenkins.security.SecurityClientFactory.basic(SecurityClientFactory.java:31) at org.codinjutsu.tools.jenkins.logic.RequestManager.testAuthenticate(RequestManager.java:315) at org.codinjutsu.tools.jenkins.view.ConfigurationPanel.testConnection(ConfigurationPanel.java:170) at org.codinjutsu.tools.jenkins.view.ConfigurationPanel.lambda$new$0(ConfigurationPanel.java:143) at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967) at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308) at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405) at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262) at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)...

enhancement

Currently we use apache.commons.httpclient for http connection. It would be better to use the JDK internal HttpCLient or one of Intellij bundled version. So it is possible to support product...

enhancement

It would be great if I have a choice to remember the last parameter for a job From [Plugin Review Page](https://plugins.jetbrains.com/plugin/6110-jenkins-control/reviews#review=59899) > Hi, Click Build on Jenkins and where you...

enhancement

If you want to access an server protected by cloudflare the error 1010 should be shown. This is because the User-Agent is blocked by Browser Integrity check. To enable Access...

enhancement

moved from #153 RSS filter - now event log shows jenkins messages from all jobs. Is possible to filter it, for instance based on selected view filter?

enhancement

If you use an Apache with Redirect Port 80 --> 8080 and use APi Token without Crumb Token you will receive followong error: ``` org.codinjutsu.tools.jenkins.security.AuthenticationException: CSRF enabled -> Missing or...

bug