Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4475d76
feat(cubejs-client/playground): new query builder
tenphi Aug 29, 2024
a2f8969
fix react ts errors
vasilev-alex Aug 30, 2024
82cd144
fix(cubejs-client/playground): typings
tenphi Aug 30, 2024
3c1748c
fix(cubejs-client/playground): e2e tests
tenphi Aug 30, 2024
2241372
fix(cubejs-client/playground): e2e tests * 2
tenphi Aug 30, 2024
e61415e
fix(cubejs-client/playground): e2e tests * 3
tenphi Aug 30, 2024
0c28c69
fix(cubejs-client/playground): e2e tests * 4
tenphi Sep 3, 2024
9e4fee6
fix(cubejs-client/playground): e2e tests * 5
tenphi Sep 3, 2024
ed7384a
fix(cubejs-client/playground): e2e tests * 6
tenphi Sep 3, 2024
446b7c6
fix(cubejs-client/playground): e2e tests * 7
tenphi Sep 3, 2024
83ce76a
fix(cubejs-client/playground): e2e tests * 8
tenphi Sep 3, 2024
5a17f37
fix(cubejs-client/playground): e2e tests * 9
tenphi Sep 3, 2024
ea2bc1c
fix(cubejs-client/playground): e2e tests * 10
tenphi Sep 4, 2024
1d7c18d
fix(cubejs-client/playground): e2e tests * 11
tenphi Sep 4, 2024
5418980
fix(cubejs-client/playground): e2e tests * 12
tenphi Sep 4, 2024
98902bd
fix(cubejs-client/playground): e2e tests * 13
tenphi Sep 5, 2024
58b88a2
fix(cubejs-client/playground): e2e tests * 14
tenphi Sep 5, 2024
9de7d1c
fix(cubejs-client/playground): e2e tests * 15
tenphi Sep 6, 2024
c50b25f
fix(cubejs-client/playground): graphql raw response
tenphi Sep 6, 2024
7df70d2
fix(cubejs-client/playground): graphql raw response * 2
tenphi Sep 6, 2024
3167117
Merge remote-tracking branch 'origin' into new-query-builder
tenphi Sep 6, 2024
b66d1b7
feat(cubejs-playground): add chart prototyping
tenphi Sep 6, 2024
e74ca82
feat(cubejs-playground): add chart prototyping * 2
tenphi Sep 11, 2024
b7d6735
feat(cubejs-playground): update query builder
tenphi Sep 11, 2024
9549e76
fix(cubejs-playground): update build command
tenphi Sep 12, 2024
3ca55d2
Merge remote-tracking branch 'origin' into new-chart-prototyping
tenphi Sep 12, 2024
6c13052
fix(cubejs-playground): update build command and vizard version
tenphi Sep 12, 2024
71c174c
Merge remote-tracking branch 'origin' into new-chart-prototyping
tenphi Sep 12, 2024
790277d
fix(cubejs-playground): update build command
tenphi Sep 12, 2024
6dfca28
fix(cubejs-playground): update build command
tenphi Sep 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/cubejs-playground/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# production
/build
/dist
/public/vizard

# misc
.DS_Store
Expand Down
40 changes: 22 additions & 18 deletions packages/cubejs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"unit": "vitest run",
"dev": "vite",
"watch": "tsc --noEmit false --watch",
"build": "tsc && yarn build:playground && yarn build:lib",
"build:lib": "tsc --noEmit false && node postbuild.js && cp -R src/img/ lib/img/",
"build:vizard": "cd ./vizard && yarn && yarn build && cp -R ./build ../public/vizard",
"build": "tsc && yarn build:vizard && yarn build:playground && yarn build:lib",
"build:playground": "SKIP_PREFLIGHT_CHECK=true vite build && rm -Rf ../cubejs-server-core/playground/** && cp -R build/ ../cubejs-server-core/playground/"
},
"browserslist": [
Expand All @@ -29,12 +30,14 @@
"homepage": ".",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.11.4",
"@graphiql/toolkit": "^0.4.3",
"anser": "^2.1.1",
"camel-case": "^4.1.2",
"codesandbox-import-utils": "^2.1.1",
"cron-validator": "^1.2.1",
"customize-cra": "^1.0.0",
"date-fns": "^2.16.1",
"fast-deep-equal": "^3.1.3",
"flexsearch": "^0.7.21",
"graphiql": "^1.8.6",
Expand All @@ -53,24 +56,25 @@
"react-is": "^16.8.4",
"react-responsive": "^8.0.1",
"react-router-dom": "^5.1.2",
"recharts": "^2.12.7",
"sql-formatter": "^3.1.0",
"throttle-debounce": "^3.0.1",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"vite-plugin-environment": "^1.1.3"
},
"devDependencies": {
"@ant-design/compatible": "^1.0.2",
"@ant-design/icons": "^4.7.0",
"@cube-dev/ui-kit": "0.31.2",
"@ant-design/compatible": "^1.0.1",
"@ant-design/icons": "^5.3.5",
"@cube-dev/ui-kit": "0.37.3",
"@cubejs-client/core": "^0.35.23",
"@cubejs-client/react": "^0.35.48",
"@types/flexsearch": "^0.7.3",
"@types/node": "^16",
"@types/react": "^17.0.3",
"@types/react": "^18.3.4",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.2",
"@types/react-router": "^5.1.12",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.9",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react": "^2.1.0",
"antd": "4.16.13",
Expand All @@ -81,25 +85,25 @@
"graphql": "^15.8.0",
"jsdom": "^24.0.0",
"prismjs": "^1.25.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recursive-readdir": "^2.2.2",
"styled-components": "5.2.0",
"styled-components": "6.1.12",
"tslib": "^2.3.0",
"typescript": "~5.2.2",
"vite": "^4.5.0",
"vite": "^5.4.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
"@ant-design/icons": ">=4.7.0",
"@cube-dev/ui-kit": ">=0.30.0",
"@cube-dev/ui-kit": ">=0.37.2",
"@cubejs-client/core": ">=0.30.0",
"@cubejs-client/react": ">=0.30.0",
"antd": ">=4.16.13",
"graphql": ">=15.8.0",
"prismjs": ">=1.25.0",
"react": ">=17.0.1",
"react-dom": ">=17.0.1",
"styled-components": ">=5.2.0"
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"styled-components": ">=6.0.0"
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading