MCMicS

Results 22 issues of MCMicS

I have open two projects and close and reopen one of them. Then I got following error in both projects. May be related to #167 ``` com.intellij.util.IncorrectOperationException: Sorry but parent:...

bug

Currently we use RSS and extraxt the Build Status from title. If the Job Title contains 'failure' it will be handled as Failed Build. ![grafik](https://user-images.githubusercontent.com/4604206/73595177-d21d8080-4515-11ea-95ba-4bed3a9b18df.png)

If I open a XML File I got following error: Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". It seems it is required to open the Dataflow View one time...

bug

**Describe the bug** A clear and concise description of what the bug is. Add the full stack trace if available. If possible, run the failing task with `--stacktrace` flag. ```...

bug
regression

I have following structure: ``` ├── src │ └── hello.sh ├── spec │ └── hello_spec.sh └── .shellspec ``` I use `--execdir` to use relative path of scripts under test. The...

Views for the user only can be selected. ![grafik](https://github.com/MCMicS/jenkins-control-plugin/assets/4604206/76fea9ee-08e8-46b9-b4cd-1e52c6541fc5) CUrrently I not find the API fo getting my-views. `http://localhost:9090/jenkins/me/my-views/api/json` only return the current jobs for default My View

enhancement
3rdParty

This Feature bundle some issue and the enhancement to allow multiple jenkins server to use within IDEA # Feature - [ ] Configuration - [ ] Views - [ ]...

enhancement
in progress

see: https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/ Minimum version is then 2022.3

The new UI use different icon styles and color. It would be great if we also offer these icons. see: https://www.jetbrains.com/help/idea/new-ui.html

enhancement

Currently Views are reloaded if a setting is changed or a connection is firstly established. Steps: 1. Open IntelliJ with enabled Plugin 2. Create new View on Jenkins server 3....