-
Notifications
You must be signed in to change notification settings - Fork 641
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
Switch to software.xdev.saveactions IDEA plugin #13326
Conversation
> This project has been archived and is looking for a maintainer This is the disclaimer at the top of the README of https://github.com/dubreuia/intellij-plugin-save-actions The project was continued by fishermans in https://github.com/fishermans/intellij-plugin-save-actions, but they never published a new version on the IDEA Marketplace. xdev-software has now done this instead, which is the plugin version that this commit switches to. Everyone still needs to accept the change by installing the newly required plugin. On start up, you'll notice an error pop-up informing you that you have not yet installed a required plugin. This project seems nicely set up, with GHA to build and publish the version to the marketplace. They state that they will provide maintenance updates to provide support to newer IDEA versions. I had a look through the diff to look for obvious security problems, but did not encounter anything suspicious. I think we're good to use this instead. See: dubreuia/intellij-plugin-save-actions#427 See: https://github.com/fishermans/intellij-plugin-save-actions See: https://github.com/xdev-software/intellij-plugin-save-actions
When we merge this, we should update: https://github.com/camunda/zeebe/wiki/Code-Style
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering if the built-in Actions on Save
are not enough for us. I haven't tried it, so I don't know why we never went with that.
The plugin you added looks good to me 👍 I assume you tried it etc. 🚀
That's a good question to ask @npepinpe. The reason is twofold:
|
bors merge |
Build succeeded: |
Backport failed for Please cherry-pick the changes locally. git fetch origin stable/8.0
git worktree add -d .worktree/backport-13326-to-stable/8.0 origin/stable/8.0
cd .worktree/backport-13326-to-stable/8.0
git checkout -b backport-13326-to-stable/8.0
ancref=$(git merge-base b050dedcaf504368a58b96075962ab17a567db3a 1547888f6964984e213e0262c37ba5d8b1fe20f3)
git cherry-pick -x $ancref..1547888f6964984e213e0262c37ba5d8b1fe20f3 |
Backport failed for Please cherry-pick the changes locally. git fetch origin stable/8.1
git worktree add -d .worktree/backport-13326-to-stable/8.1 origin/stable/8.1
cd .worktree/backport-13326-to-stable/8.1
git checkout -b backport-13326-to-stable/8.1
ancref=$(git merge-base b050dedcaf504368a58b96075962ab17a567db3a 1547888f6964984e213e0262c37ba5d8b1fe20f3)
git cherry-pick -x $ancref..1547888f6964984e213e0262c37ba5d8b1fe20f3 |
Successfully created backport PR for |
13356: [Backport stable/8.2] Switch to software.xdev.saveactions IDEA plugin r=korthout a=backport-action # Description Backport of #13326 to `stable/8.2`. relates to dubreuia/intellij-plugin-save-actions#427 Co-authored-by: Nico Korthout <[email protected]>
13356: [Backport stable/8.2] Switch to software.xdev.saveactions IDEA plugin r=korthout a=backport-action # Description Backport of #13326 to `stable/8.2`. relates to dubreuia/intellij-plugin-save-actions#427 Co-authored-by: Nico Korthout <[email protected]>
13358: [Backport stable/8.1] Switch to software.xdev.saveactions IDEA plugin r=korthout a=korthout ## Description <!-- Link to the PR that is back ported --> Backport of - #13326 Tiny conflict because the google-java-format plugin was using a different version. Co-authored-by: Nico Korthout <[email protected]>
13357: [Backport stable/8.0] Switch to software.xdev.saveactions IDEA plugin r=korthout a=korthout ## Description <!-- Link to the PR that is back ported --> Backport of - #13326 Tiny conflict because the google-java-format plugin was using a different version. Co-authored-by: Nico Korthout <[email protected]>
13357: [Backport stable/8.0] Switch to software.xdev.saveactions IDEA plugin r=korthout a=korthout ## Description <!-- Link to the PR that is back ported --> Backport of - #13326 Tiny conflict because the google-java-format plugin was using a different version. Co-authored-by: Nico Korthout <[email protected]>
Description
This is the disclaimer at the top of the README of https://github.com/dubreuia/intellij-plugin-save-actions
The project was continued by fishermans in https://github.com/fishermans/intellij-plugin-save-actions, but they never published a new version on the IDEA Marketplace.
@xdev-software has now done this instead, which is the plugin version that this pull request switches to. Everyone still needs to accept the change by installing the newly required plugin. On start up, you'll notice an error pop-up informing you that you have not yet installed a required plugin.
This project seems nicely set up, with GHA to build and publish the version to the marketplace. They state that they will provide maintenance updates to provide support to newer IDEA versions. I had a look through the diff to look for obvious security problems, but did not encounter anything suspicious. I think we're good to use this instead.
See: dubreuia/intellij-plugin-save-actions#427
See: https://github.com/fishermans/intellij-plugin-save-actions
See: https://github.com/xdev-software/intellij-plugin-save-actions
Related issues
NA
Definition of Done
Not all items need to be done depending on the issue and the pull request.
Code changes:
backport stable/1.3
) to the PR, in case that fails you need to create backports manually.Testing:
Documentation:
Other teams:
If the change impacts another team an issue has been created for this team, explaining what they need to do to support this change.
Please refer to our review guidelines.