8000 Comparing v1.4.1...v1.4.3 · vmware/vic-ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vmware/vic-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: vmware/vic-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.3
Choose a head ref
  • 17 commits
  • 63 files changed
  • 6 contributors

Commits on Aug 9, 2018

  1. Update VCH Management UI to support VM-Host Affinity (#459)

    (cherry picked from commit 287b075)
    javierfz1980 authored and zjs committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    7631f45 View commit details
    Browse the repository at this point in the history
  2. e2e test for host affinity (#508)

    * Adding new variables for HA css selectors and add automated Host Affinity selection
    
    * Add e2e tests for host affinity
    
    * Add robot files to for host affinity e2e test
    
    * Add little refactor
    
    * Add some refactors
    
    * Adds improvements to receive parameters for host affinity
    
    * Change user password
    
    * Add new refactors
    
    (cherry picked from commit f83fb4f)
    lmalvins authored and zjs committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    97f1e83 View commit details
    Browse the repository at this point in the history
  3. Fixing e2e test for host affinity (#515)

    * Adds missing lines
    
    * Remove not necesary line
    
    (cherry picked from commit ceaab31)
    lmalvins authored and zjs committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    4151eea View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Update bundles MANIFEST in order to also match vCenter67u1 springfram…

    …ework version (#566) (#571)
    
    (cherry picked from commit 0b8d967)
    zjs authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    cdf8efb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Specify that server key file must be unencrypted (#575) (#580)

    Contrary to what we require[1], the text previously stated that an
    "encrypted key pem file" should be selected. Correct this to indicate
    that an unencrypted file must be used.
    
    1 - https://vmware.github.io/vic-product/assets/files/html/1.3/vic_vsphere_admin/vch_cert_options.html#server-key
    
    (cherry picked from commit 8c2b204)
    zjs authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    7c0d4b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Publish artifacts from release branches separately (#582) (#584)

    Builds from all branches are written to the same directory,
    so it is difficult to select the right build from corresponding
    branches for downstream projects. Publish builds from
    release branches to the same name sub-directories in the
    bucket.
    
    (cherry picked from commit 026d0f9)
    DanielXiao authored and zjs committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    c9ea03f View commit details
    Browse the repository at this point in the history
  2. Revise lifecycle scripts to avoid word splitting (#558) (#562)

    Update the logic in install.sh, upgrade.sh, and uninstall.sh to use
    double quotes with variables and follow other Bash best practices to
    avoid word splitting, globbing, and some unnecessary use of subshells.
    
    Additional cleanup to these scripts to reduce duplication, further
    reduce use of subshells, and avoid masking return values is possible,
    but is not included in this change to limit scope and risk.
    
    (cherry picked from commit 457fc5d)
    zjs authored Aug 30, 2018
    Configuration menu
    Copy the full SHA
    a6c2562 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Cherry-pick: VicVmViewService refine and fix: folder can not show clu…

    …sters in create vch vizard. (#581)
    
    * Resource tree selector refactor (#561)
    
    This change will introduce a new logic into the resource tree selector component in order to allow users to be able to select Clusters within folders and also non-vic ResourcePools
    
    * Fix missed service provider VicVmViewService in the app module (#579)
    
    This will add a missing service provider VicVmViewService that should be added to the root app Module in order to fix VIC summary view plugin.
    zhoumeina authored Aug 31, 2018
    Configuration menu
    Copy the full SHA
    963b6c2 View commit details
    Browse the repository at this point in the history
  2. Merge branch feature/auto-vic-ui-plugin (#577) (#588)

    The ui plugin install/upgrade/uninstall scripts have been reimplemented in vic-product as rest apis, the registration codes have been moved to vic-product as well. These scripts are removed.
    
    Update Downstream product trigger from vic to vic-product to reflect the relationship change.
    
    (cherry picked from commit 594baa3)
    wjun authored Aug 31, 2018
    Configuration menu
    Copy the full SHA
    b2278ef View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. fix:After disabling and re-enabling use of client certificates, no op…

    …tion to select certificates is shown (#589) (#590)
    
    Signed-off-by: Meina Zhou <meinaz@vmware.com>
    zhoumeina authored and ninjadq committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    6d9c0f8 View commit details
    Browse the repository at this point in the history
  2. Enable tag event to make build (#591) (#592)

    Enable make vic-ui-plugins in any conditions include tag.
    Trigger downstream repo vic-product to make build for
    tag event.
    
    (cherry picked from commit 
    10000
    7dfa7a2)
    DanielXiao authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    6c06977 View commit details
    Browse the repository at this point in the history
  3. Fix errors when tag a build (#593) (#594)

    Git for-each-ref returns wrong tag name, use git describe to
    get latest tag.
    Remove branch and event conditions since branch is empty if
    it is a tag event. Execute vic-ui and bundle when status is
    success.
    
    (cherry picked from commit 586ed3f)
    DanielXiao authored and Maosheng Ren committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    e58909c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Remove echo service and associated code (#574) (#585)

    The echo service seems to come from code in one of the H5 client SDK
    samples and appears to be unused.
    
    (cherry picked from commit 68a3f0c)
    zjs authored Sep 6, 2018
    Configuration menu
    Copy the full SHA
    7d60d78 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Fix missing branch for tag event (#597) (#600)

    Adding tag from git command is different from tagging from
    github web, the branch is refs/tags/* instead of releases/*
    . Add refs/tags/* to branch so tag from git command can
    also publish builds and trigger downstream project.
    
    (cherry picked from commit c36a2f8)
    DanielXiao authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    bd83063 View commit details
    Browse the repository at this point in the history
  2. add vic appliance ip information in summary view (#601)

    Signed-off-by: Meina Zhou <meinaz@vmware.com>
    zhoumeina authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    0d0b88b View commit details
    Browse the repository at this point in the history
  3. bind gateway and routing destination input field together in ui (#583) (

    #595)
    
    fix ip VIC plugin throws a parsing error when customer tries to specify only the gateway for management network.
    
        When you provide a gateway for the management network, it's mandatory to provide at least one routing destination. UI Plugin doesn't reflect that. It has two separate fields for Gateway and Routing destinations. If the customer doesn't provide both the fields properly, plugin throws a weird parsing error [Refer to the screenshot].
    
        Fix:
        1 Modify UI to make routing destination required.
        2 Modify the components destination input and ip address to one input.
        Signed-off-by: Meina Zhou <meinaz@vmware.com>
    
    Signed-off-by: Meina Zhou <meinaz@vmware.com>
    (cherry picked from commit 3817223)
    zjs authored and Maosheng Ren committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    369c35e View commit details
    Browse the repository at this point in the history
  4. fix datacenter can not show host (#603)

    Signed-off-by: Meina Zhou <meinaz@vmware.com>
    zhoumeina authored and Maosheng Ren committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    528208b View commit details
    Browse the repository at this point in the history
Loading
0