This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2.8.x' into FeatureServiceConfiguration
- Loading branch information
Showing
18 changed files
with
536 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
############### | ||
Centreon 2.7.12 | ||
############### | ||
|
||
The 2.7.12 release for Centreon Web is now available for `download <https://download.centreon.com>`_. | ||
The full release notes for 2.7.12 follow. | ||
|
||
****** | ||
Notice | ||
****** | ||
|
||
If you are upgrading from a version prior to 2.7.0, make sure to go through all the release notes available | ||
`here <http://documentation.centreon.com/docs/centreon/en/latest/release_notes/index.html>`_. | ||
|
||
Bug Fixes | ||
========= | ||
|
||
* [CLAPI] Several bugs on HG / CG when export is filtered #5297 PR #5320 | ||
* [CLAPI] fix clapi ldap contact import | ||
* Unable to load public custom view - No Layout... #5449 | ||
* Impossible to acknowledge several object from custom views #5420 | ||
* Security: avoid external command shell injection in comment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
############### | ||
Centreon 2.7.12 | ||
############### | ||
|
||
The 2.7.12 release for Centreon Web is now available for `download <https://download.centreon.com>`_. | ||
The full release notes for 2.7.12 follow. | ||
|
||
****** | ||
Notice | ||
****** | ||
|
||
If you are upgrading from a version prior to 2.7.0, make sure to go through all the release notes available | ||
`here <http://documentation.centreon.com/docs/centreon/en/latest/release_notes/index.html>`_. | ||
|
||
Bug Fixes | ||
========= | ||
|
||
* [CLAPI] Several bugs on HG / CG when export is filtered #5297 PR #5320 | ||
* [CLAPI] fix clapi ldap contact import | ||
* Unable to load public custom view - No Layout... #5449 | ||
* Impossible to acknowledge several object from custom views #5420 | ||
* Security: avoid external command shell injection in comment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Feature: Edit a host group service | ||
As a Centreon user | ||
I want to manipulate a service | ||
To see if all simples manipulations work | ||
|
||
Background: | ||
Given I am logged in a Centreon server | ||
And a service is configured | ||
|
||
Scenario: Change the properties of a host group service | ||
When I change the properties of a host group service | ||
Then the properties are updated | ||
|
||
Scenario: Duplicate one existing host group service | ||
When I duplicate a host group service | ||
Then the new host group service has the same properties | ||
|
||
Scenario: Delete one existing host group service | ||
When I delete a host group service | ||
Then the deleted host group service is not displayed in the list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.