Mylyn Gitlab Connector
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
March 2021 | 248/706 | 19 (0.03%) | 0 |
February 2021 | 269/911 | 123 (0.03%) | 0 |
January 2021 | 326/930 | 81 (0.02%) | 0 |
December 2020 | 276/919 | 105 (0.02%) | 0 |
November 2020 | 319/925 | 86 (0.02%) | 0 |
October 2020 | 294/927 | 107 (0.02%) | 0 |
September 2020 | 397/894 | 42 (0.01%) | 0 |
August 2020 | 426/867 | 26 (0.01%) | 0 |
July 2020 | 383/870 | 40 (0.01%) | 0 |
June 2020 | 445/867 | 30 (0.01%) | 0 |
May 2020 | 450/876 | 32 (0.01%) | 0 |
April 2020 | 399/891 | 51 (0.01%) | 0 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Tuesday, March 2, 2021 - 23:02
Reviews Sign in to post reviews
Is this connector supposed to be working anymore ??
Submitted by VItan Remus Stefan on Mon, 2020-06-01 12:24
Hi,
I had quite a struggle trying to make it work (with latest eclipse version: 4.15) yet no success, the connector hangs on validation step..
Is it still working ? supposed to be working ... ?
Re: Is this connector supposed to be working anymore ??
Submitted by André Rothe on Fri, 2021-01-22 04:20
It seems, you can not longer use login/password, the Gitlab-API doesn't support that. You have to use a private token, which you can create within GitLab. I use the connector version from GitHub and Eclipse 4.18.0.
Re: Re: Is this connector supposed to be working anymore ??
Submitted by Lorenzo Iannuzzi on Fri, 2021-01-22 09:03
Unfortunately there's an issue with due date parsing that cause query syncing to fail, at least with my Gitlab server.
Re: Re: Re: Is this connector supposed to be working anymore ??
Submitted by André Rothe on Wed, 2021-01-27 19:59
There is an additional Jackson module defined, called JSR310Module. It is used for the LocalDate deserialization of the "due_date" property within the GitlabIssue. But the jar file is not within the class path (missing Maven dependency) and the class GitlabAPI doesn't call new ObjectMapper().findAndRegisterModules().
So the additional mapper is not loaded and Jackson doesn't use the defined deserialization class from the annotation (within class GitlabIssue). It deserializes "due_date" to String and then it will cast or convert it to LocalDate. The latter class doesn't have a constructor with a String parameter, so an exception will be thrown.
Conclusion: the problem must be solved on GitlabAPI. With the changes above I can synchronize tasks with a "due_date".
Re: Re: Re: Is this connector supposed to be working anymore ??
Submitted by André Rothe on Wed, 2021-01-27 17:23
Yes, you are right. But it is not a problem of the connector, it seems to be a problem of the GitApi or the underlying jackson-datatype-deserializer for the LocalDate datatype.
Broken with GitLab V11
Submitted by Adrian Osterwalder on Fri, 2018-07-06 10:31
Since this plugin uses the V3 API of GitLab and this version of the API was removed in GitLab V11, the connector stopped working. I hope you can upgrade to the V4 API soon.
Re: Broken with GitLab V11
Submitted by Ulf Rompe on Wed, 2018-10-03 12:37
As just mentioned in issue #47 on github I created an update site containing a build of the scriptninja fork with an updated java-gitlab snapshot. This site is for my own purposes, but if anyone is fool enough to trust me for no reason, feel free to do so. Just add
to your update sites, without the spaces, of course. But think twice before doing this! You don't know me.
Re: Broken with GitLab V11
Submitted by Nelson Teixeira on Fri, 2018-09-14 15:36
I made it work with API V4. Check my own answer to my question in StackOverflow. Eclipse site doesn't allow me to link to it here, but search for a question named "Invalid TLS Certificate when connecting Mylyn to Gitlab issues" in StackOverflow.
Sub group repository problem
Submitted by Mostafa Barmshory on Tue, 2017-08-01 00:38
This is a very good connector but it fails to get issues form a sub group repositories.
Private token not working / causes Eclipse-Startup-Failure
Submitted by Lukas Glowania on Sun, 2017-06-11 02:45
I tried to use the private token access instead of user credentials, which did not work. In Gitlab 9 setting an access token under Settings->Access Tokens with checked "api" and "read_user" should suffice, right? I'm getting a 401-Unauthorized message in the notifacation area.
But after those experiments Eclipse does not startup anymore:
!ENTRY org.eclipse.osgi 4 0 2017-06-11 08:12:25.138
!MESSAGE Application error
!STACK 1
java.lang.Error: de.weingardt.mylyn.gitlab.core.exceptions.GitlabException: Invalid username/password/private token combination
at de.weingardt.mylyn.gitlab.core.GitlabTaskDataHandler.getAttributeMapper(GitlabTaskDataHandler.java:67)
Re: Private token not working / causes Eclipse-Startup-Failure
Submitted by Jochen Buchholz on Tue, 2017-08-08 06:04
I have the same problem with this Bug. The bad thing is, that I need to do a new install :-(
I opened a issue about that:
github.com/pweingardt/mylyn-gitlab/issues/43
This plugin is unusable with eclipse oxigen
Works like a glance! No Feature "Attach/Retrieve Context"
Submitted by Georg Abenthung on Fri, 2017-04-07 13:34
Used this Mylin connector for the first time today. It works pretty good, as far as I can tell. What I'm missing ist the option to Attach/Retrieve the Context.
Is there a reason why this feature is not implemented, or is it just because it hasn't been done yet?
Great job anyways! :-)