Gitlab CI/CD vars - Not all variables are being displayed in the UI
Summary
Gitlab CI/CD vars - Not all variables are being displayed in Gitlab.com UI
Steps to reproduce
- Add more than 100 variables to a Gitlab.com project (assuming this is a pagination issue)
- View the CI/CD vars in project
- Some are missing i.e. not visible
What is the current bug behavior?
Some CI/CD variables are missing/hidden in project CI/CD vars page.
- Querying the project vars using REST API shows the missing/hidden variables in page#2
- It appears Gitlab UI uses graphQL to query and show results ? And something has changed recently which is causing it to show only a certain set of results ?
What is the expected correct behavior?
ALL variables should be visible on Gitlab.com project CI/CD variables page
Edited by Subbu