From e50ba76e35451c5f2bcaa6ffee6dd8e0f15a14ad Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 11 May 2020 14:27:30 +0200 Subject: [PATCH] doc: Remove outdated files --- README.md | 2 -- doc/82-Changelog.md | 73 ------------------------------------------ doc/84-Contributing.md | 19 ----------- 3 files changed, 94 deletions(-) delete mode 100644 doc/82-Changelog.md delete mode 100644 doc/84-Contributing.md diff --git a/README.md b/README.md index bd3603b..511f1b6 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,3 @@ Documentation ### The Project * [Project History](doc/81-History.md) -* [Changelog](doc/82-Changelog.md) -* [Contributing](doc/84-Contributing.md) diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md deleted file mode 100644 index acc2330..0000000 --- a/doc/82-Changelog.md +++ /dev/null @@ -1,73 +0,0 @@ -Changelog -=============================== - -2.2.0 ------ - -### Issues and Features -* You can find issues and feature requests related to this release on our - [roadmap](https://github.com/Icinga/icingaweb2-module-businessprocess/milestone/6?closed=1) - -### New Dependency - -* The module now depends on the [Icinga PHP Library (ipl)](https://github.com/Icinga/icingaweb2-module-ipl) - -### New Features - -* Nodes can now be reordered by using Drag'n'Drop - [#123](https://github.com/Icinga/icingaweb2-module-businessprocess/issues/123) -* Importing nodes from other process configurations is now fully supported - [#133](https://github.com/Icinga/icingaweb2-module-businessprocess/issues/133) - -### Usability and Visualization - -* Lighter Design for the tree view and breadcrumbs -* Breadcrumbs provide a way back to the global overview now -* Info urls to external sites now open in a new browser tab -* Linked processes are now shown as part of a node's impact - -### Permissions - -* Users restricted by the monitoring module's `monitoring/filter/objects` - restriction now get a properly filtered list of hosts and services - while adding new nodes. - [#67](https://github.com/Icinga/icingaweb2-module-businessprocess/issues/67) -* Users with the permission `businessprocess/showall` were previously not able - to see configurations if they were also restricted by other roles. - [#200](https://github.com/Icinga/icingaweb2-module-businessprocess/issues/200) - -2.1.0 ------ - -### Issues and Features -* You can find issues and feature requests related to this release on our - [roadmap](https://github.com/Icinga/icingaweb2-module-businessprocess/milestone/4?closed=1) - -### Usability and Visualization -* Missing nodes are now shown in a generic error notice -* `Unbound nodes` (nodes not being shown at top level and not in use as a sub - node) are now reachable through a fake node -* A bug with the Chrome browser showing messed up checkboxes has been fixed - -### State Calculation -* Missing nodes are now considered being `UNKNOWN` (or `UNREACHABLE` when - being a host node). The former behaviour comes from Icinga 1.x, as a reload - there had the potential to trigger false alarms. This is no longer an issue - with Icinga 2.x, allowing us to be strict once again when it goes to missing - nodes -* Linking nodes from other process configuration files (still an undocumented - feature) has been broken shortly before 2.0.0, this has now been fixed - -### Permissions -* Permissions have not been enforced as they should have been in 2.0.0, some - links and operations have been accessible to roles that haven't been granted - such. This has now been fixed -* While we allow for granular permissions that can be persisted in every process - configuration file (still an undocumented feature), there is now also a pretty - simple but effective way of restricting access to your business processes based - on process name prefixes. - -2.0.0 ------ - -* First officially stable version diff --git a/doc/84-Contributing.md b/doc/84-Contributing.md deleted file mode 100644 index 996af69..0000000 --- a/doc/84-Contributing.md +++ /dev/null @@ -1,19 +0,0 @@ -Contributing -============ - -The Businessprocess module is an Open Source project and lives from your contributions. -No matter whether these are feature requests, issues, translations, documentation or -code. - -* Please check whether a related issue alredy exists on our [Issue Tracker](https://github.com/icinga/icingaweb2-module-businessprocess/issues) -* Make sure your code conforms to the [PSR-2: Coding Style Guide](http://www.php-fig.org/psr/psr-2/) -* Unit-Tests would be great -* Send a [Pull Request](https://github.com/Icinga/icingaweb2-module-businessprocess/pulls) - (it will automatically be tested on Travis-CI, PSR-2 is enforced) -* We try hard to keep our master always green: [![Build Status](https://travis-ci.org/Icinga/icingaweb2-module-businessprocess.svg?branch=master)](https://travis-ci.org/Icinga/icingaweb2-module-businessprocess) - -Compatibility -------------- - -The Business Process module is tested on PHP versions 5.3 up to 7.1 (including -nightly builds).