-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
226adb0
commit 928520c
Showing
27 changed files
with
441 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.DS_Store | ||
dist | ||
out | ||
**/node_modules | ||
bin/** | ||
|
Oops, something went wrong.