Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Adaptations to have a working refresh for Hawkular's Inventory.next #10

Merged
merged 3 commits into from
Apr 27, 2017

Commits on Apr 24, 2017

  1. Adaptations to have a working refresh for Hawkular's inventory-on-met…

    …rics
    
    - Messaging types are now retrieved from its "type path" because the resources
      do not anymore include its resource-types.
    - When collecting availability metrics, the "paths" are unescaped rather
      than escaped for string comparisons. This is because the paths received
      from hawkular are percent-encoded with arbitrary case and string
      comparisons were failing because some paths are using uppercase while
      others are using lowercase (e.g. '%2f' rather than '%2F').
    israel-hdez committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    bed7634 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    a15c0ea View commit details
    Browse the repository at this point in the history
  2. Updating the refresher spec for inventory v3

    Disabling expectations testing the underlying container because they
    require a more complex setup to work correctly. Will be re-enabled in a
    follow-up commit.
    
    Cassettes were recorded using the domain-mode example configuration for
    WildFly 10.1.0.Final docker image.
    israel-hdez committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    969f964 View commit details
    Browse the repository at this point in the history