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
| yarn why v1.22.4 | |
| [1/4] Why do we have the module "typescript"...? | |
| [2/4] Initialising dependency graph... | |
| [3/4] Finding dependency... | |
| [4/4] Calculating file sizes... | |
| info | |
| => Found "typescript@3.4.5" | |
| info Has been hoisted to "typescript" | |
| info Reasons this module exists | |
| - "workspace-aggregator-94908e10-d42b-4977-9171-cebe09042a1a" depends on it |
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
| diff --git a/app/ui-react/packages/.storybook/webpack.config.js b/app/ui-react/packages/.storybook/webpack.config.js | |
| index 17fd6d6c82..e687c11b77 100644 | |
| --- a/app/ui-react/packages/.storybook/webpack.config.js | |
| +++ b/app/ui-react/packages/.storybook/webpack.config.js | |
| @@ -1,5 +1,7 @@ | |
| const path = require('path'); | |
| const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin'); | |
| +const TerserPlugin = require('terser-webpack-plugin'); | |
| + | |
| module.exports = ({ config, mode }) => { |
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
| diff --git a/app/ui-react/syndesis/src/app/App.test.tsx b/app/ui-react/syndesis/src/app/App.test.tsx | |
| index 301f84f27e..9fca935a80 100644 | |
| --- a/app/ui-react/syndesis/src/app/App.test.tsx | |
| +++ b/app/ui-react/syndesis/src/app/App.test.tsx | |
| @@ -1,7 +1,7 @@ | |
| import { render, waitForElement } from '@testing-library/react'; | |
| import * as React from 'react'; | |
| import { MemoryRouter } from 'react-router'; | |
| -import { App } from './App'; | |
| +// import { App } from './App'; |
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
| diff --git a/app/ui-react/syndesis/src/app/App.test.tsx b/app/ui-react/syndesis/src/app/App.test.tsx | |
| index 301f84f27e..9fca935a80 100644 | |
| --- a/app/ui-react/syndesis/src/app/App.test.tsx | |
| +++ b/app/ui-react/syndesis/src/app/App.test.tsx | |
| @@ -1,7 +1,7 @@ | |
| import { render, waitForElement } from '@testing-library/react'; | |
| import * as React from 'react'; | |
| import { MemoryRouter } from 'react-router'; | |
| -import { App } from './App'; | |
| +// import { App } from './App'; |
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
| gashcrumb@plucky (master) | |
| ~/Source/syndesis/app/ui | |
| ] ../../tools/bin/syndesis minishift -p syndesis --local --dev --install | |
| Switched to context "minishift". | |
| =============== WARNING -- Going to delete project syndesis | |
| NAME READY STATUS RESTARTS AGE | |
| pod/syndesis-operator-1-ttr2s 1/1 Running 0 3m | |
| NAME DESIRED CURRENT READY AGE | |
| replicationcontroller/syndesis-operator-1 1 1 1 3m |
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
| gashcrumb@plucky (master) | |
| ~/Source/syndesis/app/ui | |
| ] ../../tools/bin/syndesis minishift --full-reset | |
| Removed cache content at: '/home/gashcrumb/.minishift/cache' | |
| Add-on 'admin-user' enabled | |
| Starting minishift .... | |
| -- Starting profile 'minishift' | |
| -- Check if deprecated options are used ... OK | |
| -- Checking if https://github.com is reachable ... OK | |
| -- Checking if requested OpenShift version 'v3.10.0' is valid ... OK |
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
| { | |
| "componentScheme": "salesforce", | |
| "connectorCustomizers": [ | |
| "io.syndesis.connector.salesforce.customizer.ForUpdateCustomizer", | |
| "io.syndesis.connector.salesforce.customizer.DataShapeCustomizer" | |
| ], | |
| "inputDataShape": { | |
| "kind": "any" | |
| }, | |
| "outputDataShape": { |
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
| ERROR] Failed to execute goal on project connector-servicenow: Could not resolve dependencies for project io.syndesis.connector:connector-servicenow:jar:1.6-SNAPSHOT: Failed to collect dependencies at org.apache.camel:camel-servicenow:jar:2.21.0.fuse-730029 -> org.apache.cxf:cxf-core:jar:3.2.7.fuse-730009: Failed to read artifact descriptor fororg.apache.cxf:cxf-core:jar:3.2.7.fuse-730009: Could not transfer artifact org.apache.cxf:cxf-core:pom:3.2.7.fuse-730009 from/to jb-fuse-7-brew (http://download.eng.bos.redhat.com/brewroot/repos/jb-fuse-7-maven-build/latest/maven):download.eng.bos.redhat.com: Name or service not known: Unknown host download.eng.bos.redhat.com: Name or service not known -> [Help 1] |
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
| ] oc logs docker-registry-1-deploy | |
| error: couldn't get deployment docker-registry-1: replicationcontrollers "docker-registry-1" is forbidden: User "system:serviceaccount:default:deployer" cannot get replicationcontrollers in the namespace "default": User "system:serviceaccount:default:deployer" cannot get replicationcontrollers in project "default" |
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
| { | |
| "commment":"This config should for testing against a minishift using the syndesis-dev application templates.", | |
| "apiBase": "https://syndesis.10.0.0.136.nip.io", | |
| "apiEndpoint": "/api/v1", | |
| "mapperEndpoint": "/mapper/v1", | |
| "metricsPollingInterval": 5000, | |
| "consoleUrl": "https://10.0.0.136:8443/console", | |
| "project": "syndesis", | |
| "branding": { | |
| "logoWhiteBg": "assets/images/syndesis-logo-svg-white.svg", |