ordering by submitter, then date

Jeremy Kerr jk at ozlabs.org
Wed Apr 23 22:57:01 EST 2014


Hi Bjorn,

>>> I use the order-by-submitter view, e.g.,
>>> http://patchwork.ozlabs.org/project/linux-pci/list/?order=submitter,
>>> to weed out superseded patches.
>>>
>>> This would be easier if I could use two sort keys: first by submitter,
>>> then by date.  Right now, they are ordered by submitter, but patches
>>> from a single submitter are ordered in a way I haven't figured out
>>> yet.
>>>
>>> Is there a way to do this already?  If not, how hard would it be to add?
>>
>> There's no way to specify two orderings at present. However, I've just
>> sketched up a change to apply the date ordering as a secondary whenever
>> a non-default order is selected. So the ordering you'll get with that
>> view is by submitter, then by date within each submitter. The same
>> applies to any other non-default ordering.
>>
>> Would that sort out (pun intended) this problem for you? :)
>
> That would be awesome, thanks!

Alright, I've just pushed this up to patchwork.ozlabs.org:

  http://git.ozlabs.org/?p=patchwork;a=commitdiff;h=f2431048

Does that behave better now?

Cheers,


Jeremy



More information about the Patchwork mailing list