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

Angular infra dashboards #1901

Merged
merged 18 commits into from Oct 16, 2017
Merged

Commits on Oct 9, 2017

  1. Configuration menu
    Copy the full SHA
    e9b3ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee10f32 View commit details
    Browse the repository at this point in the history
  3. Added heatmaps support for provider dashboards

    Added heatmaps support for Infra Provider dashboards. Some cleanup in to previous commit in aggregate status card controller area.
    Currently using http call to set data until API endpoint support is in
    
    https://www.pivotaltracker.com/story/show/147962059
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    082cefa View commit details
    Browse the repository at this point in the history
  4. some further cleanup to align aggregate status better

    And added code to handle dummy data for testing purposes
    
    https://www.pivotaltracker.com/story/show/147962059
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    623a30f View commit details
    Browse the repository at this point in the history
  5. Separated out dashboard service calls.

    - Changed dashboard service calls to send up individual calls to build charts
    - some code cleanup to remove dummy heatmap data setup
    
    https://www.pivotaltracker.com/story/show/150048620
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    b44384e View commit details
    Browse the repository at this point in the history
  6. Added Utilization Trend chart component

    And other components that are needed to show Global Utilization charts: c3Chart, donutChart, donutPctChart, sparklineChart components along with their counterpart controllers, templates etc.
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    c2f7184 View commit details
    Browse the repository at this point in the history
  7. Added Line chart component

    And Line chart component and related controllers, template, views to display Recent Hosts & Recent VMs line charts.
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    557df6f View commit details
    Browse the repository at this point in the history
  8. Removed unused old code and moved files to appropriate directory

    - Removed unused old code and moved files appropriately under ems_infra_dashboard directory
    - Addressed some rubocop warning in ems_infra_dashboard_service
    
    https://www.pivotaltracker.com/story/show/150048620
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    3938612 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c274db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c1d237e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7ace95 View commit details
    Browse the repository at this point in the history
  12. Addressed code climate warnings.

    Addressed syntax related code climate warnings that were brought over by downloading patternfly components from patternfly repo.
    
    https://www.pivotaltracker.com/story/show/147962059
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    331fc2f View commit details
    Browse the repository at this point in the history
  13. Addressed PR comment.

    Added unique id for each component that can be referenced in QE tests
    
    https://www.pivotaltracker.com/story/show/147962059
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    ecd5d0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6393290 View commit details
    Browse the repository at this point in the history
  15. Fixed miq_bootstrap call

    - Added .catch to all API/http request calls.
    
    https://www.pivotaltracker.com/story/show/147962059
    h-kataria committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    9fcd199 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Added loadingDone checks

    Added loadingDone checks to make sure to load charts once data is available
    
    https://www.pivotaltracker.com/story/show/147962059
    h-kataria committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    9cdaca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Styling updates

    epwinchell committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    0c6e34c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

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