@cubejs-backend/server-core 0.28.43 → 0.28.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.28.47](https://github.com/cube-js/cube.js/compare/v0.28.46...v0.28.47) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * ksql support ([#3507](https://github.com/cube-js/cube.js/issues/3507)) ([b7128d4](https://github.com/cube-js/cube.js/commit/b7128d43d2aaffdd7273555779176b3efe4e2aa6))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.28.46](https://github.com/cube-js/cube.js/compare/v0.28.45...v0.28.46) (2021-10-20)
18
+
19
+ **Note:** Version bump only for package @cubejs-backend/server-core
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.28.45](https://github.com/cube-js/cube.js/compare/v0.28.44...v0.28.45) (2021-10-19)
26
+
27
+ **Note:** Version bump only for package @cubejs-backend/server-core
28
+
29
+
30
+
31
+
32
+
33
+ ## [0.28.44](https://github.com/cube-js/cube.js/compare/v0.28.43...v0.28.44) (2021-10-18)
34
+
35
+ **Note:** Version bump only for package @cubejs-backend/server-core
36
+
37
+
38
+
39
+
40
+
6
41
  ## [0.28.43](https://github.com/cube-js/cube.js/compare/v0.28.42...v0.28.43) (2021-10-17)
7
42
 
8
43
  **Note:** Version bump only for package @cubejs-backend/server-core
@@ -19,6 +19,7 @@ declare const _exports: {
19
19
  dremio: string;
20
20
  druid: string;
21
21
  cubestore: string;
22
+ ksql: string;
22
23
  'databricks-jdbc': string;
23
24
  };
24
25
  export = _exports;
@@ -20,6 +20,7 @@ module.exports = {
20
20
  dremio: '@cubejs-backend/dremio-driver',
21
21
  druid: '@cubejs-backend/druid-driver',
22
22
  cubestore: '@cubejs-backend/cubestore-driver',
23
+ ksql: '@cubejs-backend/ksql-driver',
23
24
  // List for JDBC drivers
24
25
  'databricks-jdbc': '@cubejs-backend/databricks-jdbc-driver',
25
26
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DriverDependencies.js","sourceRoot":"","sources":["../../../src/core/DriverDependencies.js"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,QAAQ,EAAE,iCAAiC;IAC3C,KAAK,EAAE,8BAA8B;IACrC,qBAAqB,EAAE,gDAAgD;IACvE,KAAK,EAAE,8BAA8B;IACrC,MAAM,EAAE,+BAA+B;IACvC,IAAI,EAAE,6BAA6B;IACnC,OAAO,EAAE,gCAAgC;IACzC,QAAQ,EAAE,iCAAiC;IAC3C,QAAQ,EAAE,iCAAiC;IAC3C,UAAU,EAAE,mCAAmC;IAC/C,IAAI,EAAE,6BAA6B;IACnC,SAAS,EAAE,kCAAkC;IAC7C,QAAQ,EAAE,iCAAiC;IAC3C,MAAM,EAAE,+BAA+B;IACvC,MAAM,EAAE,+BAA+B;IACvC,gBAAgB,EAAE,sCAAsC;IACxD,aAAa,EAAE,sCAAsC;IACrD,MAAM,EAAE,+BAA+B;IACvC,KAAK,EAAE,8BAA8B;IACrC,SAAS,EAAE,kCAAkC;IAC7C,wBAAwB;IACxB,iBAAiB,EAAE,wCAAwC;CAC5D,CAAC"}
1
+ {"version":3,"file":"DriverDependencies.js","sourceRoot":"","sources":["../../../src/core/DriverDependencies.js"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,QAAQ,EAAE,iCAAiC;IAC3C,KAAK,EAAE,8BAA8B;IACrC,qBAAqB,EAAE,gDAAgD;IACvE,KAAK,EAAE,8BAA8B;IACrC,MAAM,EAAE,+BAA+B;IACvC,IAAI,EAAE,6BAA6B;IACnC,OAAO,EAAE,gCAAgC;IACzC,QAAQ,EAAE,iCAAiC;IAC3C,QAAQ,EAAE,iCAAiC;IAC3C,UAAU,EAAE,mCAAmC;IAC/C,IAAI,EAAE,6BAA6B;IACnC,SAAS,EAAE,kCAAkC;IAC7C,QAAQ,EAAE,iCAAiC;IAC3C,MAAM,EAAE,+BAA+B;IACvC,MAAM,EAAE,+BAA+B;IACvC,gBAAgB,EAAE,sCAAsC;IACxD,aAAa,EAAE,sCAAsC;IACrD,MAAM,EAAE,+BAA+B;IACvC,KAAK,EAAE,8BAA8B;IACrC,SAAS,EAAE,kCAAkC;IAC7C,IAAI,EAAE,6BAA6B;IACnC,wBAAwB;IACxB,iBAAiB,EAAE,wCAAwC;CAC5D,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/server-core",
3
3
  "description": "Cube.js base component to wire all backend components together",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.28.43",
5
+ "version": "0.28.47",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.js.git",
@@ -30,11 +30,11 @@
30
30
  "unit": "jest --runInBand --coverage dist/test"
31
31
  },
32
32
  "dependencies": {
33
- "@cubejs-backend/api-gateway": "^0.28.43",
33
+ "@cubejs-backend/api-gateway": "^0.28.46",
34
34
  "@cubejs-backend/cloud": "^0.28.42",
35
35
  "@cubejs-backend/dotenv": "^9.0.2",
36
- "@cubejs-backend/query-orchestrator": "^0.28.42",
37
- "@cubejs-backend/schema-compiler": "^0.28.42",
36
+ "@cubejs-backend/query-orchestrator": "^0.28.47",
37
+ "@cubejs-backend/schema-compiler": "^0.28.47",
38
38
  "@cubejs-backend/shared": "^0.28.42",
39
39
  "@cubejs-backend/templates": "^0.28.42",
40
40
  "@hapi/joi": "^15.1.1",
@@ -55,9 +55,9 @@
55
55
  "ws": "^7.5.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@cubejs-backend/cubestore-driver": "^0.28.42",
58
+ "@cubejs-backend/cubestore-driver": "^0.28.47",
59
59
  "@cubejs-backend/linter": "^0.28.22",
60
- "@cubejs-client/playground": "^0.28.42",
60
+ "@cubejs-client/playground": "^0.28.47",
61
61
  "@types/cross-spawn": "^6.0.2",
62
62
  "@types/express": "^4.17.9",
63
63
  "@types/fs-extra": "^9.0.8",
@@ -90,5 +90,5 @@
90
90
  ".*\\.d\\.ts"
91
91
  ]
92
92
  },
93
- "gitHead": "6ff124f934e5b82b231bca7dce8336ecd3a53ac4"
93
+ "gitHead": "9cef7192a7e6aa23f7c6012ec8dd077c4df937b2"
94
94
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "files": {
3
- "main.js": "./static/js/main.a91d8f58.chunk.js",
3
+ "main.js": "./static/js/main.06b848bc.chunk.js",
4
4
  "runtime-main.js": "./static/js/runtime-main.d32a4df8.js",
5
5
  "static/css/2.0cbd68b6.chunk.css": "./static/css/2.0cbd68b6.chunk.css",
6
- "static/js/2.48aaed21.chunk.js": "./static/js/2.48aaed21.chunk.js",
6
+ "static/js/2.9c17dc12.chunk.js": "./static/js/2.9c17dc12.chunk.js",
7
7
  "index.html": "./index.html",
8
8
  "static/css/2.0cbd68b6.chunk.css.map": "./static/css/2.0cbd68b6.chunk.css.map",
9
- "static/js/2.48aaed21.chunk.js.LICENSE.txt": "./static/js/2.48aaed21.chunk.js.LICENSE.txt",
9
+ "static/js/2.9c17dc12.chunk.js.LICENSE.txt": "./static/js/2.9c17dc12.chunk.js.LICENSE.txt",
10
10
  "static/media/athena.3d08e54a.svg": "./static/media/athena.3d08e54a.svg",
11
11
  "static/media/bigquery.47cbd6db.svg": "./static/media/bigquery.47cbd6db.svg",
12
12
  "static/media/clickhouse.15d7a0f1.svg": "./static/media/clickhouse.15d7a0f1.svg",
@@ -24,7 +24,7 @@
24
24
  "entrypoints": [
25
25
  "static/js/runtime-main.d32a4df8.js",
26
26
  "static/css/2.0cbd68b6.chunk.css",
27
- "static/js/2.48aaed21.chunk.js",
28
- "static/js/main.a91d8f58.chunk.js"
27
+ "static/js/2.9c17dc12.chunk.js",
28
+ "static/js/main.06b848bc.chunk.js"
29
29
  ]
30
30
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"><link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16"><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"><link rel="stylesheet" href="./antd.min.css"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><style>#playground-root{height:100%}</style><title>Cube.js Playground</title><link href="./static/css/2.0cbd68b6.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="playground-root"></div><script>!function(){var e=window.analytics=window.analytics||[];if(!e.initialize)if(e.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{e.invoked=!0,e.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"],e.factory=function(t){return function(){var n=Array.prototype.slice.call(arguments);return n.unshift(t),e.push(n),e}};for(var t=0;t<e.methods.length;t++){var n=e.methods[t];e[n]=e.factory(n)}e.load=function(t,n){var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(a,o),e._loadOptions=n},e.SNIPPET_VERSION="4.1.0",e.load("dSR8JiNYIGKyQHKid9OaLYugXLao18hA"),e.page()}}()</script><script>!function(e){function r(r){for(var n,l,i=r[0],a=r[1],c=r[2],f=0,s=[];f<i.length;f++)l=i[f],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,c||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var a=t[i];0!==o[a]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var i=this["webpackJsonp@cubejs-client/playground"]=this["webpackJsonp@cubejs-client/playground"]||[],a=i.push.bind(i);i.push=r,i=i.slice();for(var c=0;c<i.length;c++)r(i[c]);var p=a;t()}([])</script><script src="./static/js/2.48aaed21.chunk.js"></script><script src="./static/js/main.a91d8f58.chunk.js"></script></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"><link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16"><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"><link rel="stylesheet" href="./antd.min.css"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><style>#playground-root{height:100%}</style><title>Cube.js Playground</title><link href="./static/css/2.0cbd68b6.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="playground-root"></div><script>!function(){var e=window.analytics=window.analytics||[];if(!e.initialize)if(e.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{e.invoked=!0,e.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"],e.factory=function(t){return function(){var n=Array.prototype.slice.call(arguments);return n.unshift(t),e.push(n),e}};for(var t=0;t<e.methods.length;t++){var n=e.methods[t];e[n]=e.factory(n)}e.load=function(t,n){var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(a,o),e._loadOptions=n},e.SNIPPET_VERSION="4.1.0",e.load("dSR8JiNYIGKyQHKid9OaLYugXLao18hA"),e.page()}}()</script><script>!function(e){function r(r){for(var n,l,i=r[0],a=r[1],c=r[2],f=0,s=[];f<i.length;f++)l=i[f],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,c||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var a=t[i];0!==o[a]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var i=this["webpackJsonp@cubejs-client/playground"]=this["webpackJsonp@cubejs-client/playground"]||[],a=i.push.bind(i);i.push=r,i=i.slice();for(var c=0;c<i.length;c++)r(i[c]);var p=a;t()}([])</script><script src="./static/js/2.9c17dc12.chunk.js"></script><script src="./static/js/main.06b848bc.chunk.js"></script></body></html>