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

chore: connection resolvers cleanup #3101

Merged
merged 11 commits into from Apr 23, 2024

Conversation

jasonbahl
Copy link
Collaborator

@jasonbahl jasonbahl commented Apr 22, 2024

What does this implement/fix? Explain your changes.

This pulls together changes from the following PRs into one PR to the develop branch:

Does this close any currently open issues?

Any relevant logs, error output, GraphiQL screenshots, etc?

Any other comments?

Related: #2749
Related: #2715
Related: #2678
Related: #1588

Where has this been tested?

Operating System:

WordPress Version:

justlevine and others added 11 commits March 30, 2024 11:23
…ling

refactor: improve `loader` handling in `AbstractConnectionResolver`
…t_query_amount

feat: improve query amount handling in `AbstractConnectionResolver`
…red_args

refactor: add `AbstractConnectionResolver::get_unfiltered_args()` public getter
refactor: add `AbstractConnectionResolver::prepare_page_info()`and only instantiate once
…backport/deprecate-camelcased

# Conflicts:
#	src/Data/Connection/AbstractConnectionResolver.php
…amelcased

refactor: deprecate `camelCase` methods in `AbstractConnectionResolver` for `snake_case` equivalents
@jasonbahl jasonbahl marked this pull request as ready for review April 22, 2024 22:56
Copy link

codeclimate bot commented Apr 22, 2024

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

Here's the issue category breakdown:

Category Count
Complexity 1

View more on Code Climate.

*
* @throws \Exception
*/
public function get_loader_name() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function get_loader_name has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.

@coveralls
Copy link

Coverage Status

coverage: 84.289% (-0.1%) from 84.4%
when pulling f7309af on chore/connection-resolvers-cleanup
into 36f3a7e on develop.

@jasonbahl jasonbahl merged commit 2d5c97e into develop Apr 23, 2024
30 of 32 checks passed
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.

None yet

3 participants