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

Physical server page #970

Closed
wants to merge 48 commits into from
Closed

Physical server page #970

wants to merge 48 commits into from

Commits on Mar 20, 2017

  1. [Routes] Adds routes to physical_server

    1. Adding routes to physical_server in routes.rb file
    Odravison Amaral committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    ca99b62 View commit details
    Browse the repository at this point in the history
  2. [EmsCommon] Adds physical_server flags

    1. Adding physical_server flag into ems_common/_show.html.haml file.
    Odravison Amaral committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    95edeb1 View commit details
    Browse the repository at this point in the history
  3. [ui_constants] Adds physical_server structure

    1. Adding PhysicalServer structure to ui_constants.rb file.
    Odravison Amaral committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    0ef30c0 View commit details
    Browse the repository at this point in the history
  4. [QuadIcon] Adds PhysicalServer structure

    1. Adding PhysicalServer structure to quadicon_helper.rb file to render properly physical_server's quadicon.
    Odravison Amaral committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    d60cc0a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. [TextualSummary] Adds physical server flag

    1. Adding physical_server flag into host textual summary.
    Odravison Amaral committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    3c0e12f View commit details
    Browse the repository at this point in the history
  2. [TextualSummary] Adds physical server flag

    1. Adding PhysicalServer structure into textual_summary of ems_physical_infra.
    Odravison Amaral committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    8affee9 View commit details
    Browse the repository at this point in the history
  3. [PhysicalServerFlags] Adds physical server flag

    Adding physical server flags into three files:
    1. app/helpers/application_helper/toolbar_chooser.rb
    2. app/helpers/application_helper.rb
    3, app/controllers/ems_common.rb
    This last one has view_setup_param structure with only physical_server.
    Odravison Amaral committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    aa60337 View commit details
    Browse the repository at this point in the history
  4. [PhysicalServerViews] Adds all physical server views

    Odravison Amaral committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    92c7549 View commit details
    Browse the repository at this point in the history
  5. [PhysicalServerController] Adds physical server's controller

    Odravison Amaral committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    4feb863 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7142a11 View commit details
    Browse the repository at this point in the history
  7. Add helpers to physical server pages

    Add all helpers and list_nav to physical server.
    Odravison Amaral committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    bef6016 View commit details
    Browse the repository at this point in the history
  8. Change physical infra helpers

    Adapt physical infra helpers to show physical servers.
    Odravison Amaral committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    471a4e2 View commit details
    Browse the repository at this point in the history
  9. Add images assets to physical server pages

    Add assets to physical server health state.
    Odravison Amaral committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    fb91056 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. [Fix] Fixes all warning made by rubocop

    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    ea20828 View commit details
    Browse the repository at this point in the history
  2. [Fix] Fixes warning in files made by rubocop

    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    0a3a4a3 View commit details
    Browse the repository at this point in the history
  3. [Fix] Fixes of warning made by rubocop into views and helpers of phys…

    …ical_server
    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    4b2916a View commit details
    Browse the repository at this point in the history
  4. [Fix] Fixing some issues

    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    7bb757a View commit details
    Browse the repository at this point in the history
  5. [Fix] Changes html_safe to safe_join

    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    7ad7e4b View commit details
    Browse the repository at this point in the history
  6. [Typo] Typo some errors warning by rubocop

    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    019c7f4 View commit details
    Browse the repository at this point in the history
  7. [Typo] Delete a blank space after backslash

    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    fefe826 View commit details
    Browse the repository at this point in the history
  8. [Fix] Turns into hash rockets syntax

    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    4d82e5d View commit details
    Browse the repository at this point in the history
  9. [Fix] Inserts '.try' method call

    Odravison Amaral committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    5c0ef75 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    dc082d9 View commit details
    Browse the repository at this point in the history
  2. [BugFix] Changes the attribute methods call

    1. using `@record.machine_type` instead of `@record.machineType`
    2. using `@record.serial_number` instead of `@record.serialNumber`
    3. using `@record.product_name` instead of `@record.productName`
    Odravison Amaral committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    6d646bc View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Configuration menu
    Copy the full SHA
    26de5af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b08d75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87c39e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3c5a59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f069e05 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Configuration menu
    Copy the full SHA
    19d23a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f6bdc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Remove & operators from physical server textual summary

    Changes all & operator for try methods in physical server textual summary
    gabrielsvinha committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    9b82528 View commit details
    Browse the repository at this point in the history
  2. Removes vms variable.

    Removes unused variable in ci_processing;rb
    gabrielsvinha committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    7e836c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Fix ems_common controller

    Add back Hawkular configurations and methods.
    walteraa committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    762d426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f36681 View commit details
    Browse the repository at this point in the history
  3. Fix rubocop issues

    Fix rubocop issues in:
      - app/controllers/application_controller/ci_processing.rb
      - app/controllers/ems_common.rb
      - app/helpers/application_helper/button/physical_server_feature_button.rb
      - app/helpers/application_helper/button/physical_server_feature_button.rb
    walteraa committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    8adb93b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    301bb36 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'physical_server_page' of github.com:lenovo/manageiq-ui-…

    …classic into physical_server_page
    gabrielsvinha committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    1c139d0 View commit details
    Browse the repository at this point in the history
  6. fixed robocop issues

    MaysaMacedo committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    017ae3f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Configuration menu
    Copy the full SHA
    088fb68 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Configuration menu
    Copy the full SHA
    0fc2547 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    4bfd07a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462f14f View commit details
    Browse the repository at this point in the history
  3. Fix CI processing controller

    Roll back all ci_processor.rb from master and add new methods referring to physical server context.
    walteraa committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    13ee483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    420a230 View commit details
    Browse the repository at this point in the history
  5. fixed code climate issues

    MaysaMacedo committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    ee96de7 View commit details
    Browse the repository at this point in the history
  6. fixed rubocop issues

    MaysaMacedo committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    6e61f01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd8c51e View commit details
    Browse the repository at this point in the history