-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: vmware/vic-ui
base: v1.4.1
head repository: vmware/vic-ui
compare: v1.4.3
- 17 commits
- 63 files changed
- 6 contributors
Commits on Aug 9, 2018
-
Update VCH Management UI to support VM-Host Affinity (#459)
(cherry picked from commit 287b075)
Configuration menu - View commit details
-
Copy full SHA for 7631f45 - Browse repository at this point
Copy the full SHA 7631f45View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 97f1e83 - Browse repository at this point
Copy the full SHA 97f1e83View commit details -
Fixing e2e test for host affinity (#515)
* Adds missing lines * Remove not necesary line (cherry picked from commit ceaab31)
Configuration menu - View commit details
-
Copy full SHA for 4151eea - Browse repository at this point
Copy the full SHA 4151eeaView commit details
Commits on Aug 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cdf8efb - Browse repository at this point
Copy the full SHA cdf8efbView commit details
Commits on Aug 29, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for 7c0d4b9 - Browse repository at this point
Copy the full SHA 7c0d4b9View commit details
Commits on Aug 30, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for c9ea03f - Browse repository at this point
Copy the full SHA c9ea03fView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for a6c2562 - Browse repository at this point
Copy the full SHA a6c2562View commit details
Commits on Aug 31, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 963b6c2 - Browse repository at this point
Copy the full SHA 963b6c2View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for b2278ef - Browse repository at this point
Copy the full SHA b2278efView commit details
Commits on Sep 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6d9c0f8 - Browse repository at this point
Copy the full SHA 6d9c0f8View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 6c06977 - Browse repository at this point
Copy the full SHA 6c06977View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for e58909c - Browse repository at this point
Copy the full SHA e58909cView commit details
Commits on Sep 6, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for 7d60d78 - Browse repository at this point
Copy the full SHA 7d60d78View commit details
Commits on Sep 13, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for bd83063 - Browse repository at this point
Copy the full SHA bd83063View commit details -
add vic appliance ip information in summary view (#601)
Signed-off-by: Meina Zhou <meinaz@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 0d0b88b - Browse repository at this point
Copy the full SHA 0d0b88bView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 369c35e - Browse repository at this point
Copy the full SHA 369c35eView commit details -
fix datacenter can not show host (#603)
Signed-off-by: Meina Zhou <meinaz@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 528208b - Browse repository at this point
Copy the full SHA 528208bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.1...v1.4.3