Go to file
François TERROT 07988a5ca8
version 0.3.1
2021-04-25 18:04:48 +02:00
bin signature helpers 2021-04-25 18:03:48 +02:00
io.gitea.mylyn Fix missing license information 2021-04-25 16:55:12 +02:00
io.gitea.mylyn.core version 0.3.1 2021-04-25 18:04:48 +02:00
io.gitea.mylyn.ui version 0.3.1 2021-04-25 18:04:48 +02:00
io.gitea.mylyn.updatesite@d35302a7f0 Fix plugin-s name and some typos 2021-03-07 15:32:43 +01:00
java.gitea.api@0f63be0582 Push first working version 2021-03-07 11:56:15 +01:00
.gitignore signature support 2021-04-25 18:01:57 +02:00
.gitmodules Push first working version 2021-03-07 11:56:15 +01:00
.project add python nature to project for signature helpers 2021-04-25 18:03:16 +02:00
.pydevproject add python nature to project for signature helpers 2021-04-25 18:03:16 +02:00
.sign.conf Signature tool parameters template 2021-04-14 21:57:58 +02:00
2A766910298F3874.asc Deploy signature 2021-04-18 11:49:58 +02:00
LICENSE Switch to MIT License. 2021-03-06 19:13:21 +01:00
README.md manually fix development env. relocation impact on modules .... 2021-04-14 19:30:19 +02:00
signature.conf.tmpl signature support 2021-04-25 18:01:57 +02:00

README.md

mylyn-gitea

Mylyn/Gitea Tasks Connector : Gitea's issues management for Eclipse/Mylyn.

This Mylyn connector will allow you to connect Mylyn to a Gitea's instance (self hosted or not) in order to manage your issues from your local Eclipse instance.

The update site for the Mylyn/Gitea Tasks Connector plug-in is https://teilginn.github.io/mylyn-gitea-updatesite/.

Thanks and Credits

I want to thanks and credit:

Changes

  • 08.02.2021 - I'm currently working to make the connector working, resolving package and installation issues (plug-ins crash on eclipse start due to missing class Exception), then I will debug basic features (repository connectorion ...) before I will upload first code and binaries.
  • 28.02.2021 - First connector version is working in debug in front of https://forge.chapril.org. I still have maven/jdk 11 generation issue. So I switch to a newly generated "Java Gitea API", OpenAPI based.

Planned Features

Version 0.1.x - prove of concept

  • use basic (user,password) or token authentication (preferred)
  • list and query for issues
  • handles issues on a repository basis
  • installation though update site

Planned features

  • edit issue - add comment on issues
  • edit issue - close/reopen issue
  • edit issue - change assignee list, labels, project, milestone
  • create issue
  • enhance query hmi - labels selection per list

Missing features

  • Password prompt (I just don't know how...)

Won't be implemented

The goal of this connector is not to replaced the Gitea's web interface, so everything which is not Issue related or not link with what may help a developer in his day-to-day issues management like Team/Repository management and milestone management will not be implemented.

Usage

see (Mylyn/Gitea Tasks Connector plug-ins update site)[https://forge.chapril.org/gitea/mylyn-gitea-updatesite]

Known issues/Limitations

Report an issue

To avoid any account management activity, issues tracker is handled at Github.

Feel free to open issues to report bugs or request new features.