This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
[Bug] GitLab 11.11 failure to run glab pipeline status -l
#335
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
priority: high
Affects a large population and inhibits work
Description
Opening this issue to track it separately from #325 since it's issue with the same command, but is not the same issue.
As per comments #325 (comment) #325 (comment) there is failure to run
glab pipeline status -l
onGitLab 11.11
.This is because we use
order_by:updated_at
and it wasn't in the GitLab 11.11 APIExpected Behavior
Should be execute the command and view pipeline status
Actual Behavior
The response is :
Possible Fix
We could check the version of the GitLab we are running against, and if it's 11.11 then we just don't pass this order by parameter.
I have not looked into how important is the ordering but if it's needed we can just request these pipelines one by one and order them ourselfs.
Steps to Reproduce
glab pipeline status -l
on GitLab 11.11Your Environment
As per #325 (comment)
GitLab 11.11
glab 1.11.1
(note:GitLab 12.10
is mentioned too, but that shouldn't be affected)The text was updated successfully, but these errors were encountered: