-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated tedious to latest version incorporate changes to index.js based on code in #28 * incorporate changes to metrics.js based on code in #28 * added mssql product version * moved source files to src/ * Moved metric documentation into its own file (updated README) Updated README with list of metrics * updated test and removed duplicate code (by mistake) * update documentation (FAQ) added package-lock.json for deterministic builds added .npmrc so that builds work regardless of environment switch npm install to npm ci (faster and ensures that package-lock.json is present updated version of express (3 high risks indicated by npm audit) * Made e2e test less dependent on mssql version * improved metrics logs * Removed unecessary file Co-authored-by: Pierre Awaragi <pierre.awaragi@cgi.com>
- Loading branch information
Showing
12 changed files
with
9,974 additions
and
119 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,5 @@ node_modules | |
.idea | ||
.vscode | ||
.env | ||
package-lock.json | ||
yarn.lock | ||
yarn-error.log |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
registry=https://registry.npmjs.org |
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
Oops, something went wrong.