-
Notifications
You must be signed in to change notification settings - Fork 26
Adding a toolbar that contains SC connectivity status #677
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
Conversation
|
@WojcikMike footer tweaked. However, the SC.Monitoring version indicator doesn't seem to always show in the Monitoring view. Not sure why. |
|
Looks good, I reverted your change to app.constants.js. With regards to not seeing this on some monitoring pages I have no idea. Could be some wierd cacheing issue. Still waiting for William to review before merging. |
|
So it's not WIP anymore? |
|
@WojcikMike during testing I didn't get any notifications when SP was unable to connect to SC(.monitoring). Is that to be expected? |
|
@WilliamBZA yes, it is not a WIP anymore. @sergioc could you be more specific? To see the status changed, go to monitoring pages and turn of SC Monitoring. The connectivity status is changed after failing to make a call to monitoring api. This kind of calls happen only on monitoring pages. |
|
And again ready to be reviewed |
| <div> | ||
|
|
||
| <span> | ||
| <script>document.write(new Date().getFullYear())</script> © Particular Software |
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.
🎉
...ulse.Host/app/modules/monitoring/js/directives/ui.particular.monitoringConnectivityStatus.js
Outdated
Show resolved
Hide resolved
src/ServicePulse.Host/app/modules/monitoring/js/services/services.monitoring.js
Outdated
Show resolved
Hide resolved
…particular.monitoringConnectivityStatus.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net>
…ces.monitoring.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net>
* Remove not needed dates in the large graph, and fix the scaleX when first series holds no values and second series does. * Fixing typo (#662) * Add tab to url (#666) * Adding information about which tab should be open to URL * Adding no data message when there is no messages processed (#667) * Making 0 line on graph always show (#668) * Min width 1440px (#669) * force min-width to 1440px * remove unnecessary !important * Change from s to sec for clarity (#670) * Change monitoring url (#671) * Change monitoring url from monitoring_endpoints -> monitoring * Fixing details url to /monitoring/endpoint/ * Adding retry button on one message (#672) * Adding retry button on one message * Position retry btn * Showing the button only on hover * Changing the message to more generic * Filtering out system messages (#674) * Filtering out system messages * Applying coloring to units of graphed values (#673) * Applying coloring to units of graphed values * Adjust value and unit colors * Change hour abbreviation to hr * wraping custom check text (#683) * Add storing of group by in URL (#682) * Adding a toolbar that contains SC connectivity status (#677) * Adding a toolbar that contains information about connectivity to SC and SC Monitoring * footer stick to bottom and layout tweaking * further footer tweaks * remove version indicator from dashboard * Improve footer contrast * reverting changes to constant * Adding the connecting state to the toolbar * Changing to show toast errors once for connection error * Adding a code to check connectivity to SC Monitoring * Update src/ServicePulse.Host/app/modules/monitoring/js/directives/ui.particular.monitoringConnectivityStatus.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net> * Update src/ServicePulse.Host/app/modules/monitoring/js/services/services.monitoring.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net> * Change the method name, remove iterating through array * Rename vars * Sp installer con test buttons (#685) * test button for sc * check sc connectivity on button click * Show message boxes after sc connectivity check * connectivity check for sc monitoring * apply review fixes * more fixes * remove connectivity check from feature dlg next action * detect existing sp instance port (#678) * Fixing the bottom line to always show, and don't vanish (#687) * Pre release fixes (#686) * fix 1440px width in footer * Shrink heartbeats toggling warning * Emphasise connected status text * Fix tab focus indicator padding * changing styles a not depend on angular thingies * Bump version to 1.15
* Remove not needed dates in the large graph, and fix the scaleX when first series holds no values and second series does. * Fixing typo (#662) * Add tab to url (#666) * Adding information about which tab should be open to URL * Adding no data message when there is no messages processed (#667) * Making 0 line on graph always show (#668) * Min width 1440px (#669) * force min-width to 1440px * remove unnecessary !important * Change from s to sec for clarity (#670) * Change monitoring url (#671) * Change monitoring url from monitoring_endpoints -> monitoring * Fixing details url to /monitoring/endpoint/ * Adding retry button on one message (#672) * Adding retry button on one message * Position retry btn * Showing the button only on hover * Changing the message to more generic * Filtering out system messages (#674) * Filtering out system messages * Applying coloring to units of graphed values (#673) * Applying coloring to units of graphed values * Adjust value and unit colors * Change hour abbreviation to hr * wraping custom check text (#683) * Add storing of group by in URL (#682) * Adding a toolbar that contains SC connectivity status (#677) * Adding a toolbar that contains information about connectivity to SC and SC Monitoring * footer stick to bottom and layout tweaking * further footer tweaks * remove version indicator from dashboard * Improve footer contrast * reverting changes to constant * Adding the connecting state to the toolbar * Changing to show toast errors once for connection error * Adding a code to check connectivity to SC Monitoring * Update src/ServicePulse.Host/app/modules/monitoring/js/directives/ui.particular.monitoringConnectivityStatus.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net> * Update src/ServicePulse.Host/app/modules/monitoring/js/services/services.monitoring.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net> * Change the method name, remove iterating through array * Rename vars * Sp installer con test buttons (#685) * test button for sc * check sc connectivity on button click * Show message boxes after sc connectivity check * connectivity check for sc monitoring * apply review fixes * more fixes * remove connectivity check from feature dlg next action * detect existing sp instance port (#678) * Fixing the bottom line to always show, and don't vanish (#687) * Pre release fixes (#686) * fix 1440px width in footer * Shrink heartbeats toggling warning * Emphasise connected status text * Fix tab focus indicator padding * changing styles a not depend on angular thingies * Bump version to 1.15
Fixes: #608
@sergioc please have a look as you might want to style it a bit. It looks good for me, but you might think differently.
@WilliamBZA can you have a look at SC Monitoring connectivity piece from the perspective of using RXjs and from the perspective of integrating toolbar that is part of shell and sc monitoring connectivity that is part of monitoring