-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to Teal with GitLab Support #282
Comments
Hi @l0nax thanks for the PR. Can you elaborate on why gitlab provider cannot be supported in plain lua? Im ok adding support for GitLab or other providers but Im not considering migrating @ |
Hello there. I agree with @pwntester, the gitlab support should use the glab tool as backend, which is a non official gitlab cli, akin to gh cli. |
Sure, that sounds great! |
Glab is now officially adopted by GitLab. profclems/glab#983 |
Hi there. Sorry for taking so long. I will open the MR this weekend. |
@sunzoje I already converted roughly about 70% of the code base to lua. I will push the changes this weekend. |
Any update on this ? |
Issue Description
Type: "feature request"
Describe what happened (or what feature you want)
Since I really love this plugin but mostly work with GitLab, I decided to start the migration to Teal allowing us to easily implement gitlab (or any other Host provider).
See #138
Since the code base is not small anymore, I did not migrate the whole project to Teal, instead, only the parts which are relevant for the implementation are migrated/ refactored.
Currently, only GitLab issues are implemented.
The text was updated successfully, but these errors were encountered: