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

[Bug][framework] Pipelines page loads only first 50 pipelines #7388

Open
2 of 3 tasks
TihomirPop opened this issue Apr 26, 2024 · 0 comments
Open
2 of 3 tasks

[Bug][framework] Pipelines page loads only first 50 pipelines #7388

TihomirPop opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels
type/bug This issue is a bug

Comments

@TihomirPop
Copy link

TihomirPop commented Apr 26, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

When you land on the pipelines page, the GET api/pipelines endpoint gets called without any parameters and returns first 50 pipelines.
Going to new pages doesn't call the API to get new pipelines.
It also doesn't use the page size selector to get different page sizes.
image

What do you expect to happen

Going to different pipelines pages should call the API for that page with the selected page size and display the results in the pipelines table.

How to reproduce

Have more then 50 pipelines and open the pipelines page on page >= 3.

Anything else

No response

Version

v1.0.0-beta3

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@TihomirPop TihomirPop added the type/bug This issue is a bug label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue is a bug
Projects
None yet
Development

No branches or pull requests

2 participants