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

[Draft][Please review] Make Paginator use simpler queries when there are no sql joins used (#8278) #11595

Draft
wants to merge 10 commits into
base: 3.3.x
Choose a base branch
from

Make Paginator use simpler queries when there are no sql joins used (…

c06e100
Select commit
Loading
Failed to load commit list.
Draft

[Draft][Please review] Make Paginator use simpler queries when there are no sql joins used (#8278) #11595

Make Paginator use simpler queries when there are no sql joins used (…
c06e100
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 1, 2024 in 1s

65.04% of diff hit (target 89.27%)

View this Pull Request on Codecov

65.04% of diff hit (target 89.27%)

Annotations

Check warning on line 131 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L131

Added line #L131 was not covered by tests

Check warning on line 139 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L139

Added line #L139 was not covered by tests

Check warning on line 144 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L144

Added line #L144 was not covered by tests

Check warning on line 148 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L148

Added line #L148 was not covered by tests

Check warning on line 156 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 168 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L167-L168

Added lines #L167 - L168 were not covered by tests

Check warning on line 173 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L171-L173

Added lines #L171 - L173 were not covered by tests

Check warning on line 177 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 179 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L179

Added line #L179 was not covered by tests

Check warning on line 184 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L182-L184

Added lines #L182 - L184 were not covered by tests

Check warning on line 188 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L188

Added line #L188 was not covered by tests

Check warning on line 193 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L190-L193

Added lines #L190 - L193 were not covered by tests

Check warning on line 199 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L197-L199

Added lines #L197 - L199 were not covered by tests

Check warning on line 202 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L202

Added line #L202 was not covered by tests

Check warning on line 205 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L204-L205

Added lines #L204 - L205 were not covered by tests

Check warning on line 209 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L209

Added line #L209 was not covered by tests

Check warning on line 217 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L217

Added line #L217 was not covered by tests

Check warning on line 225 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L224-L225

Added lines #L224 - L225 were not covered by tests

Check warning on line 227 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L227

Added line #L227 was not covered by tests

Check warning on line 244 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L244

Added line #L244 was not covered by tests

Check warning on line 254 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L254

Added line #L254 was not covered by tests

Check warning on line 283 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L283

Added line #L283 was not covered by tests

Check warning on line 285 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L285

Added line #L285 was not covered by tests

Check warning on line 295 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L295

Added line #L295 was not covered by tests

Check warning on line 316 in src/Tools/Pagination/Paginator.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tools/Pagination/Paginator.php#L316

Added line #L316 was not covered by tests