Go to file
Michael eebf859afa add: all 2024-07-22 14:17:00 +02:00
app add: all 2024-07-22 14:17:00 +02:00
bootstrap add: all 2024-07-22 14:17:00 +02:00
config add: all 2024-07-22 14:17:00 +02:00
database commit iniziale 2023-10-05 11:54:33 +02:00
public remove old demo export file 2023-10-19 13:23:41 +02:00
resources/views add: all 2024-07-22 14:17:00 +02:00
routes add: all 2024-07-22 14:17:00 +02:00
storage commit iniziale 2023-10-05 11:54:33 +02:00
tests add: all 2024-07-22 14:17:00 +02:00
.editorconfig commit iniziale 2023-10-05 11:54:33 +02:00
.gitignore commit iniziale 2023-10-05 11:54:33 +02:00
.styleci.yml commit iniziale 2023-10-05 11:54:33 +02:00
LICENSE Initial commit 2023-10-05 11:51:43 +02:00
README.md add .env variables 2023-10-11 11:25:50 +02:00
artisan commit iniziale 2023-10-05 11:54:33 +02:00
composer.json add: all 2024-07-22 14:17:00 +02:00
composer.lock add: all 2024-07-22 14:17:00 +02:00
phpunit.xml commit iniziale 2023-10-05 11:54:33 +02:00

README.md

Gitea Issues Exporter

Simple application built on Lumen to export as csv file closed issues with tracked time on a gitea instance.

.env

Some constants have been added to handle authentication and connection to the Gitea instance APIs.

APP_PASSWORD=

GITEA_ORGANIZATION=
GITEA_URL=
GITEA_TOKEN=

License

Gitea Issues Exporter is open-sourced software licensed under the GPLv3 license.