Skip to content

feat: Publish to GitLab

Description

This will create a new GitLab project with the namespace, path and visibility set by the user.

A follow-up MR will add the ability to publish a folder without a Git repository, which will be newly initialized in the process.

Related Issues

#549 (closed)

How has this been tested?

This can be tested by making a new Git repository without any remotes, and making a commit.

The Publish Branch button in VS Code will give the option to use an active GitLab account, which starts the publishing flow.

Screenshots (if appropriate)

Screenshot_2024-09-03_at_19.47.42

Screenshot_2024-09-03_at_19.48.23

Screenshot_2024-09-03_at_19.48.39

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Lennard Sprong

Merge request reports

Loading