Skip to main content
  • Create account
  • Log in
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Marketplace
  3. Tools (1292)
  4. Mylyn Gitlab Connector

Mylyn Gitlab Connector

Mylyn Gitlab Connector
60
12
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

Mars (4.5)
Luna (4.4)
Kepler (4.3)
Juno (4.2, 3.8)
Previous to Juno (<=4.1)
Neon (4.6)
Oxygen (4.7)
Photon (4.8)
2018-09 (4.9)

http://pweingardt.github.com/mylyn-gitlab

Learn more...

Details Group Tabs

Details

This connector allows you to connect the mylyn plugin in your eclipse installation to a Gitlab server.

Categories:
  • Mylyn Connectors
Additional Details
Eclipse Versions: 
Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Neon (4.6), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)
Platform Support: 
Windows, Mac, Linux/GTK
Development Status: 
Production/Stable
Date Created: 
Sun, 2015-03-22 10:41
License: 
EPL
Date Updated: 
Mon, 2019-02-04 13:49
Submitted by: 
Paul Weingardt
Metrics
DateRankingInstallsClickthroughs
March 2021248/70619 (0.03%)0
February 2021269/911123 (0.03%)0
January 2021326/93081 (0.02%)0
December 2020276/919105 (0.02%)0
November 2020319/92586 (0.02%)0
October 2020294/927107 (0.02%)0
September 2020397/89442 (0.01%)0
August 2020426/86726 (0.01%)0
July 2020383/87040 (0.01%)0
June 2020445/86730 (0.01%)0
May 2020450/87632 (0.01%)0
April 2020399/89151 (0.01%)0
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for Mylyn Gitlab Connector.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Tuesday, March 2, 2021 - 23:02

Reviews Sign in to post reviews

vstefan's picture

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 ... ?

arotheniw's picture

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.

liannuzzi's picture

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.

arotheniw's picture

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".

arotheniw's picture

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.

aosterwalder's picture

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.

urompe's picture

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

https : / / eclipse.rompe.org/mylyn-gitlab

to your update sites, without the spaces, of course. But think twice before doing this! You don't know me.

 

nteixeira's picture

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.

mbarmshory's picture

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.

lglowania's picture

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)

jbuchholz's picture

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

gabenthung's picture

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

Markets

  • Eclipse Project (5)
  • Tools (1292)
    • Application Development Frameworks (156)
    • Application Management (27)
    • Application Server (37)
    • BIRT (10)
    • Build and Deploy (101)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (116)
    • Collaboration (36)
    • Database (46)
    • Database Development (33)
    • Database Persistence (17)
    • Documentation (59)
    • Eclipse Kura (63)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (8)
    • Editor (332)
    • Entertainment (14)
    • General Purpose Tools (120)
    • Graphics (32)
    • IDE (329)
    • Internet of Things (IoT) (34)
    • J2EE Development Platform (42)
    • J2ME (6)
    • Languages (149)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (89)
    • Modeling Tools (141)
    • Mylyn Connectors (18)
    • Network (14)
    • Other (71)
    • Process (19)
    • Profiling (22)
    • Programming Languages (98)
    • Reporting (33)
    • Rich Client Applications (39)
    • Science (5)
    • SCM (18)
    • Search (40)
    • SOA Development (15)
    • Source Code Analyzer (96)
    • Systems Development (54)
    • Team Development (55)
    • Testing (87)
    • Tools (552)
    • UI (90)
    • UML (40)
    • Web (89)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (35)
    • XML (30)
  • IoT (113)
    • Eclipse Kura (63)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (52)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Foglyn- Integrate FogBugz into Eclipse (via Mylyn)
  • Atlassian Connector for Eclipse
  • SpiraTeam Plugin
  • Industrial SQL Connector for Mylyn
  • Subclipse

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top