Laurent Nguyen
1bf4683894
Make Data Explorer work on node v18 ( #1654 )
...
* Upgrade packages to enable npm i with node 18
* Fix crypto and querystring issue
* Fix webpack errors during npm start
* Upgrade monaco editor. Fix alias in webconfig
* Remove deprecated file-loader. Upgrade webpack to latest.
* Fix format
* Upgrade webpack, eslint and typescript
* Update p-retry and fluentui packages
* Revert monaco package upgrade
* Fix notebook compile errors
* Fix lint errors
* Update jest snapshots
* Fix unit tests
* Update node version to 18
* Fix compile error
* Fix compile error
* Fix format
* Turn off warning overlay for webpack devServer
* Fix format
* Re-add monaco webpack plugin and upgrade monaco-editor
* Update package-lock.json
* Fix build issue
* Move MonacoWebpackPlugin to previous place in webpack.config.js
* update package-lock.json
* Fix package-lock.json
* Update package-lock.json
* Fix export ChoiceItem not found warning for self serve. Remove warning turn off in webpack config.
* Update checkout and setup actions in for ci tests
* Disable Gallery callout
* Fix disable gallery header
* Totally disable New gallery callout
* Upgrade all github actions to latest
2023-12-13 10:24:40 -08:00
Laurent Nguyen
90c1439d34
Update prettier to latest. Remove tslint ( #1641 )
...
* Rev up prettier
* Reformat
* Remove deprecated tslint
* Remove call to tslint and update package-lock.json
2023-10-03 17:13:24 +02:00
Steve Faulkner
4be53284b5
Prettier 2.0 ( #393 )
2021-01-20 09:15:01 -06:00
Laurent Nguyen
7dd046a15d
Fix notebook kernel selection and auto-kernel-start ( #254 )
...
* Fix bug: cannot select kernel. Properly plug-in kernelspecs middleware to redux store configuration
* Properly auto-launch kernel with nteract's epic
* Keep kernel lazy start for notebook viewer
* Add unit tets
2020-10-07 08:39:04 +02:00
Laurent Nguyen
0ad5fb465b
Switch notebook editors to monaco ( #239 )
...
* Upgrade nteract packages and related dependencies to make new stateful-component work
* Switch to new monacoEditor
* Configure store using nteract mythic configuration
* Replace CodeMirror with Monaco editor in NotebookReadOnlyRenderer
* Reformat
* Upgrade d3 to latest to resolve d3-selection conflicts with nteract/data-explorer that broke D3ForceGraph
* Upgrade jupyterlab terminal widget to work with latest version of react. Upgrade jupyterlab services to include latest fix for websocket auth
* Update jest test snapshots
* Upgrade packages to fix build issues
* Remove comment
* Fix unit tests
* Fix unit test snapshot
* Remove useless @types/node-fetch
2020-10-01 14:00:46 +02:00
Laurent Nguyen
92073a5646
Start kernel when opening notebook tab ( #168 )
...
* Add Auto-start kernel epic
* Replace deprecated rxjs empty() with EMPTY constant
* Fix format
2020-08-28 09:51:44 +02:00
Steve Faulkner
36581fb6d9
Initial Move from Azure DevOps to GitHub
2020-05-25 21:30:55 -05:00