Releases: vishwanatharondekar/gitlab-cli
Releases · vishwanatharondekar/gitlab-cli
Response code 401 (Unauthorized) fix
fix: filter by project name when length of projects received is more than one
What’s Changed
- fix: filter by project name when length of projects received is more … (#211) @vishwanatharondekar
Project search fix and description option
What’s Changed
- feat: description as option (#140) @vishwanatharondekar
- fix: project search fix (#139) @vishwanatharondekar
- fix: security Fix for Remote Code Execution - huntr.dev (#118) @huntr-helper
Fix for merge request failing for show command, dependency upgrades
What’s Changed
- feat: add release drafter (#111) @vishwanatharondekar
- Bump git-url-parse from 7.2.0 to 11.1.3 (#109) @dependabot
- Bump open from 7.1.0 to 7.2.0 (#110) @dependabot
- fix: correct creation of merge requests #92 (#108) @Lord-Y
- Bump open from 7.0.3 to 7.1.0 (#104) @dependabot
- build(deps): bump open from 7.0.3 to 7.0.4 (#98) @dependabot-preview
- Create Dependabot config file (#97) @dependabot-preview
- fix: fix git commands for setting upstream (#93) @daniel-vera-g
- build(deps): bump open from 0.0.5 to 7.0.3 (#90) @dependabot
2.0.7
2.0.6
Fix issue with subgroup repo not working
Print made default for create MR
Only fixes
- Print is default now create merge request. Adding -p option doesn't do anything.
- Version prints correctly when -v option is used.
Support for gitlab-11
We upgraded the dependency node-gitlab to version 3 in this version.
Added support for remove_source_branch and squash options. Look in the readme for details.
git-lab-cli 1.0.2
- Added Onboarding by using prompts at first run.
- git config are supported. Onboarding writes to git config for future use.
- Renamed bin and commands to look more consistent with hub. Previous commands are still supported as legacy.
- Assignee support for merge-request and merge-requests command.
- Editor specified in git config will be used while getting merge request information.
- .env files are supported.
git-lab-cli 1.0.0
Very first release published on npm
Includes following features
- create merged request with automatically derived context
- Open compare page
- Open merge request page
- Open browse page for a branch