You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current state: number of pipelines which will be fetched per repository is affected by total pipelines count and number of configurations. This approach can lead to missing pipelines. We need to fetch from every repository number of actually displayed pipelines.
Change method getPipelines in class PipelinerService. Parameter pipelineCount will be used as parameter in methods for fetching data eg. getPipelines in GitLabService.
The text was updated successfully, but these errors were encountered:
Current state: number of pipelines which will be fetched per repository is affected by total pipelines count and number of configurations. This approach can lead to missing pipelines. We need to fetch from every repository number of actually displayed pipelines.
Change method
getPipelines
in classPipelinerService
. ParameterpipelineCount
will be used as parameter in methods for fetching data eg.getPipelines
inGitLabService
.The text was updated successfully, but these errors were encountered: