This repository was archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 238
feat(ui): Implement Resources listing #8371
Merged
Merged
Conversation
This file contains hidden or 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
kduret
reviewed
Feb 27, 2020
kduret
approved these changes
Feb 28, 2020
Thebarda
reviewed
Feb 28, 2020
Contributor
Thebarda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not forget to update messages.po with new translations
Contributor
Author
|
@Thebarda this will be done in a separate PR for all the labels |
Thebarda
approved these changes
Feb 28, 2020
victorvassilev
added a commit
that referenced
this pull request
Mar 6, 2020
* Adapt font regexp path for Windows (#8375) * enh(apiv2): add event listing for hosts and services Resolves: MON-4866, MON-4867 * enh(apiv2): add event listing for hosts and services Resolves: MON-4866, MON-4867 * fix(doc): regenerate html for doc * feat(ui): Implement Resources listing (#8371) * fix(tests): update error message on unit test * Fix the search parameter 'IN' (#8380) * fix(doc): fix scrollbar issue in API documentation (#8378) * feat(build): stash git sources for Sonar analysis. * feat(ui): Implement Unified view search (#8382) * feat(build): fail build on front-end style errors. * enh(doc): update docblock in interface * fix: fix ESLint warnings * doc(api): document how to use search parameter with API (#8376) * fix(test): improve unit test SqlRequestParametersTranslatorTest::testTranslateSortParameterToSql * fix(configuration): export hosts geo_coords to remote server (#8390) * fix(ldap): use define user member_attribute var (#8287) * fix(ldap): use define user member_attribute var * fix(code): use PSR2 * feat(ui): Implement Unified view downtime and acknowledge tooltips (#8385) * fix(code): Clean switch case service monitoring (#8285) * fix(code): dedicated meta event console does not exist anymore * fix(code): scheduling queue console does not exist anymore * fix(code): merge some cases Co-authored-by: Colin Gagnaire <[email protected]> * fix(remote-server): fix import with strict mode (#7944) Refs: MON-7944 * doc(api): document how to generate html api documentation (#8394) * feat(doc): update the API documentation (#8393) * feat(doc): update the API documentation Resolve MON-4887 * fix(doc): apply feedback from PR Resolve MON-4887 * fix(doc): remove again api html documentation * Update src/Centreon/Domain/Monitoring/Entity/DowntimeEventObject.php Co-Authored-By: Kevin Duret <[email protected]> * Update src/Centreon/Domain/Monitoring/Interfaces/TimelineRepositoryInterface.php Co-Authored-By: Kevin Duret <[email protected]> * Update src/Centreon/Domain/Monitoring/Interfaces/EventObjectInterface.php Co-Authored-By: Kevin Duret <[email protected]> * Update package-lock * enh(apiv2): add event listing for hosts and services Resolves: MON-4866, MON-4867 * fix(doc): regenerate html for doc * fix(tests): update error message on unit test * enh(doc): update docblock in interface * Update src/Centreon/Domain/Monitoring/Entity/DowntimeEventObject.php Co-Authored-By: Kevin Duret <[email protected]> * Update src/Centreon/Domain/Monitoring/Interfaces/TimelineRepositoryInterface.php Co-Authored-By: Kevin Duret <[email protected]> * Update src/Centreon/Domain/Monitoring/Interfaces/EventObjectInterface.php Co-Authored-By: Kevin Duret <[email protected]> * resolve conflict with html doc Co-authored-by: Tom Darneix <[email protected]> Co-authored-by: Bruno d'Auria <[email protected]> Co-authored-by: Laurent Calvet <[email protected]> Co-authored-by: Kevin Duret <[email protected]> Co-authored-by: Matthieu Kermagoret <[email protected]> Co-authored-by: Valentin Hristov <[email protected]> Co-authored-by: Colin Gagnaire <[email protected]>
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.
Pull Request Template
Description
Please include a short resume of the changes and what is the purpose of PR. Any relevant information should be added to help:
Fixes # (issue)
Type of change
Target serie
How this pull request can be tested ?
Please describe the procedure to verify that the goal of the PR is matched. Provide clear instructions so that it can be correctly tested.
Any relevant details of the configuration to perform the test should be added.
Checklist
Community contributors & Centreon team
Centreon team only