-
Notifications
You must be signed in to change notification settings - Fork 11
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
Gitlab connector #37
Comments
Hi, Unfortunately, not. I am teaching and this connector is "just" a way to show to students how to manage issues. So I can not do a donation. Best regards, Bernard |
@bgranier question was not to make monetary donation, but @wimjongman asked would you donate this |
humm you mean "to give me" the code in order to revive it to get a runnable plugin ? Why not, but i am not sure that i will have the time for that. |
No we need to ask the maintainer of the Repository (https://github.com/pweingardt) if we get the permission to include a copy of the source into the new eclipse.mylyn GitHub organisation. |
I think we can close this one |
I haven't received any feedback from pweingardt, so I think we should create a new mylyn Task Connector for Gitlab. I have created the not officially supported Bugzilla REST Connector, so I know how to implement a Task Connector. Should I start developing an MVP version? |
Sorry for the confusion. Let me try to explain my request a bit better.
It looks like you have built a connector for GL. We think a GL connector is important.
Indeed, my request was not for money (thanks Maarten), but for your code. I should have called it code contribution and not donation. Sorry for the confusion.
If you want, you can become an Eclipse Mylyn committer and help maintain the connector.
We did not look at your code yet, so I am not sure if it is even possible.
Some of the things that should happen are:
* You have to license the code under EPL
* Your code has to move to the org.eclipse namespace.
* You have to sign the eclipse contributor agreement and declare that all the copyright of the code belongs to you and that you contribute the code to the open source.
There are probably a couple of other things that I have forgotten but these are the basics.
|
I have developed a Gitlab Connector Preview that can display tasks and process simple queries (all based on the REST API). I have tried this with gitlab.com and not with the Eclipse Gitlab instance. For the eclipse instance we need to implement a different autentification. What do you guys think about this? |
Nice! Yes, please push to a branch. What are the auth differences? We can't log in with a token on both instances? |
This is work in progress which is not production quality
Actual I only implement the oauth owner password login and this did not work for me with Eclipse Gitlab |
add milestone, labels and personalAccessToken #37
* for the issue #37 (gitlab Connector) we need a local test instance * change the commented points
* [#37] cleanup the gitlab test project * add missing @GitLabTestService
@wimjongman: Can we close this issue? |
Yes! Thanks Frank!! |
We need to connect GitLab.
See pweingardt/mylyn-gitlab#61
The text was updated successfully, but these errors were encountered: