-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enhance the rules deployment confirmation message #556
Comments
Adds a simple summary of number of additions and deletions to the rules text into the table view of the Confirm Deployment dialog. Future issue #556 will provide a more detailed view of rule text changes before deployment.
Found issue #847 |
@jw3 I am seeing an issue with the |
There is probably a new-line char that you are not taking into account. If the diff sees lhs of
and you diff against rhs
Your results will vary depending on whether you have the nl on rhs. If the nl is gone, then its going to report the entire line as a removal and addition of the nl-less version. See if that lines up with what you are seeing. Perhaps we should strip nl chars in some cases to prevent unexpected behavior... I dont have time to consider that right now, but if you come up with a scheme create a new issue that describes stripping behavior that would reduce the surprise factor here. |
Adds an option to display a full difference in the rules changeset before deployment. Closes #556
Right now the on the deployment confirmation dialog, the user only gets a count of additions and deletions to the rules set. It would be nice for them to be able to view the full diff of the file. One possible option would be to add a button in the treeview row that currently displays the counts so they could popup a new dialog that displays the full diff text. This might also be part of the larger effort of converting the confirmation dialog over to a full deployment review screen like is mocked up in the wireframes.
The text was updated successfully, but these errors were encountered: