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
fix(web): fix the comment deletion for host monitored by poller (#11138) #11483
Closed
Conversation
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
* Fix options duplication * Improve option selected code * Fix filter tests
* fix(unattended): change release to 1 instead of 2 * fix(unattended): use remi7 to install php8 on centos7 * fix: revert release rpm version to 2
* Add a second sort criteria * Fix tests * Refactor for readability
* Fix tiles local storage * Fix test
* problems fixed with PHP 8.0 * fixed centreon-box suggestions * resolved centreon-bot suggestions * Delete ldap-test.yml * Delete log * Update listImg.ihtml
* enh(resource-status): escape "_" character to use indexed search * enh(resources): use EXISTS statement instead of INNER JOIN
… tile height blowing up (#10310)
* Re-import-translation-for-button-export-in-one-click * Update messages.po Co-authored-by: Kevin Duret <kduret@centreon.com>
* fix(filter): handle name when saving criterias hg/sg * fix unit tests * centreon-bot: fix feedbacks * Update src/Centreon/Domain/Monitoring/HostGroup/HostGroupService.php Co-authored-by: alaunois <alaunois@centreon.com> * Update src/Centreon/Domain/Monitoring/ServiceGroup/Interfaces/ServiceGroupRepositoryInterface.php Co-authored-by: Laurent Calvet <lcalvet@centreon.com> * Update src/Centreon/Domain/Monitoring/ServiceGroup/Interfaces/ServiceGroupServiceInterface.php Co-authored-by: Laurent Calvet <lcalvet@centreon.com> * Update src/Centreon/Domain/Monitoring/ServiceGroup/Interfaces/ServiceGroupRepositoryInterface.php Co-authored-by: Laurent Calvet <lcalvet@centreon.com> * Update src/Centreon/Domain/Monitoring/HostGroup/Interfaces/HostGroupServiceInterface.php Co-authored-by: Laurent Calvet <lcalvet@centreon.com> * Update src/Centreon/Domain/Monitoring/HostGroup/Interfaces/HostGroupServiceInterface.php Co-authored-by: Laurent Calvet <lcalvet@centreon.com> * Update src/Centreon/Domain/Monitoring/HostGroup/Interfaces/HostGroupRepositoryInterface.php Co-authored-by: Laurent Calvet <lcalvet@centreon.com> * Update src/Centreon/Domain/Monitoring/HostGroup/Interfaces/HostGroupRepositoryInterface.php Co-authored-by: Laurent Calvet <lcalvet@centreon.com> * Update src/Centreon/Domain/Monitoring/ServiceGroup/Interfaces/ServiceGroupServiceInterface.php * code-review: take kdus feedback into account * try to fix API acceptance test Co-authored-by: alaunois <alaunois@centreon.com> Co-authored-by: Laurent Calvet <lcalvet@centreon.com>
* Fix filter select width * Fix loading skeleton width
…ror when cancelled (#10343)
* add commented line 140 of formMyAccount.php * remove js effects animation occurences * fixed error on myFormAccount.php * add statement to delete contact_js_effects column and fixed psr format * File restored * restored files * delete alter table contact statement * add sql update script * edit sql file * updated sql statement
This reverts commit b3f2d45.
Refs: MON-10926
…hen a Resource is selected #10353
… a trap (#11328) This PR aims to remove the restriction on the uniqueness of the OID of a trap.
* sanitizing and binding sync dir file queries * Applying some fixes
* Sanitize and bind ACL class queries Queries sanitized and bound using PDO statement * fix spaces spaces between (int) cast and variables * update file delete spaces after comma * change variables names due to a review * Line exceeds 120 characters; contains 123 characters
callapa
requested review from
a team,
TamazC and
wtermellil
and removed request for
a team
August 2, 2022 12:00
kduret
approved these changes
Aug 3, 2022
SonarQube Quality Gate 0 Bugs No Coverage information |
callapa
requested review from
a team,
bdauria and
Thebarda
and removed request for
a team
August 4, 2022 07:44
replaced by https://github.com/centreon/centreon/pull/11557 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Backport of this PR: https://github.com/centreon/centreon/pull/11138
The function GetMyHostPoller deals with a host name and not a host id.
So we have to send the host name related to the comment we want to delete.
Fixes MON-12828
Type of change
Target serie
Checklist
Community contributors & Centreon team