-
Notifications
You must be signed in to change notification settings - Fork 70
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
Not all ttd apps are listed in studio dashboard #4501
Comments
This is an effect of Gitea adding paging for all APIs (which is a good thing): go-gitea/gitea#9452 I guess we should fix this when we do a reimplementation of the dashboard front-end and adds support for org landing pages in Designer. |
We should probably do a general fix for all API calls to Gitea with pagination. |
@acn-sbuad still all the apps are not displayed in the dashboard. |
There is a hard-limit set to 50 in the pagination logic in Gitea. |
Yup, that’s why I suggested fixing this when we reimplement dashboard 😊 https://altinn.studio/repos/api/swagger#/user/userCurrentListRepos |
with the updated dashboard, one can search/find apps across all the apps. |
Describe the bug
Not all ttd apps are listed in studio dashboard
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All apps of ttd should be listed in the dashboard
Cause / Resolution
Default limit on response objects of gitea's user/repos endpoint is 30.
Additional info
Env: dev.altinn.studio
Browser: Chrome 83
The text was updated successfully, but these errors were encountered: