Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gitlab-vscode-extension gitlab-vscode-extension
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 145
    • Issues 145
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • gitlab-vscode-extensiongitlab-vscode-extension
  • Merge requests
  • !155
The source project of this merge request has been removed.

feat(statusbar): create merge request when none exist for current branch

Merged Jonas Tobias Hopusch requested to merge (removed):291-create-new-mr-instead-of-complaining into main Jan 06, 2021
  • Overview 20
  • Pipelines 0
  • Changes 1

Related to #291 (closed)

Disclaimer: I have never learned JavaScript or TypeScript or contributed to a VSCode extension, so I may have missed something. But this change seemed trivial enough that I wanted to try it anyway.

This changes the MR button in the status bar to run the "Create new merge request on current project"-command when clicked on if no MR has been detected. Before it would have just informed the user that no MR exists for the branch.

Edited Jan 07, 2021 by Tomas Vik
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 291-create-new-mr-instead-of-complaining