-
Notifications
You must be signed in to change notification settings - Fork 25
Remove file -76e14caa77edfd6cc871abb0896962b79b755416 #748
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
Open
xuelichao
wants to merge
3,715
commits into
vmware:master
Choose a base branch
from
xuelichao:remove-files
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
Signed-off-by: Meina Zhou <[email protected]>
Signed-off-by: Meina Zhou <[email protected]>
Signed-off-by: Meina Zhou <[email protected]>
Signed-off-by: Meina Zhou <[email protected]>
Signed-off-by: Meina Zhou <[email protected]>
* set the timeout period to 10 seconds Signed-off-by: Meina Zhou <[email protected]> * fix container pagenation Signed-off-by: Meina Zhou <[email protected]>
Signed-off-by: Meina Zhou <[email protected]>
Signed-off-by: Meina Zhou <[email protected]>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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