-
Notifications
You must be signed in to change notification settings - Fork 48
Embed ServicePulse (on top of auth) #5260
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
base: genxp-3600-add-authentication
Are you sure you want to change the base?
Conversation
|
Very nice PR @mikeminutillo. But please don't forget to add more configuration data as part of the report, so we can make better decisions in the future:
This data needs to be added to the
|
822a49a to
2709ff3
Compare
PhilBastian
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.
I'm amazed at how many places need to change to get one extra boolean setting in 😓
| if (!instance.AppConfig.AppSettingExists(ServiceControlSettings.EnableEmbeddedServicePulse.Name)) | ||
| { | ||
| var result = await windowManager.ShowYesNoCancelDialog("INPUT REQUIRED - EMBEDDED SERVICEPULSE", | ||
| "ServiceControl can host an embedded version of ServicePulse which allows you to monitor your ServiceControl instance without needing to install ServicePulse separately.", |
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.
| "ServiceControl can host an embedded version of ServicePulse which allows you to monitor your ServiceControl instance without needing to install ServicePulse separately.", | |
| "ServiceControl can host an embedded version of ServicePulse, which allows you to monitor your ServiceControl instance without needing to install ServicePulse separately. For more information, see <insert link here>", |
| { | ||
| var result = await windowManager.ShowYesNoCancelDialog("INPUT REQUIRED - EMBEDDED SERVICEPULSE", | ||
| "ServiceControl can host an embedded version of ServicePulse which allows you to monitor your ServiceControl instance without needing to install ServicePulse separately.", | ||
| "Would you like to enable the embedded ServicePulse for this instance?", |
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.
Nitpicking, but the question doesn't match the answers.
| "Would you like to enable the embedded ServicePulse for this instance?", | |
| "Should an embedded ServicePulse be enabled for this ServiceControl instance?", |
| "Enable Embedded ServicePulse", | ||
| "Do NOT enable Embedded ServicePulse"); |
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.
| "Enable Embedded ServicePulse", | |
| "Do NOT enable Embedded ServicePulse"); | |
| "Enable embedded ServicePulse", | |
| "Do NOT enable embedded ServicePulse"); |
|
|
||
| if (!instance.AppConfig.AppSettingExists(ServiceControlSettings.EnableEmbeddedServicePulse.Name)) | ||
| { | ||
| var result = await windowManager.ShowYesNoCancelDialog("INPUT REQUIRED - EMBEDDED SERVICEPULSE", |
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.
I don't know if using the word "embedded" means much to other people. Remember this may not be installed by a developer.
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.
Maybe use "included" or "shipped together"
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.
@mikeminutillo @PhilBastian here are a few suggestions for you consideration
Requires the output of Particular/ServicePulse#2786