Mise à jour de 'README.md'
This commit is contained in:
parent
051ecba9d2
commit
4d2bda4f0a
22
README.md
22
README.md
@ -17,18 +17,17 @@ I want to thanks and credit:
|
|||||||
|
|
||||||
## Planned Features
|
## Planned Features
|
||||||
|
|
||||||
### Version 1.x - prove of concept
|
### Version 0.1.x - prove of concept
|
||||||
* use basic (user,password) or token authentication
|
* use basic (user,password) or token authentication (preferred)
|
||||||
* list and query for issues
|
* list and query for issues
|
||||||
* handles issues on a repository basis
|
* handles issues on a repository basis
|
||||||
|
|
||||||
### Version 2.x - usable
|
### Planned features
|
||||||
* use basic (user,password) or token authentication
|
* edit issue - add comment on issues
|
||||||
* create, edit, close and reopen issues
|
* edit issue - close/reopen issue
|
||||||
* comment on issues
|
* edit issue - change assignee list, labels, project, milestone
|
||||||
* supports repository milestones and assignees
|
* create issue
|
||||||
* handles issues on a repository basis
|
* enhance query hmi - labels selection per list
|
||||||
|
|
||||||
|
|
||||||
### Missing features
|
### Missing features
|
||||||
|
|
||||||
@ -36,7 +35,7 @@ I want to thanks and credit:
|
|||||||
|
|
||||||
### Won't be implemented
|
### Won't be implemented
|
||||||
|
|
||||||
The goal of this connector is not to replaced the Gitea web interfac, so everything which is not Issue related or not link with what may help a developper in his day-to-day issue management will not be implemented, typically Team/Repository member management and milestone management.
|
The goal of this connector is not to replaced the Gitea web interfac, so everything which is not Issue related or not link with what may help a developper in his day-to-day issue management will not be implemented, typically Team/Repository management and milestone management.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -63,6 +62,7 @@ I don't kown if I will introduce the option to ignore certificate errors. It is
|
|||||||
* Version 1.x will only support read acess and queries, we have may to wait the Version 2.x to create and modify issues.
|
* Version 1.x will only support read acess and queries, we have may to wait the Version 2.x to create and modify issues.
|
||||||
* If you created a new milestone or added a new project member via the web interface, you have to update the repository configuration, so that the connector reloads the project members and milestones. Right click on the Gitea repository in the Task repositories view and click on "Update Repository Configuration".
|
* If you created a new milestone or added a new project member via the web interface, you have to update the repository configuration, so that the connector reloads the project members and milestones. Right click on the Gitea repository in the Task repositories view and click on "Update Repository Configuration".
|
||||||
* Offline mode does not work.
|
* Offline mode does not work.
|
||||||
* Out of the box support for valid certificates only.
|
* Out of the box support for valid certificates only.
|
||||||
|
* Ssl connection issue with some servers
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user