Bug 407145 - When pushing ref, do not search for refs on the UI thread
Summary: When pushing ref, do not search for refs on the UI thread
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-03 05:03 EDT by Alex Blewitt CLA
Modified: 2013-09-29 18:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Blewitt CLA 2013-05-03 05:03:24 EDT
When using 'Push commit' and going into the dialog that asks which reference to push, typing a character kicks off a reference search job that can be used to search for references. This introduces network lag to the responsiveness of the user interface, and should be done on a background job instead.