You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puppy => You're not submitting a puppy. I already have one and he's adorable
What is the current behavior?
At the moment of closing the task with enabled options "commit changes" and "finish featue" (or hotfix, bugfix etc.) I got the error "Error: Please have a look at the Version Control console for more details".
After this I just finish feature manually.
Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
Open task in PHPStorm: Tools - Tasks & Contexts - Open Task...
In Open Task windows select in VCS Operations - only create changelist, and in GitFlow operations - Create Feature (or Create Hotfix, etc.). Press OK.
Do some changes
Close task in PHPStorm: Tools - Tasks & Contexts - Close Active Task...
In Close Task window select: Commit Changes and Finish Feature. Press OK.
I see error in PHPStorm: Error: Please have a look at the Version Control console for more details
The feature/hotfix branch is commit and merged to master/development and deleted.
Please tell me about your environment:
Gitflow4idea version: 0.6.7
Gitflow version: 1.11.0 (AVH Edition)
IntelliJ Help -> about > click copy icon and paste here. Should look like this:
PhpStorm 2018.3.5
Build #PS-183.5912.26, built on March 7, 2019
Licensed to Denis Bondar
Subscription is active until August 2, 2019
JRE: 1.8.0_152-release-1343-b28 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-46-generic
The text was updated successfully, but these errors were encountered:
Seems like the commit function of all the TaskDialog integrations is executed sequentially, so what happens is that the git commit and the gitflow finish actions are executed almost instantaneously, which means that the actual commit doesn't finish by the time the gitflow finish action starts.
I'm not entirely sure how to solve this, since the dialog integration doesn't provide a way to synchronously rely on other integrations. I've pinged the Jetbrains people to see if they have direction.
I'm submitting a ...
What is the current behavior?
At the moment of closing the task with enabled options "commit changes" and "finish featue" (or hotfix, bugfix etc.) I got the error "Error: Please have a look at the Version Control console for more details".
After this I just finish feature manually.
The feature/hotfix branch is commit and merged to master/development and deleted.
Please tell me about your environment:
Gitflow4idea version: 0.6.7
Gitflow version: 1.11.0 (AVH Edition)
IntelliJ Help -> about > click copy icon and paste here. Should look like this:
The text was updated successfully, but these errors were encountered: