-
Notifications
You must be signed in to change notification settings - Fork 18
Add alerts visualization #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 30 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
07e1327
Adding GUI features for alerts
emiliocuestaf 15c216f
Refs #23615 #23616, more changes to GUI and icons
emiliocuestaf cbbd333
Add more GUI components and prepare callbacks to bind with backend
emiliocuestaf 65566fb
Alert request reaches controller
emiliocuestaf cd01ccb
More advances, probably not compiling yet
emiliocuestaf 20ae03a
Advancing towards alerts
emiliocuestaf 389735c
Refs #23615, simplyfing interface to show alert messages
emiliocuestaf fc6f230
Adjusting left panel alert view
emiliocuestaf dbad82a
Refs #23615, full alert pipe ready
emiliocuestaf 7b58620
Changing on_alert_reported by triggered
emiliocuestaf 623e080
Display does not collapse now
emiliocuestaf 89ed3c4
Adding new AlertList/Item models
emiliocuestaf 33b8fd0
Refs #23719: Alert List, Alert Data and Alert Messages are being corr…
emiliocuestaf 0b58a7d
Refs #23719: Uncrustify and remove of unwanted logs and comments
emiliocuestaf 0746651
Removing unwanted logs
emiliocuestaf c2c0b1e
Remove log
emiliocuestaf d41d6cf
Fixing compilation errors after backend rebase
emiliocuestaf 8484f46
Simplifying add_alert menu
emiliocuestaf 47826dc
WIP
emiliocuestaf 9387ec0
WIP, no warnings
emiliocuestaf 9b120fc
WIP
emiliocuestaf 321c3ad
Background check of alerts apparently working
emiliocuestaf 0810d44
WIP
emiliocuestaf 99fea86
Changing double to long double due to Windows complain
emiliocuestaf 8d628b8
Uncrustify
emiliocuestaf 13cdb94
Minor changes
emiliocuestaf 36f7ba3
Adding remove alert functionality
emiliocuestaf 9299c1c
Uncrustify and removing copyright
emiliocuestaf 8e519fa
Applying review
emiliocuestaf 3ee4328
Add documentation
emiliocuestaf 708f3dc
Update docs/rst/getting_started/tutorial.rst
emiliocuestaf 654eb39
Update docs/rst/user_manual/alert_messages_panel.rst
emiliocuestaf e7ba191
Fix precision lost issue on Windows
emiliocuestaf 79fbb73
Remove summary when removing alert
emiliocuestaf 0c574a5
Fixinf build issue when complex_mock is on
emiliocuestaf aa97ca2
Fix minor issues
emiliocuestaf 94c48bc
Trying to fix docu issue
emiliocuestaf fe7b249
Attempt to fix more issues
emiliocuestaf e57f37d
WIP, trying to fix weird windows compilation issue
emiliocuestaf 8723f61
Refactor alerts enums to be more explicit so there are no collisions
emiliocuestaf 52d9a19
Revert .repos to reference main in backend
emiliocuestaf 9509bd9
Fixing typo in .repos
emiliocuestaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. include:: ../exports/alias.include | ||
.. include:: ../exports/roles.include | ||
|
||
.. _alert_messages_panel: | ||
|
||
#################### | ||
Alert Messages Panel | ||
#################### | ||
|
||
This panel lists the alert messages of the application in a tree structure, where the messages | ||
are grouped by the name of the alert that triggered them. In addition to the message, the | ||
timestamp of when the alert was triggered is also shown. | ||
Danipiza marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.. include:: ../exports/alias.include | ||
.. include:: ../exports/roles.include | ||
|
||
.. _alerts_panel: | ||
|
||
############ | ||
Alerts Panel | ||
############ | ||
|
||
The alerts panel is located on the left side of the application window and is divided into two main sections: | ||
|
||
.. _alerts_list_panel: | ||
|
||
Alerts List | ||
=========== | ||
|
||
This panel displays the list of alerts that have been triggered based on the conditions defined by the user. | ||
When selected, the alert will be highlighted, and its details will be shown in the :ref:`alert_info_panel`. | ||
|
||
.. _alert_info_panel: | ||
|
||
Alert Info | ||
========== | ||
|
||
This panel displays the specific information of the alert that is currently **selected** | ||
|
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.