Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

[#22] - Ambari Service Actions #23

Merged
merged 6 commits into from
Jul 6, 2016
Merged

[#22] - Ambari Service Actions #23

merged 6 commits into from
Jul 6, 2016

Commits on Jul 6, 2016

  1. Force all query parameters to be single strings

    I find it would be easier for the user to string together their query
    parameters in their own code rather than have to deal with an array
    passed in.
    
    Removing this line of code means all queries should now just be a
    string which is simply passed to the function
    ZacBlanco committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    3e9db78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c7bd66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f33c89 View commit details
    Browse the repository at this point in the history
  4. Intermittent missing code coverage on bool datum

    Make 99.99% sure that line is covered by covering random test case 10+
    times to ensure that we get both true and false values returned.
    ZacBlanco committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    5041243 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04fc170 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d743eca View commit details
    Browse the repository at this point in the history