Community
Participate
Working Groups
Created attachment 175461 [details] Screenshot According to https://bugs.eclipse.org/bugs/show_bug.cgi?id=295996 I should open a separate bug for the process indicator issue during push. The process indicator during push is not not correct. Please see attached screenshot.
Problem is the following: The main task is divided into subtasks. A sub task is pushing to one origin (a push Job can push to several origins). In the progress View you see main task (0%) and below the progress of the sub task. In the status bar only the progress of the main task ist shown which stays on 0% until the first sub task is done. Found a small bug: monitor.worked is not called for the main task after completion of the sub task. But this does not solve the initial problem (0% is shown for a long time in the status bar).
Would it be possible to show the process of one of the subtasks in the main bar? I think the main use case it that you push to one repo.
Tried to directly use the given monitor instead of SubMonitor if there is only one push origin. Nevertheless this does not work because the adapter between Eclipse and JGit progress monitoring already creates a SubProgressMonitor. [This is a general problem in progress reporting: if the first sub task is long-running, the main task remains on 0%. A nicer progress reporting would include the subtask progress in the visualization of the main task progress.]
*** Bug 313865 has been marked as a duplicate of this bug. ***
I think the current behavior is ok. Closing my bug report as Won't fix.