← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1713748] Re: heat stacks are not appropriately sorted by "Created" field

 

Reviewed:  https://review.openstack.org/498838
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=bfd66305ce7f8240a04eacf4f6349f2c7186ab90
Submitter: Zuul
Branch:    master

commit bfd66305ce7f8240a04eacf4f6349f2c7186ab90
Author: Pavlo Shchelokovskyy <shchelokovskyy@xxxxxxxxx>
Date:   Tue Aug 29 15:08:34 2017 +0000

    Properly sort Heat stacks on Created field
    
    replace the 'timesince_or_never' filter with 'timesince_sorted' one as the
    creation_time attribute of a Heat stack can not actually be None.
    Also add a 'timesince' data-type to this field.
    
    Change-Id: I9727254b4c255331562083f957133ed6e3cd7e90
    Closes-Bug: #1713748


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1713748

Title:
  heat stacks are not appropriately sorted by "Created" field

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  It seems the "Created" field is being treated as a numeric tuple,
  and thus currently when sorting the stacks table on "Created" column we have:

  24 minutes > 5 days > 2 weeks
  and
  5 hours, 37 minutes > 5 hours, 4 hours

  Instead this field should be treated as proper date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1713748/+subscriptions


References