Re: [PATCH RFC] events-api: allow filtering by date

2017-06-28 Thread Stephen Finucane
On Wed, 2017-06-14 at 14:14 -0400, Aaron Conole wrote: > This commit allows users of the REST API to query for events based on > the date field.  This will allow utility writers to select a smaller > subset of events when polling. > > Signed-off-by: Aaron Conole Reviewed-by:

Re: [PATCH RFC] events-api: allow filtering by date

2017-06-23 Thread aconole
s.ozlabs.org Subject: Re: [PATCH RFC] events-api: allow filtering by date On Wed, 2017-06-21 at 21:08 +0100, Stephen Finucane wrote: > On Thu, 2017-06-15 at 09:57 -0400, Aaron Conole wrote: > > Stephen Finucane <step...@that.guru> writes: > > > > > On Wed, 201

Re: [PATCH RFC] events-api: allow filtering by date

2017-06-21 Thread Stephen Finucane
On Thu, 2017-06-15 at 09:57 -0400, Aaron Conole wrote: > Stephen Finucane writes: > > > On Wed, 2017-06-14 at 14:16 -0400, Aaron Conole wrote: > > > Aaron Conole writes: > > > > > > > This commit allows users of the REST API to query for events based on >

Re: [PATCH RFC] events-api: allow filtering by date

2017-06-15 Thread Aaron Conole
Andrew Donnellan writes: > On 15/06/17 09:59, Daniel Axtens wrote: >> Aaron Conole writes: >> >>> Aaron Conole writes: >>> This commit allows users of the REST API to query for events based on the date field. This

Re: [PATCH RFC] events-api: allow filtering by date

2017-06-14 Thread Andrew Donnellan
On 15/06/17 09:59, Daniel Axtens wrote: Aaron Conole writes: Aaron Conole writes: This commit allows users of the REST API to query for events based on the date field. This will allow utility writers to select a smaller subset of events when

Re: [PATCH RFC] events-api: allow filtering by date

2017-06-14 Thread Daniel Axtens
Aaron Conole writes: > Aaron Conole writes: > >> This commit allows users of the REST API to query for events based on >> the date field. This will allow utility writers to select a smaller >> subset of events when polling. >> >> Signed-off-by: Aaron

Re: [PATCH RFC] events-api: allow filtering by date

2017-06-14 Thread Aaron Conole
Aaron Conole writes: > This commit allows users of the REST API to query for events based on > the date field. This will allow utility writers to select a smaller > subset of events when polling. > > Signed-off-by: Aaron Conole > --- It should be noted

[PATCH RFC] events-api: allow filtering by date

2017-06-14 Thread Aaron Conole
This commit allows users of the REST API to query for events based on the date field. This will allow utility writers to select a smaller subset of events when polling. Signed-off-by: Aaron Conole --- patchwork/api/filters.py | 2 +- 1 file changed, 1 insertion(+), 1