Go to file
Michael 3ced4077bf rm: schedule add: custom date in artisan comand csvExport:generate con check date 2024-09-06 15:22:33 +02:00
app rm: schedule add: custom date in artisan comand csvExport:generate con check date 2024-09-06 15:22:33 +02:00
bootstrap fix: env vars handled via conf file, add: functional tests 2024-08-17 18:06:06 +02:00
config fix: email conf 2024-08-19 16:08:13 +02:00
database commit iniziale 2023-10-05 11:54:33 +02:00
public add: more tests 2024-08-14 12:46:25 +02:00
resources/views add: all 2024-07-22 14:17:00 +02:00
routes fix: env vars handled via conf file, add: functional tests 2024-08-17 18:06:06 +02:00
storage commit iniziale 2023-10-05 11:54:33 +02:00
tests add: ignora kind debug, test per nuova feature rm: test vuoti su funzionalità basate su api terze 2024-09-05 17:09:42 +02:00
.editorconfig commit iniziale 2023-10-05 11:54:33 +02:00
.envexample fix: env vars handled via conf file, add: functional tests 2024-08-17 18:06:06 +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 env 2024-08-17 18:06:28 +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.