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
What would be your expected behaviour when days is set to 0? Delete all? Delete all since yesterday? Delete all just from today? Or don't allow 0 at all?
Thanks for considering my request. I was looking for a way to delete everything. "0 days old" seems like it would delete all, with 0 days meaning any pipelines that are not a day old yet (e.g. 5 min ago, 15hrs ago). If it is felt that isn't intuitive enough, then it could be implemented another way.
0 days in the config:
always results in
0 pipelines found
. Any pipelines less than a day old cannot be deleted.It seems a small change in gitlab.tx isOlderThanDays would allow this.
The text was updated successfully, but these errors were encountered: