Skip to content

Conversation

@xuelichao
Copy link
Contributor

Fixes #

PR acceptance checklist:

[ ] All unit tests pass
[ ] All e2e tests pass
[ ] Unit test(s) included*
[ ] e2e test(s) included*
[ ] Screenshot attached and UX approved*

*if applicable, add n/a if not

jooskim and others added 30 commits October 27, 2017 17:58
* Fail kickoff script if any test case fails

* Rename Flex plugin folder after syncing version
- Fix general step typos
 - Add security step validations for server cert and key
 - Add storage capacity default volume store validations
 - Fix spec files
This fixes a console error generated from storage-capacity when trying
to obtain datastores from an undefined (not yet selected) compute
resource
* Implement endpoint to check if user is admin

* Update Angular to use the new endpoint
* [WIP] Implement endpoint for vic appliances list

* Turn off sourcemaps in ng test

This saves us from headaches by debunking myterious
XMLHttpRequest errors in unit test failures which
oftentimes are actually not XMLHttpRequest errors.

* Use tee for outputting vic-ui build tasks

* Sync with Jason's work on vmware/vic-product#1018

* Sort desc appliances info by build number

* Update SummaryComponent to use lookup service

* Add more test report recipients

* Move vch appliance detection to general.component
* Add VCH log component markup and styles

* Update VCH view component to add log support

* Add VCH Log component Unit Test

* Remove 'Enable SSH' option
* Make VchLogView use lookup and clone ticket svcs

* Use combineLatest instead of zip

* Remove console outputs
* Figure out where plugin-manifest gets screwed

* Revert tee

* Fix the broken VIC-UI production build

* Check if production build is fixed
* Notifies user what to do in case the hostname of VIC appliance has changed
* Update batch scripts to handle trusted certs

* Update wording from IP to FQDN or IP
* Replace O/X with passed/failed

* Support skipping test cases

* Add spacing to pass/fail/skipped

* Skip some plugin tests
* Support tag build

* Update .drone.yml.sig
* Fix VCH log response parsing and view styles

* Fix VCH log spec file
* Add Delete VCH component, template and styles

* Add Delete VCH component to VCH list view

* Fix production build
* Remove cli options with 0 or empty values

* Fix summary component spec file
zhoumeina and others added 30 commits April 15, 2019 15:54
* set the timeout period to 10 seconds

Signed-off-by: Meina Zhou <[email protected]>

* fix container pagenation

Signed-off-by: Meina Zhou <[email protected]>
…ulnerbilities (vmware#694)

At present, only part of it can be upgraded. If it is completely upgraded, only angular.

Signed-off-by: Yogi_Wang <[email protected]>

Co-authored-by: Yogi_Wang <[email protected]>
Fixes-Bug: #2680044

Co-authored-by: xuelichao <[email protected]>
…mware#698)

1. In VIC UI java layer, we import QueryUtil class which will be moved into a new package:
com.vmware.vise.data.query.QueryUtil -> com.vmware.vise.data.query.util.QueryUtil

2. we can not simply fix it by update the import path to
   com.vmware.vise.data.query.util.QueryUtil
   Because it will block VIC UI running on lower version before H5 client API changing.

3. Solution:
   Remove the code dependency on QueryUtil class.

   Add and implements three Functions to replace the original Functions
   the new three funcs will provide the same function.
Fix dependabot issues
update the following package version in package-lock.json
1.browserslist      upgrade from 4.14.2  to 4.18.1
2.dns-packet        upgrade from 1.3.1   to 1.3.4
3.elliptic          upgrade from 6.5.3   to 6.5.4
4.hosted-git-info   upgrade from 2.7.1   to 2.8.9
5.lodash            upgrade from 4.17.20 to 4.17.21
6.path-parse        upgrade from 1.0.6   to 1.0.7
7.url-parse         upgrade from 1.4.7   to 1.5.3
8.y18n              upgrade from 3.2.1   to 4.0.3
…vmware#701)

1. add new jar dependency in compiling stage:
   spring-core-4.3.29.RELEASE.jar
* Fix critical security alerts

Only fix critical security alerts, and the UI pages will be mass due to
clarity ui lib upgrade to 2.x.x

We need to fix the UI page style in another patch.

* update package.json

* update test cases
tough-cookie: 4.1.3
Upgrade @cypress/request to 3.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.