fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
451 stars 10 forks source link

"Push and create pull request" does not wait for push completed #2119

Closed frankbenoit closed 1 week ago

frankbenoit commented 6 months ago

Often I encounter the situation that I choose this function and the Jira PR page does yet see the pushed branch. Does it really wait for push completion? Or can it somehow verify the push is completed?

DanPristupov commented 6 months ago

I checked the source code, yes, it waits.

frankbenoit commented 6 months ago

Then it seems to take some seconds for Jira to react on the git push. Can Fork query Jira to know when it does have the pushed commits?

DanPristupov commented 6 months ago

No, it can not. Fork simply opens url with the branch name.

DanPristupov commented 6 months ago

BTW, this is the first time I hear about such problem on BitBucket.