Commit e260d81
chore(client-core): Move client codebase to typescript (#9562)
* rename to ts
* Move to TS whole codebase
* Move to TS tests
* side fix :)
* fix tools settings
* temp comment out rollup for client-core
* update ts config and remove babel
* a few more type fixes
* versions sync
* return back rollup
* another try to fix rollup
* build fixes
* fix quotes
* fix ts config
* return back lint plugin
* delete removed rule
* fix lint errors
* fix lint error in BaseDriver
* fix linting in api-gateway
* fix linting in BaseQueueDriver
* fix linting in QueryTestAbstract
* more fixes
* more type fixes
* Fix more types
* fix load()
* fix vue clients
* fix getNormalizedPivotConfig()
* trying to fix dev docker img
* exclude index.umd.js from coverage
* trying to fix dev docker img
* revert all docker changes in docker file
* fix client builds
* entry point fixes
* fix quotes
* module fix
* updated uuid
* trying to fix jest tests + client core build
* remove module
* unit tests
* fix coverage
* fix entry point
* ws fix
* resolve fix
* cleanup
* fix yarn.lock
* some configs polishment
* fix after rebasing
* improve ts config for jest
* more tests for resultset
* fix test for cubeApi
* few more tests
---------
Co-authored-by: Alex Vasilev <[email protected]>1 parent 21ba79d commit e260d81
File tree
58 files changed
+4941
-3532
lines changed- packages
- cubejs-api-gateway/test/helpers
- cubejs-base-driver/src
- cubejs-client-core
- src
- tests
- test
- fixtures/datablending
- cubejs-client-ngx/src
- query-builder
- cubejs-client-vue3/src
- cubejs-client-vue/src
- cubejs-client-ws-transport
- cubejs-linter
- cubejs-query-orchestrator/src/orchestrator
- cubejs-schema-compiler
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+4941
-3532
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| 46 | + | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments