[Maniphest] [Created] T25: Allow users to see which bugs have changed blocker status in the last X hours/days

2013-12-02 Thread tflink (Tim Flink)
tflink created this task.
tflink added a subscriber: tflink.
tflink added a project: blockerbugs

TASK DESCRIPTION
  There was a feature request to be able to tell which bugs in the lists have 
changed blocker state (as opposed to the bugzilla state change that we 
currently highlight) in the last day or so.
  
  Some investigation would be needed to figure out where it could fit into the 
current UI and how much work would be required.

TASK DETAIL
  https://phab.qadevel.cloud.fedoraproject.org/T25

To: tflink
Cc: qa-devel, tflink
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


Re: [Fedora QA] #416: irc list sort order doesn't match html buglist

2013-12-02 Thread Fedora QA
#416: irc list sort order doesn't match html buglist
---+---
  Reporter:  tflink|  Owner:  tflink
  Type:  defect| Status:  reopened
  Priority:  major |  Milestone:  Fedora 20
 Component:  Blocker bug tracker page  |Version:
Resolution:|   Keywords:
Blocked By:|   Blocking:
---+---

Comment (by tflink):

 Replying to [comment:3 mkrizek]:
 > Both blocker list and irc list are fed with the same ordered data. The
 problem is that jquery table of blockers sorts the data again, although by
 the same key, but the result is different:
 >
 > jquery table: kdelibs, kde-plasma-nm, kde-workspace
 >
 > sql: kde-plasma-nm, kde-workspace, kdelibs
 >
 > A solution would be to turn off default sorting in the jquery table, so
 the table would be fed with data sorted by a sql query:

 If that leaves us with a functional, sortable table with a default sort
 order that matches the IRC list, I'm fine with it.

-- 
Ticket URL: 
Fedora QA 
Fedora Quality Assurance
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


Re: [Fedora QA] #416: irc list sort order doesn't match html buglist

2013-12-02 Thread Fedora QA
#416: irc list sort order doesn't match html buglist
---+---
  Reporter:  tflink|  Owner:  tflink
  Type:  defect| Status:  reopened
  Priority:  major |  Milestone:  Fedora 20
 Component:  Blocker bug tracker page  |Version:
Resolution:|   Keywords:
Blocked By:|   Blocking:
---+---

Comment (by kparal):

 Yeah, just the default order matters.

-- 
Ticket URL: 
Fedora QA 
Fedora Quality Assurance
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


Re: [Fedora QA] #416: irc list sort order doesn't match html buglist

2013-12-02 Thread Fedora QA
#416: irc list sort order doesn't match html buglist
---+---
  Reporter:  tflink|  Owner:  tflink
  Type:  defect| Status:  reopened
  Priority:  major |  Milestone:  Fedora 20
 Component:  Blocker bug tracker page  |Version:
Resolution:|   Keywords:
Blocked By:|   Blocking:
---+---

Comment (by mkrizek):

 Both blocker list and irc list are fed with the same ordered data. The
 problem is that jquery table of blockers sorts the data again, although by
 the same key, but the result is different:

 jquery table: kdelibs, kde-plasma-nm, kde-workspace

 sql: kde-plasma-nm, kde-workspace, kdelibs

 A solution would be to turn off default sorting in the jquery table, so
 the table would be fed with data sorted by a sql query:

 {{{
 diff --git a/blockerbugs/templates/blocker_list.html
 b/blockerbugs/templates/blocker_list.html
 index 3a08ba5..ea79d9b 100644
 --- a/blockerbugs/templates/blocker_list.html
 +++ b/blockerbugs/templates/blocker_list.html
 @@ -57,7 +57,7 @@ text: '
  {% for buglist in ['Proposed Blockers','Accepted Blockers',
 'Proposed Freeze Exceptions', 'Accepted Freeze Exceptions'] %}
  {{ buglist }}
 -
 +
  
  
  
 }}}

 The only issue with this is that if a user sorts data manually by
 (component,id), jquery sorts it just like listed above, but I don't think
 it matters that much, we need both list to be sorted same in the default
 state, right? What do you think?

-- 
Ticket URL: 
Fedora QA 
Fedora Quality Assurance
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


Re: [Fedora QA] #387: Updates pending stable show as stable

2013-12-02 Thread Fedora QA
#387: Updates pending stable show as stable
---+---
  Reporter:  kparal|  Owner:  tflink
  Type:  defect| Status:  closed
  Priority:  minor |  Milestone:  Fedora 20
 Component:  Blocker bug tracker page  |Version:
Resolution:  fixed |   Keywords:
Blocked By:|   Blocking:
---+---
Changes (by kparal):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed now. Thanks.

-- 
Ticket URL: 
Fedora QA 
Fedora Quality Assurance
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel