uwolfer / gerrit-intellij-plugin

Gerrit Code Review Tool Integration for the IntelliJ Platform
Apache License 2.0
495 stars 103 forks source link

Option "Push commits to Gerrit by default" is not stored per project #381

Closed leonard84 closed 4 years ago

leonard84 commented 4 years ago

The option Push commits to Gerrit by default is a global setting, but it should be a per project setting.

Motivation: Not every project is a gerrit project so using this options leads to the problem, that I either have to check the push to gerrit checkbox on every gerrit commit or having to uncheck it for every non gerrit projects.

uwolfer commented 4 years ago

Duplicate of #278.

reda-alaoui commented 4 years ago

Hello,

I don't see how his relates to #278 . This issue is still present.

reda-alaoui commented 4 years ago

Is it theoretically possible to have this option stored per project? I'd like to know before trying to make a pull request.

uwolfer commented 4 years ago

I don't see how his relates to #278 .

You are right, I've referenced the wrong issue. Thanks for pointing out. Should be #159.

I'd like to know before trying to make a pull request.

A PR would be highly welcome, please see #159 for ideas how to implement.