From 5ccb9f5e3bf6d3dc9716c265ca130b2b40a3e412 Mon Sep 17 00:00:00 2001 From: fterrot Date: Sun, 7 Mar 2021 09:29:42 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f59c55..0d5a29d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,30 @@ # mylyn-gitea-updatesite -Eclipse Update Site for the Gitea Mylyn Tasks Connector \ No newline at end of file +This is the update site for the Mylyn/Gitea Tasks Connector (https://forge.chapril.org/gitea/mylyn-gitea). + +## What versions are supported + +The Mylyn/Gitea Tasks connector is developped under Linux (XUbuntu 20.04) using: +* Eclipse 2019-12 (4.14.0 Build 20191212-1212) +* Mylyn 3.24 +* Java JDK 11 +* Java Gitea API 1.13 + +It is tested in front of *Gitea 1.13* servers. + +It is configured to be compliant in theory with Java 1.8 and Mylyn 3.8.0 as minimal versions. + +## What time zone is used in the task editor? + +The times that appear in the Gitea issue editor (ie. created, modified) are in your local machine’s time zone. + +## Known limitations + +A lot of limitation are present in these first development versions. They may disppear during the walk to Version 1.0.0 + +* Password/Acces token requires to be saved during repository configuration - this is why we recommend to use only access token (configured by default) as they can easily be revoked. +* It's not possible to submit changes +* It's not possible to filter per Project +* It's required to known the exact list of labels +* ... +