Bug 272812 - [connector] GitHub issue tracker
Summary: [connector] GitHub issue tracker
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P4 enhancement with 6 votes (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2009-04-18 16:40 EDT by Michael Greifeneder CLA
Modified: 2011-04-01 12:38 EDT (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Greifeneder CLA 2009-04-18 16:40:54 EDT
GitHub has released a API for their repository and issue tracker on http://develop.github.com/

Maybe someone else is interested in a connector?
Comment 1 Daniel Spiewak CLA 2009-05-02 02:40:35 EDT
+1 It shouldn't be too hard to do either.  As I understand it, both Mylyn and GitHub expose very nice APIs, so it should just be a matter of hooking them up.
Comment 2 sinarf CLA 2009-05-05 04:32:23 EDT
I'm interested to and there is such a project in developement : http://github.com/mikegr/mylyn-ditz-connector
Comment 3 Michael Greifeneder CLA 2009-05-05 06:47:31 EDT
@sinarf: The Github Issue Tracker and Ditz are not related, although both uses YAML somehow. 

Ditz issues can be checked in to a Github repository, but it's totally independent of any source code repository and website. 

Ditz uses YAML to store data on a file system. The Github Issue Tracker uses YAML for REST/API access. 

Please correct me if I'm wrong.

Mike





Comment 4 sinarf CLA 2009-05-05 07:07:09 EDT
(In reply to comment #3)
You probably right. Sorry for the mistake. Thanks to you to point it out. 

I'll keep monitoring this issues because I'm definitely interested in having a connector working. I'd love to work on it, but I don't have any eclipse development experience, yet. 
Comment 5 Bernie Telles CLA 2009-05-20 12:09:24 EDT
VERY interested in this connector! (and I know a little Java, so if anyone wants an assistant, please let me know)
Comment 6 Christian Trutz CLA 2009-06-09 12:17:28 EDT
Also VERY interested in this connector! I will start work on it:

- Apache 2.0 License? Eclipse Public License?
- GitHub project ;-)
- Name? any proposals? org.eclipse.mylyn.github?


Comment 7 Christian Trutz CLA 2009-06-09 15:26:28 EDT
You all are wellcome to contribute:

http://github.com/smilebase/org.eclipse.mylyn.github
Comment 8 Mik Kersten CLA 2009-07-23 17:48:06 EDT
When far enough along please consider listing this connector at: http://wiki.eclipse.org/index.php/Mylyn/Extensions
Comment 9 Christian Trutz CLA 2011-02-14 17:10:06 EST
See also bug 303009.
Comment 10 Mykola Nikishov CLA 2011-04-01 02:41:15 EDT
(In reply to comment #9)

> See also bug 303009.

It seems that this bug should be closed. Am I right?
Comment 11 Michael Greifeneder CLA 2011-04-01 03:39:02 EDT
Closed by me as reporter. 

(In reply to comment #10)
> (In reply to comment #9)
> 
> > See also bug 303009.
> 
> It seems that this bug should be closed. Am I right?
Comment 12 Steffen Pingel CLA 2011-04-01 12:38:25 EDT
A connector is now available in the EGit project: http://wiki.eclipse.org/EGit/Contributor_Guide#EGit_GitHub_Integration .