- 11 May, 2022 1 commit
-
-
Kevin Duret authored
-
- 03 May, 2022 1 commit
-
-
jcaro authored
-
- 02 May, 2022 1 commit
-
-
jcaro authored
* Resize Chip like in Listing * Add hovered condition to display or not icon actions * Uncomment code to push pr in draft mode * Remove isHovered prop on Cards * Add isHovered behavior on DetailCard Groups * Add Hovered on Chip - Icons to set filter and redirect link to HG configuration * Add onHover beahvior only on Chip Hovered * Add icon clickable and execute function * Add htmlColor attribute for IconButton * Fiw minmaxWidht on Chip * Remove props unused * Add tooltips and chips to improve Detail Card Groups behavior * enh(resource): add backend part * First step to change card to custom card * Fix displaying Chip into tile if we have mmore five Chips HG-SG * Add hook useHistory to use navigate for redirect to configuration page for host/service group * Add new interface Group to extend NamedEntity with new props * Add redirection link to configuration page for HG and SG * Export interface Group * Add GroupChip component to code refacto * Refacto GroupChip component * Refacto code * Fix issue from mui migration to V5 * Regenerate package-lock * Remove scope from centreon-frontend path * Remove scope from centreon-frontend path into tsconfig.json * rollback * Regenerate config files without @centreon for centreon frontend * Remove path "@centreon " * Fix issues with last changes * FIx issue with pr merged about Module and LicenseModule * Add new file for component GroupChip and regenerate packa-lock * Fix Eslint issues * Update www/front_src/src/Resources/Details/tabs/Details/DetailsCard/GroupChip.tsx Co-authored-by:
Tom Darneix <tomdar87@outlook.com> * Update www/front_src/src/Resources/Details/tabs/Details/DetailsCard/GroupChip.tsx Co-authored-by:
Tom Darneix <tomdar87@outlook.com> * Extract mouse event into specific functions * Fix issues * Remove ThemeProvider by Module * Change ThemeProvider by Module * Fix path from centreon-frontend * Fix eslint issue and import GroupChip in render of Groups * FIx unit test and fix displaying icons on Hover * Fix eslint issue * Remove unused style and rename class style * Remove unused style in Groups file * enable eslint react/jsx-key * Update src/Centreon/Domain/Contact/Contact.php * Update www/front_src/src/Resources/Details/tabs/Details/DetailsCard/GroupChip.tsx Co-authored-by:
Tom Darneix <tomdar87@outlook.com> * Update www/front_src/src/Resources/Details/tabs/Details/DetailsCard/Groups.tsx Co-authored-by:
Tom Darneix <tomdar87@outlook.com> * Remove style unused and extract function in specific variable * Add class for icon label color * Add style for chip label color , return transparent or not * Extract groups to specific variable and Fix unit test * fix eslint issues * Add class for Typography * Fix ieslint issue Unexpected constant condition in property chipLabelColor * Add condition class to state for display chipLabel * Rename interface for component GroupChip * Update www/front_src/src/Resources/Details/tabs/Details/DetailsCard/GroupChip.tsx Co-authored-by:
Tom Darneix <tomdar87@outlook.com> * Update www/front_src/src/Resources/Details/tabs/Details/DetailsCard/GroupChip.tsx Co-authored-by:
Tom Darneix <tomdar87@outlook.com> Co-authored-by:
Adrien Morais <amorais@centreon.com> Co-authored-by:
Tom Darneix <tomdar87@outlook.com> Co-authored-by:
Kevin Duret <kduret@centreon.com>
-
- 15 Feb, 2022 1 commit
-
-
Adrien Morais-Mestre authored
* enh(resource): apply new architecture to host detail (#10496) * refacto(host): apply new architecture * code-review: first iteration of feedbacks * Update config/packages/Centreon.yaml * code-review: iteration 2 * code-review: iteration 3 * feedbacks: new iteration * code-review: last review done * code-review: JJA feedback * update phpDoc * add phpdoc for constructor * add phpDoc * review code + phpstan errors + phpcs errors Co-authored-by:
Kevin Duret <kduret@centreon.com> * centreon-bot: issue fixed * remove DEAD code * fully remove DEAD code * fix build Co-authored-by:
Kevin Duret <kduret@centreon.com>
-
- 19 Jan, 2022 1 commit
-
-
Tom Darneix authored
* enh(resource): handle state type as filter criteria (#10419) * enh(resource): handle state type as filter criteria * phpstan: fix some errors * feedback: monitoring server name can't be null * code-review: monitoring_server_name mandatory to create a resource * Revert "code-review: monitoring_server_name mandatory to create a resource" This reverts commit 6c30ea8a0e1f74010d70911b0a7dd71bc383652d. * fix(resource): state_types can be empty * fix(resource): rename the filter criteria parameter value * rename the filter criteria from state_types to status_types * doc-api: add missing / new filter documentation * enh(UI): Add state_type as new criteria (#10431) * Add new state type criteria * Fix tests * Fix multiselect criterias order * Add test case * Ad translations * Remove criteria order fix * Change wording * Fix test * Fix query parameter * Fix query property Co-authored-by:
Adrien Morais-Mestre <31647811+adr-mo@users.noreply.github.com> Co-authored-by:
Adrien Morais <amorais@centreon.com>
-
- 03 Jan, 2022 2 commits
-
-
Kevin Duret authored
Refs: MON-6124 Co-authored-by:
Jérémy Jaouen <jjaouen@centreon.com>
-
AssanDiomande authored
* remove spaces * upgraded phpstan and phpstan-beberlei-assert * upgraded phpstan and phpstan-beberlei-assert * Delete composer.lock * Revert "Delete composer.lock" This reverts commit 867030af. * restore composer.lock * update composer.lock * updated composer files * test to check if develop branch work well * test to check if develop branch work well * improved coding style * begin to fix phpstan errors * fix phpstan errors * add int[] to ContactRepository.php * update phpstan version * fix errors reported by jenkins * fix errors reported by jenkins * fix errors reported by jenkins * fix errors reported by jenkins * fix errors reported by jenkins * fix errors reported by jenkins * fix errors reported by jenkins * fix errors reported by jenkins * update phpstan to 1.3.0 * update phpstan to 1.3.0 * update phpstan to 1.3.0
-
- 20 Oct, 2021 1 commit
-
-
Bruno d'Auria authored
enh(Filter): Allow Host group, Service group and Monitoring server criterions to be used using the name insteas of id (#10197) * enh(resource): move from id search to name search on hg, sg, ms criterias * Filter host & service groups by name * Update www/front_src/src/Resources/Listing/api/endpoint.ts * Update www/front_src/src/Resources/Listing/api/endpoint.ts * Update www/front_src/src/Resources/testUtils/index.ts Co-authored-by:
Tom Darneix <tomdar87@outlook.com> * Update www/front_src/src/Resources/testUtils/index.ts Co-authored-by:
Tom Darneix <tomdar87@outlook.com> * Update www/front_src/src/Resources/testUtils/index.ts Co-authored-by:
Tom Darneix <tomdar87@outlook.com> * fix(serializer): typo in the serialized variable name * Update www/front_src/src/Resources/Listing/api/endpoint.ts * wrong type binded caused wrong monitoring server name search Co-authored-by:
Adrien Morais <amorais@centreon.com> Co-authored-by:
Tom Darneix <tomdar87@outlook.com>
-
- 11 Oct, 2021 1 commit
-
-
Adrien Morais authored
* enh(feature-switch): fully manage feature switch * centreon-bot: remove coding style issues * use correct entry name in documentation * enh(resource): add new function to build meta service uri
-
- 23 Sep, 2021 1 commit
-
-
Kevin Duret authored
Refs: MON-7343 Co-authored-by:
Jérémy Jaouen <jjaouen@centreon.com> Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> Co-authored-by:
alaunois <alaunois@centreon.com>
-
- 07 May, 2021 1 commit
-
-
Adrien Morais authored
-
- 01 Apr, 2021 1 commit
-
-
Adrien Morais authored
* META: wip * META: wip * add performance metrics to metaservice resource * rename methods * add metaservices endpoint * add metaservices endpoint * replace exists by join * add metaservice status metrics endpoint * provide metaservice status graph endpoint * create resourcesearchrepository * refacto resources repository * improve resource filtering * fix metaservice search * fix linting * filter resource with graph * fix test config file * add translations for meta services messages * integrate host_id and service_id in resource * fix meta service event logs * meta service enhancements and documentation * add unit tests * add missing documentation and fix filter on metaservices * enh(MetaServiceConfigurationResponse): enhance naming * wip on endpoint metrics * add metrics endpoint for meta detail * add unit tests for newly created code * api-contract: rename unit_name to unit as defined * unit tests continuation * rename current_value to value * adapt tests to latest changes * tests * fixing tests due to changes * sonarQube errors fixed * fix front unit tests * update documentation * handle merge of the master branch * centreon-bot: feedbacks * doc(api): add actions on metaservices * Update and rename MetaServiceConfigurationFactoryRdb.php to MetaServiceConfigurationFactoryRdbTest.php * centreon-bot: fixes 2 * Update lang/fr_FR.UTF-8/LC_MESSAGES/messages.po Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update lang/fr_FR.UTF-8/LC_MESSAGES/messages.po Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/Centreon/Application/Controller/Monitoring/TimelineController.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/Centreon/Application/Controller/Monitoring/CommentController.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/Centreon/Application/Controller/Monitoring/TimelineController.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/Centreon/Domain/MetaServiceConfiguration/Interfaces/MetaServiceConfigurationReadRepositoryInterface.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/Centreon/Application/Controller/Monitoring/CommentController.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * feedback: use right condition in route definition * feedback: move from multiple elseif conditions to switch * feedback: construct SELECT statement before to avoid code duplication * feedback: use stdClass for response creation * merge: fix issue when merging master on branch * centreon-bot: feedback 3 * centreon-bot: feedback 4 * feat(metaservice): add get endpoint to retrieve acknowledgements * feat(metaservice): add get endpoint to retrieve downtimes of a metaservice * feat(metaservice): add DELETE endpoint to disack a metaservice * feedback: add missing function doc block * centreon-bot: hope it will be the last one Co-authored-by:
Kevin Duret <kduret@centreon.com> Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com>
-
- 30 Mar, 2021 1 commit
-
-
Adrien Morais authored
* fix(resources): add uuid to build uris * Update src/Centreon/Application/Controller/MonitoringResourceController.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * fix tests * fix coding style * test fix final Co-authored-by:
Kevin Duret <kduret@centreon.com>
-
- 15 Mar, 2021 1 commit
-
-
Bruno d'Auria authored
Refs: MON-6284 Co-authored-by:
Adrien Morais <amorais@centreon.com> Co-authored-by:
Kevin Duret <kduret@centreon.com>
-
- 12 Mar, 2021 1 commit
-
-
Bruno d'Auria authored
-
- 26 Feb, 2021 2 commits
-
-
Adrien Morais authored
* enh(resources): return notes in the externalLinks * Update doc/API/centreon-api-v2.yaml Co-authored-by:
Kevin Duret <kduret@centreon.com>
-
Kevin Duret authored
Refs: MON-6204 MON-6589
-
- 12 Jan, 2021 1 commit
-
-
Adrien Morais authored
* enh(api): allow user to retrieve only resources with graphs * code-review: take callapas feedback into account * Update src/Centreon/Domain/Monitoring/ResourceFilter.php Co-authored-by:
Laurent Calvet <lcalvet@centreon.com> * Update src/Centreon/Domain/Monitoring/ResourceFilter.php Co-authored-by:
Laurent Calvet <lcalvet@centreon.com> Co-authored-by:
Laurent Calvet <lcalvet@centreon.com>
-
- 09 Nov, 2020 1 commit
-
-
Adrien Morais authored
* feat(api): add external links to the resource * remove useless classes from wip * update comment * restore in documentation the search by action_url * feedbacks: use camelcase for the variable declarations
-
- 24 Sep, 2020 1 commit
-
-
Kevin Duret authored
Refs: MON-4807 MON-4923 MON-5487
-
- 17 Sep, 2020 1 commit
-
-
Kevin Duret authored
Refs: MON-5757
-
- 16 Sep, 2020 1 commit
-
-
Kevin Duret authored
Refs: MON-5657
-
- 15 Sep, 2020 1 commit
-
-
Bruno d'Auria authored
-
- 12 Aug, 2020 1 commit
-
-
Kevin Duret authored
Refs: MON-4807
-
- 07 Aug, 2020 1 commit
-
-
Kevin Duret authored
Refs: MON-5559
-
- 04 Jun, 2020 1 commit
-
-
Kevin Duret authored
Refs: BAM-1024
-
- 27 May, 2020 1 commit
-
-
Laurent Calvet authored
In the new event view, when we try to hide the password in the command line and an error occurs, a popup message appears with an error instead of displaying an error message in the Command section.
-
- 13 May, 2020 1 commit
-
-
Laurent Calvet authored
In the event view, when we select a service, the command line displays the password in plain text. The password will never be displayed again and will be replaced by a substitute string. This fix makes it easier to hide passwords when they contain spaces.
-
- 16 Apr, 2020 1 commit
-
-
Valentin Hristov authored
Resolve MON-5288
-
- 12 Apr, 2020 1 commit
-
-
Kevin Duret authored
Refs: MON-5114
-
- 06 Apr, 2020 1 commit
-
-
Kevin Duret authored
Refs: MON-5147
-
- 03 Apr, 2020 2 commits
-
-
Valentin Hristov authored
* feat(api): add details endpoint property to Resource list API and remove detailsUrl Resolve MON-5070 * fix(api): move loading of endpoints of resource from service to the controller in Resource list API Resolve MON-5070 * fix(api): update routes of details endpoints of Resource list API Resolve MON-5070 * fix(test): improve unit tests Resolve MON-5070
-
Valentin Hristov authored
feat(api): do not define status_graph_endpoint and performance_graph_endpoint whenever graph data are empty (#8523) * feat(api): skip graph endpoints in Resource list response if missing data Resolve MON-5128 * fix(style): improve code style Resolve MON-5128
-
- 01 Apr, 2020 1 commit
-
-
Valentin Hristov authored
* feat(api): add new APIs for resource host\service details Resolve MON-5071 * fix(style): improve code style Resolve MON-5071 * fix(api): show the parent downtimes and acknowledgement in Resource details endpoints Resolve MON-5071
-
- 13 Mar, 2020 2 commits
-
-
Kevin Duret authored
Refs: MON-4792
-
Bruno d'Auria authored
-