Re: New bugzilla feature

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 28 Jul 2005, Jesse Keating wrote:
On Thu, 2005-07-28 at 22:40 +0200, Emmanuel Seyman wrote:
It's a feature that's been present for quite a while in Bugzilla but
the only stable release to have it is 2.20rc1 (which wasn't probably
that stable to begin with since 2.20rc2 is due out Friday).
Still, Red Hat's Bugzilla has it, which is the important thing.

Basically, every search result gives you a "RSS" link between the
"CSV" and "iCalendar" links. Clicking on that gives you the RSS feed.

So would anybody be willing to mock up a web page using this rss
information so that we can have a page that shows real-time bu[g] status.

I took a look at this. (See attached for an example.)

As far as I know, this doesn't help. It only gives an RSS link for those packages that already exist in that query. In my example test, I queried for "pending building to updates-testing". But in a couple of days, the list is going to be different.

If my reading of the rss file is correct, RSS could only be used this way by Legacy users to track the bug numbers instead of having to watch the bugs.

If anyone is interested in playing with it, below are the queries I use to create "buglists" right now. Just add '&ctype=rss' at the end to get the RSS listing of the bugs for each category _at the moment_.

=========
All packages waiting to be released to updates
'https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&short_desc=&product=Fedora%20Legacy&component_text=&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&status_whiteboard_type=allwordssubstr&columnlist=changeddate,bug_severity,priority,bug_status,bug_resolution,component,status_whiteboard,short_desc&&order=bugs.bug_id&status_whiteboard=needsrelease'

All packages waiting to be built to updates-testing
'https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&short_desc=&product=Fedora%20Legacy&component_text=&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&status_whiteboard_type=allwordssubstr&columnlist=changeddate,bug_severity,priority,bug_status,bug_resolution,component,status_whiteboard,short_desc&&order=bugs.bug_id&status_whiteboard=needsbuild'

All packages lacking VERIFY, but will be released anyway unless issues are found
'https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&short_desc=&product=Fedora%20Legacy&component_text=&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&status_whiteboard_type=allwordssubstr&columnlist=changeddate,bug_severity,priority,bug_status,bug_resolution,component,status_whiteboard,short_desc&&order=bugs.bug_id&status_whiteboard=verify&field0-0-0=status_whiteboard&type0-0-0=anywords&value0-0-0=timeout&field1-0-0=status_whiteboard&type1-0-0=nowords&value1-0-0=needsrelease+needswork+discuss'

All  packages lacking VERIFY
'https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&short_desc=&product=Fedora%20Legacy&component_text=&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&status_whiteboard_type=allwordssubstr&columnlist=changeddate,bug_severity,priority,bug_status,bug_resolution,component,status_whiteboard,short_desc&&order=bugs.bug_id&status_whiteboard=verify&field0-0-0=status_whiteboard&type0-0-0=nowords&value0-0-0=timeout+needsrelease'

All  packages lacking PUBLISH (but excluding NEEDSWORK)
'https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&short_desc=&product=Fedora%20Legacy&component_text=&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&status_whiteboard_type=allwordssubstr&columnlist=changeddate,bug_severity,priority,bug_status,bug_resolution,component,status_whiteboard,short_desc&&order=bugs.bug_id&status_whiteboard=publish&field0-0-0=status_whiteboard&type0-0-0=nowords&value0-0-0=needswork'

All packages which need discussion:
'https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&short_desc=&product=Fedora%20Legacy&component_text=&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&status_whiteboard_type=allwordssubstr&columnlist=changeddate,bug_severity,priority,bug_status,bug_resolution,component,status_whiteboard,short_desc&&order=bugs.bug_id&status_whiteboard=discuss'

All packages which need work (e.g., packages, patch analysis,...)
'https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&short_desc=&product=Fedora%20Legacy&component_text=&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&status_whiteboard_type=allwordssubstr&columnlist=changeddate,bug_severity,priority,bug_status,bug_resolution,component,status_whiteboard,short_desc&&order=bugs.bug_id&status_whiteboard=NEEDSWORK'

Other bug reports
'https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&short_desc=&product=Fedora%20Legacy&component_text=&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&status_whiteboard_type=allwordssubstr&columnlist=changeddate,bug_severity,priority,bug_status,bug_resolution,component,status_whiteboard,short_desc&&order=bugs.bug_id&field0-0-0=status_whiteboard&type0-0-0=nowords&value0-0-0=needswork+needsbuild+needsrelease+verify+publish+discuss'

--
Pekka Savola                 "You each name yourselves king, yet the
Netcore Oy                    kingdom bleeds."
Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
         xmlns:sy="http://pur1.org/rss/1.0/modules/syndication/";
         xmlns:dc="http://pur1.org/rss/dc/elements/1.1/";
         xmlns="http://purl.org/rss/1.0/";>
  <channel rdf:about="https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc=&amp;product=Fedora%20Legacy&amp;component_text=&amp;bug_status=NEW&amp;bug_status=VERIFIED&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;bug_status=MODIFIED&amp;status_whiteboard_type=allwordssubstr&amp;columnlist=changeddate%2Cbug_severity%2Cpriority%2Cbug_status%2Cbug_resolution%2Ccomponent%2Cstatus_whiteboard%2Cshort_desc&amp;status_whiteboard=needsbuild&amp;"; >
       
    <title>Bugzilla Bugs</title>
    <description>Bugzilla Bug List</description>
    
    <link>https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc=&amp;product=Fedora%20Legacy&amp;component_text=&amp;bug_status=NEW&amp;bug_status=VERIFIED&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;bug_status=MODIFIED&amp;status_whiteboard_type=allwordssubstr&amp;columnlist=changeddate%2Cbug_severity%2Cpriority%2Cbug_status%2Cbug_resolution%2Ccomponent%2Cstatus_whiteboard%2Cshort_desc&amp;status_whiteboard=needsbuild&amp;    </link>

    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>2</sy:updateFrequency>
    
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152816"; />
        <rdf:li rdf:resource="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152848"; />
        <rdf:li rdf:resource="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152803"; />
        <rdf:li rdf:resource="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152867"; />
      </rdf:Seq>
    </items>
    
  </channel>
 
  <item rdf:about="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152816";>
    <title>Bug&nbsp;152816&nbsp;-&nbsp;CAN-2004-0803,0803,0886 kdefax libtiff remote code execution</title>
    <link>https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152816</link>
    <dc:creator></dc:creator>
    <dc:date>2005-07-30T01:19Z</dc:date> 
    <description>
      
      &lt;table&gt;
      &lt;tr&gt;
        &lt;th&gt;Field&lt;/th&gt;&lt;th&gt;Value&lt;/th&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Opened&lt;/td&gt;
        &lt;td&gt;2004-10-16&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Assignee&lt;/td&gt;
        &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Priority&lt;/td&gt;
        &lt;td&gt;normal&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Severity &lt;/td&gt;
        &lt;td&gt;security&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Status&lt;/td&gt;
        &lt;td&gt;ASSIGNED&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Changed&lt;/td&gt;
        &lt;td&gt;2005-04-06&lt;/td&gt;
      &lt;/tr&gt;
      &lt;/table&gt;
    </description>
  </item>
  <item rdf:about="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152848";>
    <title>Bug&nbsp;152848&nbsp;-&nbsp;CAN-2004-0968,1382,1453 glibc catchsegv/glibcbug/LD_DEBUG vulnerabilities</title>
    <link>https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152848</link>
    <dc:creator></dc:creator>
    <dc:date>2005-07-30T01:19Z</dc:date> 
    <description>
      
      &lt;table&gt;
      &lt;tr&gt;
        &lt;th&gt;Field&lt;/th&gt;&lt;th&gt;Value&lt;/th&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Opened&lt;/td&gt;
        &lt;td&gt;2004-11-09&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Assignee&lt;/td&gt;
        &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Priority&lt;/td&gt;
        &lt;td&gt;normal&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Severity &lt;/td&gt;
        &lt;td&gt;security&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Status&lt;/td&gt;
        &lt;td&gt;ASSIGNED&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Changed&lt;/td&gt;
        &lt;td&gt;2005-07-23&lt;/td&gt;
      &lt;/tr&gt;
      &lt;/table&gt;
    </description>
  </item>
  <item rdf:about="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152803";>
    <title>Bug&nbsp;152803&nbsp;-&nbsp;CAN-2004-0687,0688,0914, CAN-2005-0605 - lesstiff integer overflows in libXpm</title>
    <link>https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152803</link>
    <dc:creator></dc:creator>
    <dc:date>2005-07-30T01:19Z</dc:date> 
    <description>
      
      &lt;table&gt;
      &lt;tr&gt;
        &lt;th&gt;Field&lt;/th&gt;&lt;th&gt;Value&lt;/th&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Opened&lt;/td&gt;
        &lt;td&gt;2004-10-08&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Assignee&lt;/td&gt;
        &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Priority&lt;/td&gt;
        &lt;td&gt;normal&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Severity &lt;/td&gt;
        &lt;td&gt;security&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Status&lt;/td&gt;
        &lt;td&gt;MODIFIED&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Changed&lt;/td&gt;
        &lt;td&gt;Thu 02:25&lt;/td&gt;
      &lt;/tr&gt;
      &lt;/table&gt;
    </description>
  </item>
  <item rdf:about="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152867";>
    <title>Bug&nbsp;152867&nbsp;-&nbsp;rpm-4.2-0.69 as shipped with RHL9 is buggy; update to 4.2-1</title>
    <link>https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152867</link>
    <dc:creator></dc:creator>
    <dc:date>2005-07-30T01:19Z</dc:date> 
    <description>
      
      &lt;table&gt;
      &lt;tr&gt;
        &lt;th&gt;Field&lt;/th&gt;&lt;th&gt;Value&lt;/th&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Opened&lt;/td&gt;
        &lt;td&gt;2004-12-07&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Assignee&lt;/td&gt;
        &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Priority&lt;/td&gt;
        &lt;td&gt;normal&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Severity &lt;/td&gt;
        &lt;td&gt;normal&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Status&lt;/td&gt;
        &lt;td&gt;NEW&lt;/td&gt;
      &lt;/tr&gt;&lt;tr&gt;
        &lt;td&gt;Changed&lt;/td&gt;
        &lt;td&gt;2005-04-11&lt;/td&gt;
      &lt;/tr&gt;
      &lt;/table&gt;
    </description>
  </item>
</rdf:RDF>
--

fedora-legacy-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-legacy-list

[Index of Archives]     [Fedora Development]     [Fedora Announce]     [Fedora Legacy Announce]     [Fedora Config]     [PAM]     [Fedora General Discussion]     [Big List of Linux Books]     [Gimp]     [Yosemite Questions]

  Powered by Linux