Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support cursor based pagination #114

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

kmossco
Copy link
Contributor

@kmossco kmossco commented Oct 4, 2023

Changelog

  • Support cursor based pagination
  • Lint the project using phpcs and phpcbf to adhere to the PHP standards

We currently have another PR open that adds cursor pagination to the library but removes the old pagination as a breaking change. This adds the support for the new pagination in case there is a server regression and we end up with broken clients out there.

@kmossco kmossco self-assigned this Oct 4, 2023
@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #51957: [PHP] Add support for new pagination to client libs.

@kmossco kmossco requested review from daesu and swember October 4, 2023 12:54
Signed-off-by: Bruno Vieira <bruno@chartmogul.com>
@kmossco kmossco force-pushed the sc-51957/support_cursor_pagination branch from 9ba3ed5 to dadc365 Compare October 4, 2023 13:51
@codeclimate
Copy link

codeclimate bot commented Oct 4, 2023

Code Climate has analyzed commit dadc365 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 62.6% (50% is the threshold).

This pull request will bring the total coverage in the repository to 76.0%.

View more on Code Climate.

@kmossco kmossco requested review from a team, sbrych, daesu and swember and removed request for daesu, swember and a team October 4, 2023 17:11
@kmossco kmossco merged commit 9a7796b into main Oct 5, 2023
7 of 8 checks passed
@kmossco kmossco deleted the sc-51957/support_cursor_pagination branch October 5, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants