* Use deno instead of Julia
* deno version
* Install deno kernel
* Fixes
* Log path to deno kernel
* Remove unwanted files
* No need of postinstall for smoke tests
* Fix tests
* esbuild for all bundles
* Remove console.error and define jQuery on top in
data-explorer.
* Update build and webview directories
* Remove compile-viewers-watch task and update
compile and compile-dev tasks
* Update compile-release task to use esbuild instead
of webpack
* Update package.json and launchWebUtils.js for
better logging and testing
* oops
* Add npm tasks for updating package.json entry
points and fix package.json entry points for
production build
* Add preprePublishBundle and preprePublishNonBundle
scripts
* oops
* Fix build task command in CONTRIBUTING.md and
update package.json paths.
* Updates
* wip
* Update user authentication logic to use bcrypt
hashing algorithm.
* Fix issue with ZeroMQ context blocking process
exit
* No updates to package.json
* Update tasks.json and package.json, remove
updatePackageJsonEntry.js and modify
extension.node.proxy.ts and standardTest.node.ts
* Update TypeScript configuration for faster
compilation
* Update tsconfig for faster compilation using
jsonc-parser
* Update tsconfig for faster compilation by skipping
lib check
* Skip web bundle compilation if cache hit
* Optimize TypeScript compilation for faster builds
and fix cache condition in build-test.yml
* esbuild for web bundle
* Update TypeScript configuration for faster
compilation
* Update tsconfig for faster compilation using
jsonc-parser
* Update tsconfig for faster compilation by skipping
lib check
* Skip web bundle compilation if cache hit
* Optimize TypeScript compilation for faster builds
and fix cache condition in build-test.yml
* Remove console.log statements and simplify file
copy logic in webpack config
* Update build configuration and remove unnecessary
webpack file
* Update TypeScript configuration for faster
compilation
* Update tsconfig for faster compilation using
jsonc-parser
* Update tsconfig for faster compilation by skipping
lib check
* Skip web bundle compilation if cache hit
* Optimize TypeScript compilation for faster builds
and fix cache condition in build-test.yml
* Remove console.log statements and simplify file
copy logic in webpack config
* Revert "Update version of node inline with pipelines (#14410)"
This reverts commit 6e034ab351.
* Revert "Use esbuild for just one test script (#14411)"
This reverts commit cb8910fcc7.
* Revert "Remove unwanted files (#14416)"
This reverts commit bb016dfbcd.
* Revert "Updates to npm packages to address npm audi issues (#14418)"
This reverts commit 93e7789d81.
* Wip
* Updates
* More mandatory tests
* More tests
* More tests
* Revert
* Support for certs
* oops
* misc changes
* support for https
* Misc
* Fixes to extraction of Url from jupyter CLI output
* Further fixes
* Revert