This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242370 - notify callers about subtasks started from command execution
Summary: notify callers about subtasks started from command execution
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 15:19 UTC by Ondrej Vrabec
Modified: 2014-03-06 03:21 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (697.57 KB, text/plain)
2014-02-26 15:19 UTC, Ondrej Vrabec
Details
patch - API change (7.85 KB, patch)
2014-02-26 15:39 UTC, Ondrej Vrabec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2014-02-26 15:19:00 UTC
Long operations such as clone/pull/push/fetch do not update progress or deliver messages describing steps of their execution. cgit on the other hand prints more or less interesting messages in console so user may track the command's progress. It would be great to pass JGit's messages forward to a caller.
Comment 1 Ondrej Vrabec 2014-02-26 15:19:08 UTC
Created attachment 145598 [details]
IDE log
Comment 2 Ondrej Vrabec 2014-02-26 15:39:36 UTC
Created attachment 145599 [details]
patch - API change
Comment 3 Ondrej Vrabec 2014-02-26 15:40:18 UTC
asking for a review
Comment 4 Ondrej Vrabec 2014-03-04 12:37:21 UTC
fix: http://hg.netbeans.org/core-main/rev/572aa732ddc8
Comment 5 Ondrej Vrabec 2014-03-04 12:37:26 UTC
fix: http://hg.netbeans.org/core-main/rev/dfdd6008cb4a
Comment 6 Quality Engineering 2014-03-06 03:21:20 UTC
Integrated into 'main-silver', will be available in build *201403060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/572aa732ddc8
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #242370 - notify callers about subtasks started from command execution
API change