net-mgmt/icingaweb2-module-idoreports: Update to 0.10.0

Sponsored by:	Netzkommune GmbH
This commit is contained in:
Jochen Neumeister 2023-01-27 08:15:56 +01:00
parent c92bc752c4
commit 99ab8aaf19
3 changed files with 32 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= icingaweb2-module-idoreports
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
PORTREVISION= 2
DISTVERSION= 0.10.0
PORTREVISION= 0
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1557838708
SHA256 (icinga-icingaweb2-module-idoreports-v0.9.0_GH0.tar.gz) = 6f9786ea8ce621f9ddb75387f7b9c9a652dc6c63dadb26060c6eec1577280f25
SIZE (icinga-icingaweb2-module-idoreports-v0.9.0_GH0.tar.gz) = 101439
TIMESTAMP = 1674678332
SHA256 (icinga-icingaweb2-module-idoreports-v0.10.0_GH0.tar.gz) = 5c1517c22c33f01f2095e61edfb19a6fcd043901c2963a9e21ed4f3869d5366b
SIZE (icinga-icingaweb2-module-idoreports-v0.10.0_GH0.tar.gz) = 108056

View File

@ -1,4 +1,8 @@
%%WWWDIR%%/.github/ISSUE_TEMPLATE/bug_report.md
%%WWWDIR%%/.github/ISSUE_TEMPLATE/feature_request.md
%%WWWDIR%%/.github/workflows/php.yml
%%WWWDIR%%/.gitignore
%%WWWDIR%%/.phpcs.xml
%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
%%WWWDIR%%/doc/02-Installation.md
@ -8,5 +12,26 @@
%%WWWDIR%%/library/Idoreports/ServiceSlaReport.php
%%WWWDIR%%/module.info
%%WWWDIR%%/run.php
%%WWWDIR%%/schema/get_sla_ok_percent.sql
%%WWWDIR%%/schema/slaperiods.sql
%%WWWDIR%%/schema/mysql/get_sla_ok_percent.sql
%%WWWDIR%%/schema/mysql/slaperiods.sql
%%WWWDIR%%/schema/postgresql/get_sla_ok_percent.sql
%%WWWDIR%%/schema/postgresql/slaperiods.sql
%%WWWDIR%%/schema/postgresql/t/00-create-db.sql
%%WWWDIR%%/schema/postgresql/t/01-install.t
%%WWWDIR%%/schema/postgresql/t/01-statehistory.sql
%%WWWDIR%%/schema/postgresql/t/02-icinga_objects.sql
%%WWWDIR%%/schema/postgresql/t/02-servicestatus.sql
%%WWWDIR%%/schema/postgresql/t/03-hoststatus.sql
%%WWWDIR%%/schema/postgresql/t/04-icinga_downtimehistory.sql
%%WWWDIR%%/schema/postgresql/t/04-icinga_outofsla_periods.sql
%%WWWDIR%%/schema/postgresql/t/05-fill-downtimes.sql
%%WWWDIR%%/schema/postgresql/t/05-fill-hoststatus.sql
%%WWWDIR%%/schema/postgresql/t/05-fill-icinga_objects.sql
%%WWWDIR%%/schema/postgresql/t/05-fill-servicestatus.sql
%%WWWDIR%%/schema/postgresql/t/05-fill-statehistory.sql
%%WWWDIR%%/schema/postgresql/t/06-get_sla_ok_percent.sql
%%WWWDIR%%/schema/postgresql/t/07-test-func.sql
%%WWWDIR%%/schema/postgresql/t/README.md
%%WWWDIR%%/schema/postgresql/t/get_sla_ok_percent.sql
%%WWWDIR%%/schema/postgresql/t/plain_sql_zum_debuggen.sql
%%WWWDIR%%/schema/postgresql/t/testme.sh