Skip to content
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

Add Filtering based on obsolete metadata. Filtering code refactoring. #188

Merged
merged 1 commit into from Jul 30, 2019
Merged

Add Filtering based on obsolete metadata. Filtering code refactoring. #188

merged 1 commit into from Jul 30, 2019

Conversation

gglogowski
Copy link
Contributor

@gglogowski gglogowski commented Jul 26, 2019

This pull request covers support for visualization of obsolete API in SWQL Studio:

  • Possibility to filter out obsolete nodes from Object Explorer (option in menu)
  • Documentation section is extended with obsolescence reason
  • ToolTip is extended with obsolescence reason
  • Obsolete nodes are styled with strikethrough font

It also covers refactoring of filtering (code is split to smaller classes)

@nothrow
Copy link
Contributor

nothrow commented Jul 26, 2019

Nice work.

@nothrow
Copy link
Contributor

nothrow commented Jul 26, 2019

Just one question - would it work with older SWIS (that has no concept of Obsolete property)?

@gglogowski
Copy link
Contributor Author

Just one question - would it work with older SWIS (that has no concept of Obsolete property)?

Yes, It will work. It is handled in SwisMetaDataProvider, if obsolete meta data is not available in swis model, it is not queried and default value is used.

Copy link
Contributor

@danjagnow danjagnow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Nice use of the strategy pattern.

@nothrow nothrow merged commit ad55258 into solarwinds:master Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants