-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Path ExecAuth: replace shelljs with child_process
Update Babel from 6.x.x to 7.5.5 Update Cypress to 3.4.0 Update @kubernetes/client-node
- Loading branch information
1 parent
ddf63d7
commit bcfafd1
Showing
23 changed files
with
1,645 additions
and
1,192 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
module.exports = function(api) { | ||
api.cache(true) | ||
|
||
return { | ||
'comments': false, | ||
'env': { | ||
'test': { | ||
'presets': [ | ||
['@babel/preset-env', { 'targets': { 'node': 10 } }] | ||
] | ||
}, | ||
'main': { | ||
'presets': [ | ||
['@babel/preset-env', { 'targets': { 'node': 10 } }] | ||
] | ||
}, | ||
'renderer': { | ||
'presets': [ | ||
['@babel/preset-env', { 'modules': false, 'targets': { 'chrome': 73 } }] | ||
] | ||
}, | ||
'web': { | ||
// TODO, require configuration after updating to Babel 7. | ||
'presets': [ | ||
['@babel/preset-env', { 'modules': false, 'targets': { 'chrome': 73 } }] | ||
] | ||
} | ||
}, | ||
'plugins': [ | ||
['@babel/plugin-transform-runtime', { 'corejs': 2 }] | ||
] | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
cypress/snapshots/ClusterAdd.spec.js/pagesClusterNew -- success.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
cypress/snapshots/ClusterEdit.spec.js/pagesClusterEdit -- success.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
cypress/snapshots/ClusterNew.spec.js/pagesClusterNew -- success.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
cypress/snapshots/Clusters.spec.js/pagesClusters -- visual -- plain.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...ots/Clusters.spec.js/pagesClusters -- with clusters -- visual -- plain.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...rItem.spec.js/componentssharedClusterItem -- visual -- dropdown-opened.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...ers/ClusterItem.spec.js/componentssharedClusterItem -- visual -- plain.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
cypress/snapshots/ServiceClone.spec.js/pagesServiceClone -- success.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
cypress/snapshots/ServiceEdit.spec.js/pagesServiceEdit -- success.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
cypress/snapshots/ServiceNew.spec.js/pagesServiceNew -- success.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions
3
.../shared/Search.spec.js/componentssharedSearchInput -- visual -- filled.snap.png
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...s/shared/Search.spec.js/componentssharedSearchInput -- visual -- focus.snap.png
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...s/shared/Search.spec.js/componentssharedSearchInput -- visual -- plain.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.