Issue tracker for gitea repositories
Go to file
2019-06-14 13:22:17 +02:00
.vscode Inital commit 2019-04-09 14:37:58 +02:00
media ADDED: Image to README.md 2019-04-12 08:42:45 +02:00
resources ADDED: 0.0.5 - Label dependent icons with Gitea server label colors 2019-04-12 10:20:23 +02:00
src FIXED #3 Issue is now opened just once 2019-06-14 13:22:17 +02:00
versions ADDED: 0.0.6 - Label dependent issues with auto fetching colors from Gitea server labels 2019-04-12 10:37:45 +02:00
.gitignore ADDED: 0.0.6 - Label dependent issues with auto fetching colors from Gitea server labels 2019-04-12 10:37:45 +02:00
.vscodeignore ADDED: 0.0.6 - Label dependent issues with auto fetching colors from Gitea server labels 2019-04-12 10:37:45 +02:00
CHANGELOG.md FIXED #3 Issue is now opened just once 2019-06-14 13:22:17 +02:00
LICENSE Version 0.0.3 - View Changelog for more information 2019-04-10 13:45:47 +02:00
package-lock.json ADDED: 0.0.5 - Colored icons with description in README.md 2019-04-12 08:35:29 +02:00
package.json ADDED: 0.0.6 - Label dependent issues with auto fetching colors from Gitea server labels 2019-04-12 10:37:45 +02:00
README.md ADDED: From property to changelog at section unreleased and clearify the instructions to use this extension 2019-04-12 14:22:59 +02:00
tsconfig.json Inital commit 2019-04-09 14:37:58 +02:00
tslint.json Inital commit 2019-04-09 14:37:58 +02:00
vsc-extension-quickstart.md Inital commit 2019-04-09 14:37:58 +02:00

Gitea-VSCode

Issuetracker for Gitea

Getting Started

To setup a gitea issue tracked project you need to first select the issues tab at the activitiy bar. After that open the command palette in order to type in the command Initialize Gitea-Issue Tracker and enter your crendentials:

  • Authtoken
  • Domain in format: "example.com"
  • Repository Owner (may be an organisation): "TestOrganisation"
  • Repository Name "ExampleRepository"

When you've finished you can press the refresh button in the open issues section and you'll see the issues of the first 10 pages (only open issues).

Issue colors

Issues with multiple colors

In order to get nice looking issue icons in multiple colors (of your choice) you just need to assign a label to your issue. The color is being fetched automatically. If you change the color of the label however, you need to delete the .gitea/{issuename}.svg file in the given folder. If you skip this step, the file is not going to get updated. In most cases you need to restart visual studio code to apply the icons in the issues tab.

Future

  • Implement a Close Issue Button
  • Create Issues via Webview
  • Comment Issues