~emersion/hut#34: 
Pagination status

This ticket is for tracking the status of pagination.

#builds: done

  • list: done
  • secrets: done
  • user-webhook list: done

#git

#hg: done

  • list: done
  • user-webhook list: done

#lists: done

  • acl list: done
  • list: done
  • patchset apply: done
  • patchset list: done
  • patchset show: done
  • subscriptions: done
  • user-webhook list: done
  • webhook list: done

#meta: done

  • audit-log: done
  • ssh-key list: done
  • pgp-key list: done
  • user-webhook list: done

#pages: done

  • list: done
  • user-webhook list: done

#paste: done

  • list: done
  • user-webhook list: done

#todo: done

#export: done

  • builds: done
  • git: done
  • hg: done
  • lists: done
  • meta: done
  • paste: done
  • todo: done
Status
REPORTED
Submitter
~xenrox
Assigned to
No-one
Submitted
1 year, 3 months ago
Updated
1 year, 1 month ago
Labels
No labels applied.

~xenrox 1 year, 3 months ago

For export pagination is completely absent as well. Do we want to wait until - if even at all - some way to get all events with one query is available? Otherwise I could work on that as well.

~emersion 1 year, 3 months ago

I'm not sure getting all entries in a single query is desirable. GraphQL queries are limited in execution time, and multiple small-ish requests are easier to rate-limit than one mega request.