forked from GitTools/GitReleaseManager
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#146) Prevent usage of unsupported functionality
There are some pieces of functionality that currently either don't make sense to support in GitLab. For example, the label command. This command was originally created to plug a hole in missing functionality on GitHub, however the label management in GitLab is far better, and the crude creation of labels from GRM doesn't make sense. Therefore, any attempt to use this command for GitLab returns an error code. Similarly, the addassets command is not supported. This is mainly due to the fact that assets work very differently in GitLab and we need to figure out how to do what is required via the NGitLab library, as I don't think the support currently exists in there. Finally, the updating of comments when closing a milestone also isn't supported, since this also doesn't seem to be supported in NGitLab, but I will be following up with the team over there to make sure.
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters