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 physical server REST api #14028

Merged
merged 21 commits into from
Apr 24, 2017
Merged

Add physical server REST api #14028

merged 21 commits into from
Apr 24, 2017

Commits on Apr 24, 2017

  1. Adds host to physical server relationship

    -modifies the host and physical server controller
    -updates the physical server and host model
    Rodney H. Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    b345df4 View commit details
    Browse the repository at this point in the history
  2. Enables the physical server refresher

    Rodney H. Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    99f258a View commit details
    Browse the repository at this point in the history
  3. Adds operations to the physical server model

    Rodney H. Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    7dcdb72 View commit details
    Browse the repository at this point in the history
  4. Update the REST API to add physical server operations

    Rodney H. Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    0db33fc View commit details
    Browse the repository at this point in the history
  5. Updates firmware REST API definitions

    Rodney H. Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    53aa87d View commit details
    Browse the repository at this point in the history
  6. Removes $lenovo_log references, replace with _log.info

    Rodney H. Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    868957f View commit details
    Browse the repository at this point in the history
  7. Rebasing PR from upstream manageiq/master

    -also syncs updates from PR 14026 so host, physical references match updated strategy
    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    4bd0611 View commit details
    Browse the repository at this point in the history
  8. Address outstanding rubcop messages

    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    95855a0 View commit details
    Browse the repository at this point in the history
  9. Moves firmware api enhancements to PR 14034

    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    d19771f View commit details
    Browse the repository at this point in the history
  10. Resolve rubocop warning in controller

    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    a69cbea View commit details
    Browse the repository at this point in the history
  11. Fix rubocop style warnings

    walteraa authored and Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    c919b41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    310138d View commit details
    Browse the repository at this point in the history
  13. Update api definition and error handling

    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    d828e25 View commit details
    Browse the repository at this point in the history
  14. Add spec tests for physical_servers_controller

    skovic authored and Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    f9536e4 View commit details
    Browse the repository at this point in the history
  15. Refactor physical_servers_controller tests

    skovic authored and Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    a1ec6f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8b37742 View commit details
    Browse the repository at this point in the history
  17. Refactors collections_spec and physical_servers_spec

    to use physical_server_url and leverage FactoryGirl instances more fully
    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    5de51b1 View commit details
    Browse the repository at this point in the history
  18. Adjusts log statement in the ps controller

    use variable desc instead of string desc in log statement
    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    a190fdf View commit details
    Browse the repository at this point in the history
  19. Remove extraneous comments

    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    039a724 View commit details
    Browse the repository at this point in the history
  20. Changes uuid references to ems_ref

    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    0b7f900 View commit details
    Browse the repository at this point in the history
  21. Removes introduced trailing whitespace (rubocop)

    Rodney Brown committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    2f20e3a View commit details
    Browse the repository at this point in the history