Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Dash Project/Using Bugzilla

How we use bugzilla to manage our project plan.

Bugs for Planning

We add items to our project plan as follows:

  1. Everything has a bug. New features are enhancements, bugs are bugs.
  2. Bugs that correspond to a theme are given [xxx] titles. If you can't find a good theme for a bug, perhaps that means either (a) we shouldn't be working on it and (b) we should have another theme.
  3. Bugs are allocated to monthly milestones using target dates.

Bugs for New & Noteworthy

When implementing/fixing a major feature that should be added to the New & Noteworthy, please follow the process outlined in bug 229522.

End of Milestone Process

We do a major milestone at the end of each month.

  1. We continually roll code to production, so we don't need a special roll out.
  2. Update the themes and priorities in the plan (/cvsroot/technology/org.eclipse.dash/project-info/plan.xml). Add new themes, remove old themes, etc. It is important to have new, fresh themes and not just say that we are always working "Great Stuff".
  3. Commit to bugs for the next three months. Use target milestones of "April2008", etc. This may involve creating new target milestones.
  4. Update plan.xml with the new milestones. Remove the completed milestone.
  5. Update plan.xml with new bugzilla queries. The "Other" query includes target milestones so when a new target milestone is added, that query needs to be updated. If the themes have existed for too long and there are too many older milestone bugs showing up, the bugzilla queries will need to be modified with a date or ??
  6. Publish the N&N
    1. Modify the $afterdate in the Dash website/new-and-noteworthy/compute-n-and-n.php page to the start date of this milestone.
    2. Using a browser, fetch the www.eclipse.org/dash/new-and-noteworthy/compute-n-and-n.php web page from your local dev machine. Note 1: this page does not work on the www servers because the servers do not allow url fetching; you must download the website to a local dev machine and use the page there. Note 2: this page does a lot of queries to bugzilla, so it should be used manually and not never linked from anywhere that a web spider might find. Fortunately the issue in note 1 helps reduce the issue in note 2.
    3. File > Save Page As... > Web page, complete > save to the dash/new-and-noteworthy/ directory named as Mx, where Mx is the milestone being completed. This should create Mx.html and Mx_files for the cached images.
    4. Refresh (to pick up the new files) and then Commit.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.