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

Change report data to be rendered using angular #26

Closed
wants to merge 37 commits into from

Commits on Mar 6, 2017

  1. Change report data to be rendered using angular

    Update GTL to show name at bottom, change from tile select to checkbox
    when checking for status in active tree, send false so the get_node_info will not perform show list.
    
    Split processing of params and view to seperate private methods.
    
    When per page was sent with sort by, only per page was applied, split if so both of them are checked.
    
    When is_ascending is present in params use this value for sortdir
    
    when list with selected tree is generated and selected tree is not assigned to any model check if controller to model returns any value and if so, do not create model view based on params model
    
    Return node info options for infra networking when rendering report data
    
    Get options from node info in foreman
    
    when user is in explorer, use specific function for fetching data fot GTL rather than redrawing entire right panel. This way we can send only those data which changed
    
    when right panel of explorers is changed redraw right panel with gtl components
    
    when tagging we have to specify which id's should be showed, this can be done adding selected_ids to options when filtering
    
    When tagging foreman set @explorer true
    
    Change tests to work with angularized  report data
    
    Show message when msg is in params
    
    Change bottom pager to use angular's paging
    
    Fix specs for formen provider
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    6d4b184 View commit details
    Browse the repository at this point in the history
  2. Change of positioning pagination

    do not set absolute class on pagination div, rather use JS appendChild so we have no problems with overlapping elements
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    6fa991d View commit details
    Browse the repository at this point in the history
  3. When tagging in explorer store session after getView as well

    getView changes current @edit object, but we need to preserve it same as is in session, so restore @edit from session so tagging in explorer does not throw any error
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    a432104 View commit details
    Browse the repository at this point in the history
  4. Style report module to rubocop rules,

    style report module javascript to follow eslint rules
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    7ce1d68 View commit details
    Browse the repository at this point in the history
  5. Replace nil check with present in angular gtl

    Fix codeclimate in report_data
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    b33374c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3275d51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cd09a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f28a9aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cbe5955 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7b5424 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec2ed77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    607d061 View commit details
    Browse the repository at this point in the history
  13. Unify get_node_info, ae_customization now returns pages and view

    when get_node_info for miq_ae_customization it will return pages settings and view which was found
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    4db6e5c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7732c0e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    11a1e79 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    526e396 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ac8ef8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    53f4fca View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    297f011 View commit details
    Browse the repository at this point in the history
  20. If no name is found in quadicon genration return blank string, if rep…

    …ort does not have downcase, do not return any image and show default image in report data
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    0fcdfad View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5bd71bb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4f36a47 View commit details
    Browse the repository at this point in the history
  23. Fetch icon from listicon_glyphicon for each report item

    Change icon to check if it can be created via glyphicon
    
    Show items in per page picker
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    86509e3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b0acead View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9753df2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    893f38b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0fd4021 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7b0ffd4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7247ad7 View commit details
    Browse the repository at this point in the history
  30. Send selected record IDs in report data, this way it's possible to sh…

    …ow ownership in nested screens
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    40a3af9 View commit details
    Browse the repository at this point in the history
  31. When in user configuration, return view and pages, also fetch correct…

    … class for icon based on view.db and row
    
    Use noSelectBox in bower
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    ce8ddf9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8bfa731 View commit details
    Browse the repository at this point in the history
  33. Send correct pictures to workers in report data, parse selected IDs f…

    …rom string to integer, After clicking in configuration on GTL activete coresponding tree
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    0412126 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b779e06 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4c7bc34 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    04ea706 View commit details
    Browse the repository at this point in the history
  37. Add option to start policy simulation with report data in angular

    Add correct policies in nested view
    
    Add explorer when adding policy for simulation if explorer is in @edit
    karelhala committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    296c6e4 View commit details
    Browse the repository at this point in the history