Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d191a61
more types in CubeSymbols
KSDaemon Jul 18, 2025
2afbffe
change joins schema in Validator
KSDaemon Jul 18, 2025
8eb3b5a
specify type for accessPolicy
KSDaemon Jul 18, 2025
f9f4901
make prepareJoins() aware of arrays
KSDaemon Jul 18, 2025
5a2f978
make joins in CubeSymbols / CubeEvaluator as array instead of hashmap
KSDaemon Jul 18, 2025
537dbea
update JoinGraph to treat joins as array instead of hashmap
KSDaemon Jul 18, 2025
e07a740
fix CubePropContextTranspiler to convert joins hashmap into array
KSDaemon Jul 18, 2025
982e3b4
add @types/js-yaml
KSDaemon Jul 18, 2025
f8c423b
make YamlCompiler aware of joins as array
KSDaemon Jul 18, 2025
226f36a
fix/update snapshots for schema tests
KSDaemon Jul 18, 2025
61b2f7d
fix transform yaml joins
KSDaemon Jul 18, 2025
fdebd11
add schema tests for joins as array/object
KSDaemon Jul 21, 2025
b093d74
lint:fix
KSDaemon Jul 21, 2025
a001541
update snapshots
KSDaemon Jul 21, 2025
6c985ca
introduce alias in CubeValidator
KSDaemon Jul 21, 2025
9ca17c1
Move CubeDictionary to TS
KSDaemon Jul 21, 2025
f64c694
fix typos
KSDaemon Jul 21, 2025
fda07c2
Move ContextEvaluator to TS
KSDaemon Jul 21, 2025
6ab145c
Move CubeToMetaTransformer to TS
KSDaemon Jul 21, 2025
3fe1519
add CompilerInterface
KSDaemon Jul 21, 2025
48788fb
first version of CubeJoinsResolver
KSDaemon Jul 22, 2025
791c93f
more types in CubeSymbols
KSDaemon Jul 22, 2025
866dce1
extend CubePropContextTranspiler with cubeJoinsResolver
KSDaemon Jul 22, 2025
5d13b97
add LightweightJoinResolver for thread-based js transpilation + pass …
KSDaemon Jul 22, 2025
318ca38
pass cubeJoinsResolver to YamlCompiler
KSDaemon Jul 22, 2025
12998b0
inject CubeJoinsResolver into inheritance chain
KSDaemon Jul 23, 2025
9c29152
more types in Transpiler interfaces
KSDaemon Jul 23, 2025
8e7269a
remove unused import
KSDaemon Jul 23, 2025
d061eaa
move initialization to top in baseQuery
KSDaemon Jul 23, 2025
d72c777
remove unused
KSDaemon Jul 23, 2025
14597fd
more type annotations in baseQuery
KSDaemon Jul 23, 2025
2946554
Add joinAliases collection alongside with the joinHints
KSDaemon Jul 24, 2025
8a4eb9c
remove unused
KSDaemon Jul 25, 2025
aa7f2be
a few more types
KSDaemon Jul 25, 2025
ebb1409
remove unused props (from, to)
KSDaemon Jul 25, 2025
f157025
fix types for ramda composes
KSDaemon Jul 25, 2025
61cf852
Revert "remove unused props (from, to)"
KSDaemon Jul 25, 2025
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-schema-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@types/babel__traverse": "^7.20.5",
"@types/inflection": "^1.5.28",
"@types/jest": "^29",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/node-dijkstra": "^2.5.6",
"@types/ramda": "^0.27.34",
Expand Down
Loading
Loading