Changelog:
v1.24.1
- Fixed a display bug that could occur when using
less
as your pager
v1.24.0
Features:
- Add
artifact download
command (thank you João Pedro Pedroza! 🚀 )
- Add issue-type filter to issue command
- Show approval/approver status in
mr view
(https://gitlab.com/gitlab-org/cli/-/merge_requests/996 thank you Shaun Duncan! 🚀 )
- Support minimal unified diff output for
mr diff
(https://gitlab.com/gitlab-org/cli/-/merge_requests/997 thank you again, Shaun Duncan! 🚀 )
- Allow
remove-source-branch
to be toggled (https://gitlab.com/gitlab-org/cli/-/merge_requests/1022 thank you pataar! 🚀 )
- Add group/project issue boards for API (https://gitlab.com/gitlab-org/cli/-/merge_requests/1017 thank you Tommy Alatalo! 🚀 )
issue board view
command support for group boards (https://gitlab.com/gitlab-org/cli/-/merge_requests/1017 thank you again Tommy Alatalo! 🚀 )
- Display Raw Path in Project Search (https://gitlab.com/gitlab-org/cli/-/merge_requests/1042 thank you Andreas Gruhler! 🚀 )
- Show Full Path on Issue and MR List (https://gitlab.com/gitlab-org/cli/-/merge_requests/1033 thank you again Andreas Gruhler! 🚀 )
- Extend
pipeline
command functions
- Add
no-duplicate
flag (https://gitlab.com/gitlab-org/cli/-/merge_requests/1049 thank you Camilla Conte! 🚀 )
- Add
repo list
command (thank you Collin Lefeber! 🚀 )
- Add a
--paginate
flag toglab repo clone
(https://gitlab.com/gitlab-org/cli/-/merge_requests/1030 thank you Jesenko Mehmedbašić! 🚀 )
- Add
transfer
command (thank you Lucas Jenß! 🚀 )
- Provide
/reviewer
quick action (https://gitlab.com/gitlab-org/cli/-/merge_requests/975 thank you Laszlo Papp! 🚀 )
- Add get subCommand to variable (https://gitlab.com/gitlab-org/cli/-/merge_requests/1011 thank you LinaLinn! 🚀 )
- Add ability to initialize a Gitpod environment (https://gitlab.com/gitlab-org/cli/-/merge_requests/1040 thank you Jean-Philippe Baconnais! 🚀 )
- Add option to recover issue creation from failure (https://gitlab.com/gitlab-org/cli/-/merge_requests/1079)
The following was implemented by Alberts Zemzale, thank you so much! 🚀 🚀
- Add API wrappers for creating snippets (https://gitlab.com/gitlab-org/cli/-/merge_requests/950)
- Add time tracking functionality (https://gitlab.com/gitlab-org/cli/-/merge_requests/949)
- Add command for creating snippets (https://gitlab.com/gitlab-org/cli/-/merge_requests/952)
- Add options for page and page size
Bugfixes:
- Fix crash for huge pipelines when we don't have all the data immediately (https://gitlab.com/gitlab-org/cli/-/merge_requests/1012 thank you David Heidelberg! 🚀 )
- Fix grep flag issue on Alpine Linux (https://gitlab.com/gitlab-org/cli/-/merge_requests/951 thank you John Wu! 🚀 )
- Allow failure for MR approval state lookup (non-premium) (thank you again Shaun Duncan! 🚀 )
- Ensure sorted output by username for MR approvals (https://gitlab.com/gitlab-org/cli/-/merge_requests/1006 thank you again Shaun Duncan! 🚀 )
- Modify test environment to work correctly for forks (https://gitlab.com/gitlab-org/cli/-/merge_requests/1007 thank you again Shaun Duncan! 🚀 )
- Exit with code 1 upon pipeline linting failure (https://gitlab.com/gitlab-org/cli/-/merge_requests/1025 thank you Josh W! 🚀 )
- Fix broken link to "quick install" (https://gitlab.com/gitlab-org/cli/-/merge_requests/981 thank you meleu! 🚀 )
- Fix hostname validator to accept folders (thank you a333klm! 🚀 )
- Check latest release from GitLab (https://gitlab.com/gitlab-org/cli/-/merge_requests/1014 thank you Clement Sam! 🚀 )
- Rewrite issue URL parser to support nested groups (https://gitlab.com/gitlab-org/cli/-/merge_requests/1054 thank you again Clement Sam! 🚀 )
- Avoid prompting for remotes in non-TTY (https://gitlab.com/gitlab-org/cli/-/merge_requests/1053 thank you again Clement Sam! 🚀 )
- Ignore references for issues closed by MRs
- Fix default path parameter for
artifact download
- Fail with a specific error when unauthenticated (thank you Calle! 🚀 )
- Read hostname from
config.yml
- Fix validation for GitLab 14.5 tokens (thank you Eduardo Cardoso! 🚀 )
- Only run manual jobs if is explicitly accepted (https://gitlab.com/gitlab-org/cli/-/merge_requests/1046 thank you Ignacio Bado! 🚀 )
- Fix aarch64 install error (https://gitlab.com/gitlab-org/cli/-/merge_requests/1027 thank you Kebe! 🚀 )
- Fix hyperlinks rendering in less (thank you LitoMore! 🚀 )