Bug 404857 - all jobs should support running in the background without user interaction
Summary: all jobs should support running in the background without user interaction
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 3.8.4   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2013-04-03 18:01 EDT by Steffen Pingel CLA
Modified: 2013-04-05 10:53 EDT (History)
0 users

See Also:


Attachments
mylyn/context/zip (2.54 KB, application/octet-stream)
2013-04-04 17:46 EDT, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2013-04-03 18:01:32 EDT
Query jobs use the user flag of the job to control whether password prompts are shown. This allows synchronization jobs to run in the background and fail without disrupting workflows. All other jobs such as task submissions respect the user flag in the same manner.
Comment 1 Steffen Pingel CLA 2013-04-03 18:02:18 EDT
Related reviews:

https://git.eclipse.org/r/#/c/11624/
https://git.eclipse.org/r/#/c/11475/
Comment 2 Steffen Pingel CLA 2013-04-04 17:46:58 EDT
Created attachment 229356 [details]
mylyn/context/zip
Comment 3 Steffen Pingel CLA 2013-04-04 19:35:41 EDT
Pushed another change to set the user flag for the task submission job by default and make the same change for the get history, task deletion and update repository configuration jobs: https://git.eclipse.org/r/#/c/11667/.
Comment 4 Steffen Pingel CLA 2013-04-05 10:52:51 EDT
The change was merged. Thanks for your contirbutions, Tomasz!