Re: v1 -> v2 migration tests

2017-06-21 Thread Daniel Axtens
Hi Stephen, > Thanks for doing this. I've tinkered with both instances and haven't seen any > serious issues. I'm most happy with the fact that the performance of the web > UI > hasn't been altered (at least, from my brief testing). > > I'm thinking we give this another day or two and we might

[RFC] REST: Use cursor-based pagination for '/events'

2017-06-21 Thread Stephen Finucane
Given the high-volume, time-based nature of this API, cursor-based pagination provides some important usability improvements over page number-based pagination, most notably in going back through historical pages. Signed-off-by: Stephen Finucane Cc: Aaron Conole

Re: v1 -> v2 migration tests

2017-06-21 Thread Stephen Finucane
On Wed, 2017-06-21 at 00:16 +1000, Daniel Axtens wrote: > Hi all, > > I am running tests of v1 to v2 migrations. The origin is > v1.patchwork.dja.id.au and the destination is > migrate.patchwork.dja.id.au. > > Every hour, data is synced from 'v1' to 'migrate' - emails are only > ingested in v1.

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 >