Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashboard-core-plugins typescript conversion #693

Merged
merged 31 commits into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
88035d6
convert to ts
Zhou-Ziheng May 17, 2022
2ef053f
convert js to ts in styleguide
Zhou-Ziheng May 18, 2022
fd9ab19
added requested changes
Zhou-Ziheng May 26, 2022
6fa849c
finished fixing requested changes
Zhou-Ziheng May 27, 2022
2d02906
fixed merge conflicts
Zhou-Ziheng Jun 8, 2022
68ae4d4
fixed meerge errors
Zhou-Ziheng Jun 29, 2022
df7466b
Minor UX fixes to go to row
dsmmcken Jul 15, 2022
2e56756
self-review
dsmmcken Jul 15, 2022
4778da9
Merge remote-tracking branch 'origin/main'
Zhou-Ziheng Jul 21, 2022
d836ebd
WIP plugins conversion
Zhou-Ziheng Jul 21, 2022
f34ec25
Merge remote-tracking branch 'origin/main' into 579-plugins-ts
Zhou-Ziheng Jul 21, 2022
23d4334
WIP
Zhou-Ziheng Jul 27, 2022
0159ade
WIP
Zhou-Ziheng Jul 28, 2022
63bd1f5
wip
Zhou-Ziheng Jul 29, 2022
a1e3d0a
Merge remote-tracking branch 'origin/main' into 579-plugins-ts
Zhou-Ziheng Jul 29, 2022
a2d5c83
second last chunk
Zhou-Ziheng Jul 29, 2022
99be5d1
final chunk - errors
Zhou-Ziheng Jul 29, 2022
f2e3250
WIP
Zhou-Ziheng Aug 3, 2022
c7bb2b2
WIP
Zhou-Ziheng Aug 3, 2022
6e46614
wip
Zhou-Ziheng Aug 3, 2022
5e62263
chart
Zhou-Ziheng Aug 3, 2022
33b9895
final chunk plugins conversio
Zhou-Ziheng Aug 3, 2022
02e1cb1
fixed requested changes
Zhou-Ziheng Aug 8, 2022
c0b115d
Merge remote-tracking branch 'origin/main' into 579-plugins-ts
Zhou-Ziheng Aug 8, 2022
e0c51bf
fixed requested changes
Zhou-Ziheng Aug 9, 2022
dee6609
requested changes and test file conversion
Zhou-Ziheng Aug 15, 2022
3d131a0
asdf
Zhou-Ziheng Aug 17, 2022
f594ae8
unsaved file
Zhou-Ziheng Aug 17, 2022
ee248c3
fixed import errors
Zhou-Ziheng Aug 17, 2022
9a2554f
improved type sfor Linker
Zhou-Ziheng Aug 17, 2022
8deef88
final change?
Zhou-Ziheng Aug 17, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
90 changes: 75 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"react-redux": "^7.2.4",
"react-refresh": "^0.9.0",
"react-test-renderer": "^17.0.2",
"redux": "^4.0.5",
"redux": "^4.2.0",
"regenerator-runtime": "^0.13.9",
"rimraf": "^3.0.2",
"sass": "^1.39.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"@deephaven/jsapi-shim": "file:../jsapi-shim",
"@deephaven/jsapi-utils": "file:../jsapi-utils",
"@deephaven/log": "file:../log",
"@deephaven/redux": "file:../redux",
"@deephaven/utils": "file:../utils",
"@fortawesome/fontawesome-common-types": "^6.1.2",
"deep-equal": "^2.0.5",
"lodash.debounce": "^4.0.8",
"lodash.set": "^4.3.2",
Expand All @@ -48,7 +51,8 @@
},
"devDependencies": {
"@deephaven/mocks": "file:../mocks",
"@deephaven/tsconfig": "file:../tsconfig"
"@deephaven/tsconfig": "file:../tsconfig",
"@types/plotly.js": "^2.12.2"
},
"files": [
"dist"
Expand Down