Skip to content

Commit

Permalink
Merge branch 'master' into feature/merge-code
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Dec 11, 2018
2 parents 0fe322e + 459cbe4 commit 7427d16
Show file tree
Hide file tree
Showing 100 changed files with 47,908 additions and 44,837 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"dependencies": {
"@elastic/datemath": "5.0.1",
"@elastic/eui": "5.3.0",
"@elastic/eui": "5.6.0",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "8.1.1-kibana2",
"@elastic/numeral": "2.3.2",
Expand Down Expand Up @@ -205,7 +205,7 @@
"regression": "2.0.0",
"request": "^2.88.0",
"reselect": "^3.0.1",
"resize-observer-polyfill": "1.2.1",
"resize-observer-polyfill": "^1.5.0",
"rimraf": "2.4.3",
"rison-node": "1.0.0",
"rxjs": "^6.2.1",
Expand All @@ -216,7 +216,7 @@
"style-loader": "0.23.1",
"tar": "2.2.0",
"tinygradient": "0.3.0",
"tinymath": "1.1.0",
"tinymath": "1.1.1",
"topojson-client": "3.0.0",
"trunc-html": "1.0.2",
"trunc-text": "1.0.2",
Expand Down
3 changes: 3 additions & 0 deletions packages/kbn-interpreter/src/public/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ export async function createSocket(basePath) {

socket.on('connect', () => {
resolve();
socket.off('connectionFailed', errorHandler);
socket.off('connect_error', errorHandler);
socket.off('connect_timeout', errorHandler);
});

function errorHandler(err) {
Expand Down
2 changes: 2 additions & 0 deletions packages/kbn-interpreter/src/server/plugin_paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ export const pluginPaths = {
modelUIs: ['uis', 'models'],
viewUIs: ['uis', 'views'],
argumentUIs: ['uis', 'arguments'],
templates: ['templates'],
tagUIs: ['uis', 'tags'],
};
Loading

0 comments on commit 7427d16

Please sign in to comment.