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

v1.12.0

Compare
Choose a tag to compare
@profclems profclems released this 01 Dec 09:16
· 1075 commits to trunk since this release

Features πŸŽ‰

  • Add flag --with-labels to mr for command #303
  • Template support for issue create and mr create commands
β†’ glab mr create
? Choose a template  [Use arrows to move, type to filter]
> Bug Report
 Feature Request
 Question
 Open a blank merge request
  • glab api command to make authenticated REST and GRAPHQL requests to GitLab API (#328)
  • Labels multiselect for issue create and mr create
β†’ glab mr create

? Choose a template: Bug Report
? Title: Some title
? Description <Received>
? Do you want to add labels? Yes
? Select Labels  [Use arrows to move, space to select, <right> to all, <left> to none, type to filter]
> [ ]  Doing
  [ ]  To Do
  [ ]  bug
  [ ]  frontend
  [ ]  label1
  [ ]  label2
  [ ]  none
  • New repo delete command (#340, #318)
  • user events command for getting current user events

Bug Fixes πŸ› 

  • Fix incorrect version info on check-update (#89, #308)
  • Return error if no pipeline found to avoid panic (#334, #225)
  • Remove OrderBy field from pipeline list options (#335, #336)
  • Remove trailing slash in merge request title when mr create --fill is run (#309)
  • Allow for comma separated MR arguments (#315, #301)
  • Remove argument expectations from repo search (#298)
  • fix: git directory independent commands

Tweaks πŸ’₯

  • Ensure only $PATH is searched when switching to external commands (#332)
  • Redesign Tableprinter to adjust content based on terminal size (#300)
  • Reformat version output (aea733a)
  • use branch name as title if no commits are available for mr create --fill
  • Ability to skip description step when creating MR or issue

Deprecation

  • Deprecate glab config init in favour of glab auth login (#312, #326)