Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/TM/Committer Phone Meeting 5-Jun-2007"

< DSDP‎ | TM
(New page: {|border=1 cellspacing=0 cellpadding=4 | Meeting Title: | '''TM Committer Phone Meeting''' |- | Date & Time: | Tuesday Jun 5, 2007 at [http://www.timeanddate.com/worldclock/meetingdet...)
 
 
(3 intermediate revisions by the same user not shown)
Line 27: Line 27:
  
 
{|border=1
 
{|border=1
| Martin  || 80% || || 80%
+
| Martin  || 80% || Reviews were more work than expected; Releng changes; Licensing for Europa; Preparing Release Review (tomorrow!) || 50%
 
|-
 
|-
 
| DaveD  || 90% ||  || 90%
 
| DaveD  || 90% ||  || 90%
Line 46: Line 46:
 
=== Plan for the TM Future ===
 
=== Plan for the TM Future ===
 
* Please review and edit [[TM Future Planning]] together with your Requirements / Product Management folk
 
* Please review and edit [[TM Future Planning]] together with your Requirements / Product Management folk
 +
* A TM Project Meeting is planned for SEPTEMBER 19th and 20th in Chicago, together with the Members Meeting.
  
 
=== Ramp Down Plan ===
 
=== Ramp Down Plan ===
Line 53: Line 54:
 
** RC4 -- Thu Jun 21 (5 work days)
 
** RC4 -- Thu Jun 21 (5 work days)
 
** EUROPA -- Jun 29
 
** EUROPA -- Jun 29
* Testing: '''Please use RSE yourselves in daily work'''
+
* Testing: '''Please use RSE RC2 yourselves in daily work'''
* '''1-committer-review required from now on'''. Doc-only / Comment-only / Testcases fixes allowed without review.
+
* '''2-committer-review required from now on'''. Doc-only / Comment-only / Testcases fixes allowed without review.
* Focus on hi-priority bugs (bugs been triaged?)
+
* Only P1, P2, Major bugs and regressions from now on
** Strive for all code changes done for RC2, with doc-only/testcases/escalations only for RC3 and later
+
** Exception: Doc-only/testcases/escalations
** Compiler Warnings (esp. Javadoc warnings), Copyright data updates
+
** Copyright comments all done by Martin, might want to Review / check yours
** Copyright comments: please add contribution entries at the END of the list
+
** Our IP Log needs to be frozen by the time of the Release review; '''AI Martin''' check whether we can accept patches from Xuan and  Kevin after June 6
+
* Avoid breaking API changes (though we can still break API if absolutely necessary)
+
  
 
=== Bugs and open work to be discussed ===
 
=== Bugs and open work to be discussed ===
Line 66: Line 64:
 
* '''Current Priorities:''' Fix bugs by Priority
 
* '''Current Priorities:''' Fix bugs by Priority
 
** '''Javier''': User docs and ISV docs for Discovery? '''AI Martin''' help out with releng aspects.
 
** '''Javier''': User docs and ISV docs for Discovery? '''AI Martin''' help out with releng aspects.
** '''DaveD''': [https://bugs.eclipse.org/bugs/show_bug.cgi?id=187647 187647] Persistence in Metadata
+
*** Q: separate books for Discovery ISV and Userdocs, or just plug-in to RSE help book?
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=153632 153632] incorrect filterpool for dstore - not converging to a single filter pool - how serious is it? - '''AI DaveD reevaluate'''
+
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=173518 173518] Read-only changes
**** Tobias will test, there might be some SchedulingRule
+
** '''DaveD''': N-builds / I-builds: DaveD to try out N-builds, then learn I-builds and how to contribute to Europa
**** DaveM: Migration of an existing workspace into the metadata area?
+
*** Rename "Team" view -> "Profiles" view
*** Martin: Dont persist stuff that has not been activated?
+
*** No Team-support for now; agreed to not write up manual "hack" documentation
**** DaveD dont know of a good way of doing that - when a subsystem is created, everything is scheduled for persisting
+
** '''DaveM''': IRemoteObjectAdapter: what about using the new API?
*** Empty List bug: DaveD to put Preference in, Tobias to respect it
+
*** isRemote() used in a couple of places in SystemView; other places still using IRremoteObjectAdapter; '''AI DaveM''' go through and change all to using isRemote()
*** N-builds / I-builds: DaveD to try out N-builds, then learn I-builds and how to contribute to Europa
+
*** dnd: Download-on-Copy resolved for now
** '''DaveM''': Single filter pool: Looks like a lot of work - not for 2.0, needs an architectural change: '''AI DaveM''' file an enhancement request for the future
+
*** Copy as binary although text mode specified
** Refresh related bugs: need to limit what you can "Go Into" or "Open New Window" on. Historically, the InputProvider only supported certain objects (Only connections, subsystems etc. were allowed previously) - disable the action for objects other than those?
+
** '''Martin''': Need to bring Releng scripts up to latest for Orbit; Review and release Telnet fixes; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=176461 176461] expand-to-level; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=186315 186315] EFS problematic URIs;  
*** IRemoteObjectAdapter: remote vs. local refresh in the SystemView - view historically had this destinction: "remote" things can exist multiple times, "local" things only once; objects above the filter are known RSE artifacts; objects above the filter potentially do not require a query; special handling (e.g. get the parent) only on "remote" artifacts
+
**** Alternatives for making the distinction between "remote" and "non-remote": have the non-remote model object implement a certain interface (e.g. IRSEModelObject); add an isRemote() method in ISystemViewElementAdapter already; DaveM likes the isRemote() on the adapter approach best
+
*** dnd: Download-on-Copy - have a Preference? How to do remote-only manipulations without downloading? - it works nicely with few small files but fails for lots of large files. Separate jobs per directory are necessary because files need to be created upfront for FileTransfer to work. DaveD: Governor Job that submits the others? '''AI Martin''' test the large file situation
+
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=176601 176601] fireEvent switch to display thread automatically
+
*** Do we need to markStale the parent of a child we are marking stale? - '''AI DaveM''' try getting rid of markStale() on the parent; get rid of remote access during markStale(). Kushal: Do we just mark the contents of the parent stale rather than the properties?
+
*** Copy as binary although text mode specified: FTP and dstore should honor the preference of line endings and store files accordingly. We transfer binary now but convert before the transfer. Writers should take care of the line ends automatically.
+
** '''Martin''': Need to bring Releng scripts up to latest for Orbit; Review and release Telnet fixes; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=172650 172650] Capabilities; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=176461 176461] expand-to-level; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=186315 186315] EFS problematic URIs;  
+
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=170910 170910] Integrate Terminalview -- '''OK to defer?'''
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=170910 170910] Integrate Terminalview -- '''OK to defer?'''
*** EFS: Copy(), Move(); minimal plugin activations; UI/Non-UI
+
*** UI/Non-UI: ISystemRegistry, SubSystemConfiguration
 
** '''Kushal''': [https://bugs.eclipse.org/bugs/show_bug.cgi?id=179937 179937] Single "Encoding" control on the Host (for all subsystems)
 
** '''Kushal''': [https://bugs.eclipse.org/bugs/show_bug.cgi?id=179937 179937] Single "Encoding" control on the Host (for all subsystems)
*** Deprecation: with 2.0 we have the chance of getting rid of stuff we don't like. So we should remove unwanted API if we can. If we cannot remove it yet, we can choose to rather deprecate it - then we need to tell users an alternative way with the @deprecated.
 
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=174789 174789] Property pages added to Wizard automatically: '''AI Kushal''' investigate
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=174789 174789] Property pages added to Wizard automatically: '''AI Kushal''' investigate
 
* '''Bugzilla''': [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&cmdtype=doit Severity Major], [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit&field0-0-0=priority&type0-0-0=regexp&value0-0-0=P%5B12%5D&field0-0-1=bug_severity&type0-0-1=regexp&value0-0-1=blocker%7Ccritical%7Cmajor hi-priority]
 
* '''Bugzilla''': [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&cmdtype=doit Severity Major], [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit&field0-0-0=priority&type0-0-0=regexp&value0-0-0=P%5B12%5D&field0-0-1=bug_severity&type0-0-1=regexp&value0-0-1=blocker%7Ccritical%7Cmajor hi-priority]
Line 93: Line 83:
 
* Thursday Jun 7 - public holiday in Austria (Martin ooo)
 
* Thursday Jun 7 - public holiday in Austria (Martin ooo)
 
* Martin Vacation Wed Jun 13 - Fri Jun 22
 
* Martin Vacation Wed Jun 13 - Fri Jun 22
 +
* DaveM, DaveD taking a couple weeks in August
 +
* Javier ooo last two weeks in August
  
 
== Action Items ==
 
== Action Items ==
Line 104: Line 96:
  
 
== Next Meeting ==
 
== Next Meeting ==
 +
* [[Europa Simultaneous Release]] Release Review on [http://www.timeanddate.com/worldclock/fixedtime.html?month=6&day=6&year=2007&hour=7&min=0&sec=0&p1=221 6-Jun-2007 at 7am PST / 1400 UTC]
 
* Monthly [[DSDP/TM/Phone Meeting 6-Jun-2007]] at [http://www.timeanddate.com/worldclock/fixedtime.html?month=6&day=6&year=2007&hour=16&min=00&sec=0&p1=0 9am PST / 1600 UTC]
 
* Monthly [[DSDP/TM/Phone Meeting 6-Jun-2007]] at [http://www.timeanddate.com/worldclock/fixedtime.html?month=6&day=6&year=2007&hour=16&min=00&sec=0&p1=0 9am PST / 1600 UTC]
 
* [[DSDP/TM/Committer Phone Meeting 12-Jun-2007]] at [http://www.timeanddate.com/worldclock/meetingdetails.html?year=2007&month=6&day=12&hour=15&min=00&sec=0&p1=224&p2=159&p3=250&p4=136&p5=223&iv=1800 1500 UTC]
 
* [[DSDP/TM/Committer Phone Meeting 12-Jun-2007]] at [http://www.timeanddate.com/worldclock/meetingdetails.html?year=2007&month=6&day=12&hour=15&min=00&sec=0&p1=224&p2=159&p3=250&p4=136&p5=223&iv=1800 1500 UTC]

Latest revision as of 18:02, 5 June 2007

Meeting Title: TM Committer Phone Meeting
Date & Time: Tuesday Jun 5, 2007 at 1500 UTC
Dial-in: International +44 (0)1452 567588
North America +1 (866) 6161738 (toll free)
UK National 08712460713
Passcode: 0587322148 #

MartinO to start conference call - please dial in using the numbers above.
Please be available for Skype Chat in parallel to the call. MartinO will start Skype chat just prior to call.
Skype fallback dial-in - only if less than 5 participants: martin.oberhuber, ddykstal (or david_dykstal), david-k-mcknight, kushal.munir, javier.montalvoorus, tedatteddotnet, michael_scharf, and uwe.stieber.

Invited Attendees

  • IBM - Dave McKnight, Dave Dykstal, Kushal Munir, Kevin Doyle, Xuan Chen
  • Symbian - Javier Montalvo Orús
  • Wind River - Martin Oberhuber, Michael Scharf, Uwe Stieber

This is an Open call, so anyone else can join (though we expect the talk to be interesting for committers only).

Notes

News & Review Action Items

Martin 80% Reviews were more work than expected; Releng changes; Licensing for Europa; Preparing Release Review (tomorrow!) 50%
DaveD 90% 90%
DaveM 80% 80%
Kushal 40% 40%
Javier 30% 30%
Ted 0% - 0%
Uwe 5% - 5%
Michael 10% 10%

Plan for the TM Future

  • Please review and edit TM Future Planning together with your Requirements / Product Management folk
  • A TM Project Meeting is planned for SEPTEMBER 19th and 20th in Chicago, together with the Members Meeting.

Ramp Down Plan

  • TM 2.0 Ramp down Plan for Europa, based on Europa Simultaneous Release#Milestones and Release Candidates
    • RC2 -- Tue Jun 5 (today)
    • RC3 -- Thu Jun 14 (7 work days; Martin vacation 12-Jun til 21-Jun!)
    • RC4 -- Thu Jun 21 (5 work days)
    • EUROPA -- Jun 29
  • Testing: Please use RSE RC2 yourselves in daily work
  • 2-committer-review required from now on. Doc-only / Comment-only / Testcases fixes allowed without review.
  • Only P1, P2, Major bugs and regressions from now on
    • Exception: Doc-only/testcases/escalations
    • Copyright comments all done by Martin, might want to Review / check yours

Bugs and open work to be discussed

  • Current Priorities: Fix bugs by Priority
    • Javier: User docs and ISV docs for Discovery? AI Martin help out with releng aspects.
      • Q: separate books for Discovery ISV and Userdocs, or just plug-in to RSE help book?
      • 173518 Read-only changes
    • DaveD: N-builds / I-builds: DaveD to try out N-builds, then learn I-builds and how to contribute to Europa
      • Rename "Team" view -> "Profiles" view
      • No Team-support for now; agreed to not write up manual "hack" documentation
    • DaveM: IRemoteObjectAdapter: what about using the new API?
      • isRemote() used in a couple of places in SystemView; other places still using IRremoteObjectAdapter; AI DaveM go through and change all to using isRemote()
      • dnd: Download-on-Copy resolved for now
      • Copy as binary although text mode specified
    • Martin: Need to bring Releng scripts up to latest for Orbit; Review and release Telnet fixes; 176461 expand-to-level; 186315 EFS problematic URIs;
      • 170910 Integrate Terminalview -- OK to defer?
      • UI/Non-UI: ISystemRegistry, SubSystemConfiguration
    • Kushal: 179937 Single "Encoding" control on the Host (for all subsystems)
      • 174789 Property pages added to Wizard automatically: AI Kushal investigate
  • Bugzilla: Severity Major, hi-priority

Vacation, Away

  • Thursday Jun 7 - public holiday in Austria (Martin ooo)
  • Martin Vacation Wed Jun 13 - Fri Jun 22
  • DaveM, DaveD taking a couple weeks in August
  • Javier ooo last two weeks in August

Action Items

  • Last Meeting Action Items
  • DaveD: Translation Testcases; Persistence Provider without IResource
  • DaveM: Refresh Bugs
  • Kushal: BIDI bugs and Encodings
  • Martin: Testing Stats; Refresh improvements; Integrating Terminal with RSE
  • Javier:
  • Michael:

Next Meeting

Back to the top