Issue 89863 - handle new modules in EIS
Summary: handle new modules in EIS
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: www (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: gregor.hartmann
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 15:45 UTC by gregor.hartmann
Modified: 2013-08-07 15:34 UTC (History)
5 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description gregor.hartmann 2008-05-23 15:45:17 UTC
To ease the handling of new Modules the following should be implemented:

EIS:
- A new entry "New Modules" should be added to each CWS
- Only EIS Admins are allowwd to add modules
- It is visible to everyone

Buildbots/Tinderboxes:
- The Soap Request to get CWS Information gets a new field for the New Modules
- These have to get checked out from HEAD instead of from CWS-Tag

cwsintegrate:
Also read the new field and checkout the modules (and do whatever else is needed
there)


EIS Bonus:
Submit a task to mh/collab to add the appropriate alias to CVS and add the task
to the CWS
Comment 1 lohmaier 2008-05-23 21:58:24 UTC
see also issue 64558
Comment 2 bernd.eilers 2008-05-26 11:49:57 UTC
BEI->GH: New Column in Database is there. Feature in webfrontend to edit it and
delete it is also available. There is a new SOAP Method getNewModules which
returns a String Array of new modules. Support for this method has been added in
perl module Cws.pm and this in turn is used for a new mode for the cwsquery
command line tool: cwquery newmodules. This part of the issue can already be tested.

BEI->RT: Handing  over to you to add support in cwsintegrate tool.
Comment 3 rt 2008-05-28 14:27:30 UTC
cwsintegrate is not the best location to add a query for new modules, I think.
Perhaps we should implement it in our script updating a master workspace for a
new milestone, but we still would have to do some work manually.
For now I'd just add a check into cwsanalyze.pl giving a message about new
modules if there are any registered. So anyone analyzing a CWS, including RE,
gets informed.
Comment 4 rt 2008-05-28 17:04:32 UTC
Fix committed to CWS cwsqueryenhance3. I regard my part as done. Back to you.
Comment 5 bernd.eilers 2008-06-05 16:33:39 UTC
BEI->GH: RT added support in cwsanalyze.pl there´s no need for a change in
cwsintegrate, rest is done without bonus. Consider this fixed.
Comment 6 bernd.eilers 2008-06-05 16:35:38 UTC
BEI->GH: handing over to you for QA.
Comment 7 gregor.hartmann 2008-07-18 10:43:50 UTC
verified
Comment 8 jens-heiner.rechtien 2008-12-29 16:05:04 UTC
Close issue.