Skip to content

Fix segfault on ci list

Clement Sam requested to merge fix-segfault-ci-list into trunk

Description

For gitlab instances running on versions <= 11, the pipeline list api does not return the created_at field causing glab to panic. This commit checks if the created_at field is available before using it

Related Issue

Resolves #688 (closed)

How Has This Been Tested?

Screenshots (if appropriate):

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)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports