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
As getLastRunTime() only fetches the default number of pipelines, which is 20 as of today, it thinks it never ran.
As we use a monorepo for all CI stuff getting more than 20 pipelines between the daily run of this fantastic tool, we sometimes get duplicated issues.
Adding ListOptions does at least an enhancement to 100 pipelines, but maybe a configurable parameter, and pagination would be an awesome benefit at this.
Hi, thank you for pointing this out! I am not really able to implement a lot for this project currently, but please feel free to create a pull request or fork your own version! 😊
Happy this small tool is/was also useful for others! 🙏 And sorry for not answering for so long, I am not really working on this other than for my own small projects 🙈
As
getLastRunTime()
only fetches the default number of pipelines, which is 20 as of today, it thinks it never ran.As we use a monorepo for all CI stuff getting more than 20 pipelines between the daily run of this fantastic tool, we sometimes get duplicated issues.
Adding
ListOptions
does at least an enhancement to 100 pipelines, but maybe a configurable parameter, and pagination would be an awesome benefit at this.Pagination example: https://github.com/xanzy/go-gitlab/blob/master/examples/pagination.go
The text was updated successfully, but these errors were encountered: