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

Updating attribute and command queries to use packageIds such that custom extensions for standard clusters are handled appropriately #717

Merged

Commits on Sep 13, 2022

  1. Updating attribute and command queries to use packageIds such that cu…

    …stom extensions for standard clusters are handled appropriately
    
    - When a cluster extension is added to standard clusters in the form of attributes or commands through custom xml then there is a need to account for packageIds
    - For eg if a user adds a custom xml for the above use case and removes it the generation continues to generate for the added custom xml since it is not checking for removed packages.
    - Github: ZAP#698
    brdandu committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5bb3615 View commit details
    Browse the repository at this point in the history
  2. Adding tests for custom xml removal in the case of cluster extensions…

    … for standard clusters
    
    Github: ZAP#698
    brdandu committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    61aff8a View commit details
    Browse the repository at this point in the history