You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2013/06/13 08:40:20 UTC

[Apache Bloodhound] #552: Inaccurate URLs in global dashboard

#552: Inaccurate URLs in global dashboard
---------------------+---------------
  Reporter:  olemis  |    Owner:
      Type:  defect  |   Status:  new
  Priority:  major   |  Version:
Resolution:          |
---------------------+---------------
 Product widget (as opposite to grids) rendered in global dashboard might
 not render the right URLs when custom URL mappings have been deployed .

 Soon I'll post more details illustrating (what seems to be) the issue.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  rjollos
      Type:  defect      |     Status:  review
  Priority:  major       |  Milestone:  Release 8
 Component:  dashboard   |    Version:
Resolution:              |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------

Comment (by olemis):

 Refreshed the patch and it works against r1516428 .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:8>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Olemis Lang <ol...@gmail.com>.
On 6/13/13, Apache Bloodhound <de...@bloodhound.apache.org> wrote:
> #552: Inaccurate URLs in global dashboard
> -------------------------+-------------------------------------------------
>   Reporter:  olemis      |      Owner:  nobody
>       Type:  defect      |     Status:  new
>   Priority:  major       |  Milestone:
>  Component:  dashboard   |    Version:
> Resolution:              |   Keywords:  custom bootstrap handlers, product
>                          |  widget
> -------------------------+-------------------------------------------------
[...]
>
>  Soon I'll post more details illustrating (what seems to be) the issue.
>

See http://blood-hound.net/dashboard

-- 
Regards,

Olemis.

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  nobody
      Type:  defect      |     Status:  new
  Priority:  major       |  Milestone:
 Component:  dashboard   |    Version:
Resolution:              |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------
Changes (by olemis):

 * keywords:   => custom bootstrap handlers, product widget
 * owner:   => nobody
 * component:   => dashboard


Old description:

> Product widget (as opposite to grids) rendered in global dashboard might
> not render the right URLs when custom URL mappings have been deployed .
>
> Soon I'll post more details illustrating (what seems to be) the issue.

New description:

 Product widget (as opposite to grids) rendered in global dashboard might
 not render the right URLs once custom URL mappings have been deployed .

 Soon I'll post more details illustrating (what seems to be) the issue.

--

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  nobody
      Type:  defect      |     Status:  new
  Priority:  major       |  Milestone:
 Component:  dashboard   |    Version:
Resolution:              |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------
Description changed by olemis:

Old description:

> Product widget (as opposite to grids) rendered in global dashboard might
> not render the right URLs once custom URL mappings have been deployed .
>
> Soon I'll post more details illustrating (what seems to be) the issue.

New description:

 Product widget ~~(as opposite to grids)~~ rendered in global dashboard
 might not render the right URLs once custom URL mappings have been
 deployed .

 Soon I'll post more details illustrating (what seems to be) the issue.

 **Update** : URL generation in grids works as expected in global dashboard
 but is inaccurate in product dashboards. This very same ticket should
 track the work for both issues as it seems to be the same root cause.

--

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  olemis
      Type:  defect      |     Status:  accepted
  Priority:  major       |  Milestone:  Release 7
 Component:  dashboard   |    Version:
Resolution:              |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------
Changes (by olemis):

 * status:  new => accepted
 * owner:  nobody => olemis
 * milestone:   => Release 7


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  olemis
      Type:  defect      |     Status:  accepted
  Priority:  major       |  Milestone:  Release 7
 Component:  dashboard   |    Version:
Resolution:              |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------

Comment (by olemis):

 Attached patch improves URL generation in product widget in the following
 ways :

   - Right product context for URLs in product box header
   - Add some columns in query URL and filtering status=!closed ...
   - Milestone, components, ... URLs pointing at correct product context in
 product widget

 Details :

 {{{#!sh

 $ hg qapplied
 t552/t552_r1500567_product_widget_href.diff

 $ hg log -r qparent
 changeset:   283:cdf5325bc323
 tag:         qparent
 tag:         svn-1500567
 user:        rjollos@13f79535-47bb-0310-9956-ffa450edef68
 date:        Mon Jul 08 01:57:20 2013 +0000
 summary:     Removed unnecessary array indexing in jQuery expression, and
 fixed indentation.

 }}}

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:5>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  olemis
      Type:  defect      |     Status:  review
  Priority:  major       |  Milestone:  Release 8
 Component:  dashboard   |    Version:
Resolution:              |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------
Changes (by rjollos):

 * owner:  rjollos => olemis


Comment:

 (In [1517739])

 0.8dev: URLs in product widget were incorrect in product URL with
 subdomains. Refs #552.

 The query links from the product widget now exclude closed tickets and
 provide a more useful set of default columns. Patch by Olemis.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:9>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  nobody
      Type:  defect      |     Status:  new
  Priority:  major       |  Milestone:
 Component:  dashboard   |    Version:
Resolution:              |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------

Comment (by olemis):

 BTW , this seems to work in default installation when products base URL is
 at `/products/<prefix>` path.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  rjollos
      Type:  defect      |     Status:  review
  Priority:  major       |  Milestone:  Release 7
 Component:  dashboard   |    Version:
Resolution:              |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------
Changes (by rjollos):

 * owner:  olemis => rjollos
 * status:  accepted => review


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:6>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #552: Inaccurate URLs in global dashboard

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#552: Inaccurate URLs in global dashboard
-------------------------+-------------------------------------------------
  Reporter:  olemis      |      Owner:  olemis
      Type:  defect      |     Status:  closed
  Priority:  major       |  Milestone:  Release 8
 Component:  dashboard   |    Version:
Resolution:  fixed       |   Keywords:  custom bootstrap handlers, product
                         |  widget
-------------------------+-------------------------------------------------
Changes (by rjollos):

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


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/552#comment:10>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker