Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Order Events by time/data fields. #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 8, 2012

  1. Order Events by time/data fields.

    Events can be ordered by the time or any of its data fields by adding an
    'order=field' parameter to the query. 'order=-time' is the default.
    
    Descending order can be specified by prepending "-" to the field name.
    
    If the ordering field is "time" the field name is transformed to "t",
    otherwise it is transformed to "d.{field_name}".
    sbuss committed Jul 8, 2012
    Configuration menu
    Copy the full SHA
    e659dac View commit details
    Browse the repository at this point in the history
  2. Add unit tests for event.

    The tests revealed a bug in the previous commit which added the order
    parameter, which has now been fixed.
    sbuss committed Jul 8, 2012
    Configuration menu
    Copy the full SHA
    d81d486 View commit details
    Browse the repository at this point in the history