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

Fix for Bug : 1328085 #214

Open
wants to merge 16 commits into
base: feature-dev
Choose a base branch
from

Commits on Jul 28, 2014

  1. Updated menu.xml to make it compatible with the format to support mul…

    …tple resources for each feature
    knagakiran committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    a6ba6a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Merge pull request #1 from nagakiran/featuredev

    Updated menu.xml to make it compatible with the format to support multpl...
    manojgn committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    43dc625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a16c39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from nagakiran/featuredev

    Made the updateView as a local function such that it doesn't get added
    manojgn committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    3890604 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. Fix for Bug : 1328085

    Following changes are implemented.
    1. Sort based on node color in "Host Name" column in node summary pages
    2. Move "version","CPU","Memory" columns to the end
    3. "Host name" column contents should be visible clearly with out wrapping. - Increased the column width to accomodate bigger hostnames.
    4. For "Interfaces", have total and down count in seperate lines
        12 Total
        5 Down
    5. Display color for all nodes in "Host Name" column.
    
    Change-Id: I258308cc2946366d26219d514e4b6d3fe1ae4252
    manojgn committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    87f7708 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2014

  1. Stats changes in Instance UVE,bug is #1352227

        - Changed the UI instance parse function as per the latest stats changes
    
    Change-Id: Idc934a0e4ff4bcef50ff4264052a1836abd4f0ac
    vishnuvv committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    4a0e6ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from vishnuvv/StatsUVEChanges

    Stats changes in Instance UVE,bug is #1352227
    knagakiran committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    36a2cde View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. Fix for Bug 1351211: Update process_state_list to process_info

    Replaced the use of process_state_list to NodeStatus:process_info
    
    Change-Id: Ia6fdeaf059952dee6aa8b55a7c588c211da69951
    manojgn committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    50dc5bd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Fix for Bug 1352946: Handling the case when the protocol field is emp…

    …ty object in control node routes
    
    Change-Id: Ifcf99ee6a5fb81ccfc2e816c4d8c4b0528951136
    manojgn committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    f76b710 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from manojgn/feature-dev

    Fix for Bug 1351211: Update process_state_list to process_info
    knagakiran committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    6e6c13b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from manojgn/feature-dev-bugFix

    Fix for Bug : 1328085
    knagakiran committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    af8e273 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2014

  1. Fix for Bug:1354280 - UI changes to incorporate process name changes

    Replaced the following :
    - contrail-vrouter to contrail-vrouter-agent
    - contrail-opserver to contrail-analytics-api
    - contrail-qe to contrail-query-engine
    
    Change-Id: Idc27271793628d63b5be2a39ae2947ff4be47b8d
    manojgn committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    62f1b1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from manojgn/feature-dev

    Fix for Bug:1354280 - UI changes to incorporate process name changes
    knagakiran committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    43d0072 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

  1. Fix for Bug: 1328085- Added the detail expansion to all summary pages…

    … in infra monitor.
    
    Had to reorganized the code to reuse the code to build the label value pairs.
    
    Change-Id: I09ae7f3f33a743c88461ff3f41c717ee23a5880f
    manojgn committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    17df1e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from manojgn/feature-dev

    Fix for Bug: 1328085- Added the detail expansion to all summary pages in infra monitor.
    knagakiran committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    760abc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. 1)Merged the update charts functionality in initscatterchart function

        2)Implemented the dynamic axis params,while initializing the charts we need the pass the parameters that required to display in and X and Y axis eg:
    
        xAxisParams:[{lbl:'CPU (%)',key:'cpu',type:'float'},{lbl:'Instances',key:'instCnt'}]}};
        Parameters are
        "lbl" -  value displayed in the drop down
        "key" -  key is used the look in the chart data
        "type" - type of the value,if it is not present it will considered as the Integer
    
    Conflicts:
    	webroot/monitor/infra/common/ui/js/monitor_infra_utils.js
    	webroot/monitor/infra/dashboard/ui/js/monitor_infra_dashboard.js
    
    Change-Id: Iccf580e83627429022a908c1bf8310613f718173
    vishnuvv authored and manojgn committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    3641541 View commit details
    Browse the repository at this point in the history