From 64271b3036015fb1b8e965b03ab975efebdca1bf Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 16 Jul 2024 13:42:13 +0200 Subject: [PATCH 1/2] Raise required dependency versions --- doc/02-Installation.md.d/From-Source.md | 4 ++-- module.info | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index 9b80d5a1..35554238 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -13,7 +13,7 @@ Make sure you use `notifications` as the module name. The following requirements or [PostgreSQL](https://www.php.net/manual/en/ref.pdo-pgsql.php) PDO PHP libraries - [Icinga Notifications](https://github.com/Icinga/icinga-notifications) - [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9) -- [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.12.0) -- [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.11.0) +- [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.14.0) +- [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12.0) diff --git a/module.info b/module.info index f818f5bf..13d3cfc0 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Module: notifications Version: 0.1.0 Requires: - Libraries: icinga-php-library (>=0.12.0), icinga-php-thirdparty (>=0.11.0) -Description: Notifications Web + Libraries: icinga-php-library (>=0.14.0), icinga-php-thirdparty (>=0.12.0) +Description: Icinga Notifications Web Manage incidents and who gets notified about them how and when From 870a3cbf5b158896cbd8c39115946d1108d29530 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 16 Jul 2024 13:48:52 +0200 Subject: [PATCH 2/2] Add AUTHORS and .mailmap --- .mailmap | 8 ++++++++ AUTHORS | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 .mailmap create mode 100644 AUTHORS diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..30a24f7d --- /dev/null +++ b/.mailmap @@ -0,0 +1,8 @@ +Alexander A. Klimov +Alexander A. Klimov +Noé Costa <146938323+ncosta-ic@users.noreply.github.com> +Ravi Kumar Kempapura Srinivasa <33730024+raviks789@users.noreply.github.com> +Ravi Kumar Kempapura Srinivasa +Sukhwinder Dhillon <54990055+sukhwinder33445@users.noreply.github.com> +Sukhwinder Dhillon +Yonas Habteab diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..419d6691 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ +Alexander A. Klimov +Alvar Penning +Florian Strohmaier +Johannes Meyer +Noé Costa +Ravi Kumar Kempapura Srinivasa +Sukhwinder Dhillon +Yonas Habteab