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

Difference between revisions of "Sirius/Bugzilla"

(Blanked the page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page documents how the Sirius team handles their Bugzilla issues.
 
  
== Useful Queries ==
 
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&product=Sirius&query_format=advanced All Sirius-related issues]
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Modeling&product=Sirius&query_format=advanced All opened Sirius issues]
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&keywords=triaged%2C%20&keywords_type=nowords&product=Sirius&query_format=advanced Issues waiting to be triaged]
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Modeling&product=Sirius&query_format=advanced&target_milestone=--- Unplanned issues], i.e. open issues which are not yet planned for a specific release.
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Modeling&keywords=performance%2C%20&keywords_type=allwords&product=Sirius&query_format=advanced Performance-related issues], marked with the <code>performance</code> keyword.
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&columnlist=resolution%2Cshort_desc%2Copendate%2Cassigned_to%2Ckeywords%2Cstatus_whiteboard%2Clongdescs.count&component=Error%20Reports&f1=short_desc&known_name=Sirius%3A%20automatic%20error%20reports&list_id=10356080&o1=regexp&product=Recommenders.Incubator&query_based_on=Sirius%3A%20automatic%20error%20reports&query_format=advanced&v1=%5C%5B.%2Asirius.%2A%5C%5D Automatic bug reports] which may concern Sirius. This is only available to Eclipse Commiters.
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Modeling&email1=%40obeo.fr&emailreporter1=1&emailtype1=notsubstring&product=Sirius&query_format=advanced Community issues]: issues reported by people outside of the Sirius development team.
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&product=Sirius&query_format=advanced&status_whiteboard=backport&status_whiteboard_type=allwordssubstr Backport candidates]: issues we may want to backport to maintenance branches.
 
 
== Performance Issues ==
 
 
When reporting a performance issue, add the <code>performance</code> keyword to the issue, and include actual measures (even approximate) of both the resource usage (time, memory...) you experienced and the amount of data in your use case. Even better, attach a representative use case. These information are critical for the Sirius team to properly prioritize the issue and reproduce it.
 
 
When ''working'' on such a performance issue, make sure you have a repeatable use case attached in the bug (created one if the reporter did not provide one), and ''always'' provide before/after measures with and without your proposed patches. A performance patch which does not include any repeatable proof that it actually improved the system's performance in a measurable and significant way will not be considered for merging.
 
 
[[Category:Sirius]]
 

Latest revision as of 10:03, 2 June 2023

Back to the top