Gitlab Cli Versions Save

Create a merge request from command line in gitlab

2.0.12

6 months ago

What’s Changed

  • fix: issue#207, Response code 401 (Unauthorized) (#210) @Holinc19

2.0.11

6 months ago

What’s Changed

  • fix: filter by project name when length of projects received is more … (#211) @vishwanatharondekar

2.0.10

3 years ago

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

2.0.9

3 years ago

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

4 years ago
  • Add boards command #87
  • Add docker support #84
  • fix: #88 #89

2.0.6

4 years ago

Fix issue with subgroup repo not working

2.0.4

4 years ago

Only fixes

  1. Print is default now create merge request. Adding -p option doesn't do anything.
  2. Version prints correctly when -v option is used.

2.0.0

5 years ago

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.

1.0.2

6 years ago
  1. Added Onboarding by using prompts at first run.
  2. git config are supported. Onboarding writes to git config for future use.
  3. Renamed bin and commands to look more consistent with hub. Previous commands are still supported as legacy.
  4. Assignee support for merge-request and merge-requests command.
  5. Editor specified in git config will be used while getting merge request information.
  6. .env files are supported.

1.0.0

6 years ago

Very first release published on npm

Includes following features

  1. create merged request with automatically derived context
  2. Open compare page
  3. Open merge request page
  4. Open browse page for a branch