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

[WIP] Support special characters in reporting of Custom Attributes #11112

Commits on Sep 9, 2016

  1. Parse virtual custom attributes with special characters

    regex changed and determination of virtual custom attributes
    now it is are based on prefix
    lpichler committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    6fbce18 View commit details
    Browse the repository at this point in the history
  2. Support special character in reporting Custom Attributes

    in UI listing attributes in filter tab
    lpichler committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    794b986 View commit details
    Browse the repository at this point in the history
  3. Move parsing attributes to method

    example:
    method converts "MiqGroup.vms.host-disconnected" to
    ["MiqGroup", ["vms", "host", "disconnected"]]
    lpichler committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    8a6626d View commit details
    Browse the repository at this point in the history
  4. Allow virtual custom attribute columns to be parsed

    Virtual custom attributes can contains special characters and
    thanks to that this parsing method did not work properly.
    
    This commit is fixing it.
    lpichler committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    84a855d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69c85ee View commit details
    Browse the repository at this point in the history
  6. Changed spec for report with custom attributes to add

    special characters in custom attributes
    lpichler committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    1ce981c View commit details
    Browse the repository at this point in the history