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
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)
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