mylyn-gitea/README.md

68 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

# mylyn-gitea
2021-02-08 12:01:30 +01:00
Mylyn/Gitea Tasks Connector : Gitea's issues management for Eclipse/Mylyn.
2021-02-08 12:01:30 +01:00
2021-03-07 11:56:15 +01:00
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/.
2021-02-08 12:01:30 +01:00
## Thanks and Credits
2021-02-08 12:01:30 +01:00
I want to thanks and credit:
2021-03-07 11:56:15 +01:00
* pweingardt for the "Mylyn Gilab Connector" https://github.com/pweingardt/mylyn-gitlab, the "Mylyn Gitlab Connector" which helps me in my initial plug-ins setup.
* zeripath for the "Java Gitea API" https://github.com/zeripath/java-gitea-api , I used first to communicate with Gitea's instance before facing ssl and JDK 11 compliance issues.
2021-02-08 12:01:30 +01:00
## Changes
2021-02-08 12:01:30 +01:00
* 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.
2021-03-07 11:56:15 +01:00
2021-02-08 12:01:30 +01:00
## 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...)
2021-02-08 12:01:30 +01:00
### Won't be implemented
2021-02-08 12:01:30 +01:00
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.
2021-02-08 12:01:30 +01:00
## Usage
2021-03-07 11:56:15 +01:00
see (Mylyn/Gitea Tasks Connector plug-ins update site)[https://forge.chapril.org/gitea/mylyn-gitea-updatesite]
## Known issues/Limitations
2021-02-08 12:01:30 +01:00
2021-03-07 11:56:15 +01:00
* [Known issues](https://github.com/teilginn/mylyn-gitea/issues?q=is%3Aopen+is%3Aissue)
* [known limitations](https://github.com/teilginn/mylyn-gitea/labels/known_limitation)
## Report an issue
2021-03-07 11:56:15 +01:00
To avoid any account management activity, issues tracker is handled at [Github](https://github.com/teilginn/mylyn-gitea/issues).
2021-02-08 12:01:30 +01:00
Feel free to open issues to report bugs or request new features.
2021-02-08 12:01:30 +01:00
2021-04-14 19:15:55 +02:00
2021-02-08 12:01:30 +01:00