OpherV / gitflow4idea

Git Flow Integration plugin for IntelliJ
Apache License 2.0
504 stars 139 forks source link

Support for 2020.3 build #316

Closed tschmidt01 closed 3 years ago

banagale commented 3 years ago

I've run this PR using the Gradle Setup and validated it runs as expected.

Only item I noticed is a known exception due #314.

GaLaKtIkUs commented 3 years ago

Hi, any updates on this issue?

sercheo87 commented 3 years ago

@OpherV Do you have an update date for this plugin or will you already release a new version?

applibs commented 3 years ago

Can you change untilBuild '203.' to untilBuild '300.' for example? Otherwise you have to changing this always when IJ is updated. With 255.* will be always working and users using this plugin will be always happy. Ofcource that when something in IJ will be changed and plugin will stop work but its less chance.

tumb1er commented 3 years ago

JetBrains breaks and deprecates Idea internals in 20x builds, so you'll install a non-working plugin version. If you wish you can fork, build and install local version.

banagale commented 3 years ago

I was able to build using the docs, but was unclear on how to get at and install the local version in pycharm. Would you mind briefly explaining that process?

I believe my question is answered here: https://github.com/OpherV/gitflow4idea/issues/315#issuecomment-742293991. I haven't tried the process yet.

./gradlew buildPlugin

I reached out to my contact working in JetBrains partner support to try and understand if there is anything that can be done to prevent the need for new releases with every version.

It is pretty frustrating to add all this dev overhead. If the plugin is open source, we either need more folks who can create releases or for the plugin to not break so easily.

tumb1er commented 3 years ago

unclear on how to get at and install the local version in pycharm

  1. Open action search popup ("Ctrl + Shift + A") and search "Install plugin from Disk..."
  2. Locate build/libs/gitflow4idea-x.y.z.jar under Idea project dir
  3. Restart PyCharm

Installed plugin in list

tumb1er commented 3 years ago

314 is fixed in #317

@OpherV is there anything else that community can help with to publish 2020.3 family support?

OpherV commented 3 years ago

@tumb1er Thanks for the offer. A new version is planned to go live on the jebrains repo later this week

OpherV commented 3 years ago

0.7.5 is out with 2020.3 support