1. 05 May, 2020 4 commits
    • pbair's avatar
      Update administration docs for offset limit · 2c6363b9
      pbair authored
      Add a new section to the administration documentation, outlining the
      addition of the limit for offset pagination, and how to configure the
      value.
      2c6363b9
    • pbair's avatar
      Simplify logic to get actual or default limits · fb66f248
      pbair authored
      Factor out a common method call to more explicitly express how limits
      are pulled from an API "scope" vs the default plan
      fb66f248
    • pbair's avatar
      Improve error message and minor clean up · 4f20ad1b
      pbair authored
      Improve error message to display the type of relation the request has
      failed for, to be clear to users that limitations are specific to the
      type of results requested
      4f20ad1b
    • pbair's avatar
      Add plan limit for offset pagination · dbb70c6c
      pbair authored
      Use PlanLimits to control the maximum value allowed to be retreived
      through offset pagination for API endpoints that support keyset
      pagination.
      dbb70c6c
  2. 04 May, 2020 36 commits