Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

fix(ci): Remove OrderBy field from pipeline list options #336

Merged
merged 1 commit into from
Nov 29, 2020

Conversation

zemzale
Copy link
Collaborator

@zemzale zemzale commented Nov 28, 2020

Description
This field is not supported in GitLab 11.11. This doesn't allow this
command to be run against this version of GitLab.

Since this ordering is not that important easiest is just to remove it.

See: https://docs.gitlab.com/11.11/ee/api/pipelines.html#list-project-pipelines

Related Issue

Fixes #335

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

This field is not supported in GitLab 11.11. This doesn't allow this
command to be run against this version of GitLab.

Since this ordering is not that important easiest is just to remove it.

See: https://docs.gitlab.com/11.11/ee/api/pipelines.html#list-project-pipelines

Fixes profclems#335
@profclems profclems added the Fix This fixes a bug or incorrect documentation label Nov 28, 2020
Copy link
Owner

@profclems profclems left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thanks

@profclems profclems merged commit c223e1b into profclems:trunk Nov 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Fix This fixes a bug or incorrect documentation size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] GitLab 11.11 failure to run glab pipeline status -l
2 participants