-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Took 1 hour 13 minutes
- Loading branch information
Showing
31 changed files
with
242 additions
and
302 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,28 @@ | ||
{ | ||
"overrides": [ | ||
{ | ||
"files": ["*.json"], | ||
"extends": [ | ||
"plugin:jsonc/recommended-with-jsonc" | ||
], | ||
"parser": "jsonc-eslint-parser", | ||
"parserOptions": { | ||
"jsonSyntax": "JSONC" | ||
} | ||
}, | ||
{ | ||
"files": ["*.jsonc"], | ||
"extends": [ | ||
"plugin:jsonc/recommended-with-jsonc" | ||
], | ||
"parser": "jsonc-eslint-parser", | ||
"parserOptions": { | ||
"jsonSyntax": "JSONC" | ||
} | ||
}, | ||
{ | ||
"files": ["*.json5"], | ||
"extends": [ | ||
"plugin:jsonc/recommended-with-json5" | ||
], | ||
"parser": "jsonc-eslint-parser", | ||
"parserOptions": { | ||
"jsonSyntax": "JSON5" | ||
} | ||
} | ||
] | ||
"overrides": [ | ||
{ | ||
"files": ["*.json"], | ||
"extends": ["plugin:jsonc/recommended-with-jsonc"], | ||
"parser": "jsonc-eslint-parser", | ||
"parserOptions": { | ||
"jsonSyntax": "JSONC" | ||
} | ||
}, | ||
{ | ||
"files": ["*.jsonc"], | ||
"extends": ["plugin:jsonc/recommended-with-jsonc"], | ||
"parser": "jsonc-eslint-parser", | ||
"parserOptions": { | ||
"jsonSyntax": "JSONC" | ||
} | ||
}, | ||
{ | ||
"files": ["*.json5"], | ||
"extends": ["plugin:jsonc/recommended-with-json5"], | ||
"parser": "jsonc-eslint-parser", | ||
"parserOptions": { | ||
"jsonSyntax": "JSON5" | ||
} | ||
} | ||
] | ||
} |
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,30 +1,30 @@ | ||
{ | ||
"name": "Default listing", | ||
"description": "Default registry listing", | ||
"url": "apis/Medsphere/open-vista_mu_api", | ||
"offset": 0, | ||
"totalCount": 1, | ||
"apis": [ | ||
{ | ||
"name": "OpenVista Common Data Set API", | ||
"description": "**Patient Data For Apps - OpenVista Release 2**\n\n© 2017 Medsphere Systems Corporation. All rights reserved.", | ||
"tags": [], | ||
"properties": [ | ||
{ | ||
"type": "Swagger", | ||
"url": "https://api.swaggerhub.com/apis/Medsphere/open-vista_mu_api/1.0.0" | ||
}, | ||
{ "type": "X-Version", "value": "1.0.0" }, | ||
{ "type": "X-Created", "value": "2017-08-23T12:35:33Z" }, | ||
{ "type": "X-Modified", "value": "2017-09-21T18:21:53Z" }, | ||
{ "type": "X-Published", "value": "true" }, | ||
{ "type": "X-Private", "value": "false" }, | ||
{ "type": "X-OASVersion", "value": "2.0" }, | ||
{ "type": "X-Notifications", "value": "false" }, | ||
{ "type": "X-CreatedBy", "value": "" }, | ||
{ "type": "X-SCMLastPush", "value": "" }, | ||
{ "type": "X-SCMLastPull", "value": "" } | ||
] | ||
} | ||
] | ||
} | ||
{ | ||
"name": "Default listing", | ||
"description": "Default registry listing", | ||
"url": "apis/Medsphere/open-vista_mu_api", | ||
"offset": 0, | ||
"totalCount": 1, | ||
"apis": [ | ||
{ | ||
"name": "OpenVista Common Data Set API", | ||
"description": "**Patient Data For Apps - OpenVista Release 2**\n\n© 2017 Medsphere Systems Corporation. All rights reserved.", | ||
"tags": [], | ||
"properties": [ | ||
{ | ||
"type": "Swagger", | ||
"url": "https://api.swaggerhub.com/apis/Medsphere/open-vista_mu_api/1.0.0" | ||
}, | ||
{ "type": "X-Version", "value": "1.0.0" }, | ||
{ "type": "X-Created", "value": "2017-08-23T12:35:33Z" }, | ||
{ "type": "X-Modified", "value": "2017-09-21T18:21:53Z" }, | ||
{ "type": "X-Published", "value": "true" }, | ||
{ "type": "X-Private", "value": "false" }, | ||
{ "type": "X-OASVersion", "value": "2.0" }, | ||
{ "type": "X-Notifications", "value": "false" }, | ||
{ "type": "X-CreatedBy", "value": "" }, | ||
{ "type": "X-SCMLastPush", "value": "" }, | ||
{ "type": "X-SCMLastPull", "value": "" } | ||
] | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
Empty file.
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,40 +1,67 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "^https://commonfund.nih.gov/bd2k" | ||
}, | ||
{ | ||
"pattern": "^https://www.flaticon.com/*" | ||
}, | ||
{ | ||
"pattern": "^https://journals.sagepub.com/*" | ||
}, | ||
{ | ||
"pattern": "^https://onlinelibrary.wiley.com/*" | ||
} | ||
], | ||
"replacementPatterns": [ | ||
{ | ||
"pattern": "^\_", | ||
"replacement": "_" | ||
}, | ||
{ | ||
"pattern": "^/", | ||
"replacement": "{{BASEURL}}/" | ||
} | ||
], | ||
"httpHeaders": [ | ||
{ | ||
"urls": ["https://example.com"], | ||
"headers": { | ||
"Authorization": "Basic Zm9vOmJhcg==", | ||
"Foo": "Bar" | ||
} | ||
} | ||
], | ||
"timeout": "20s", | ||
"retryOn429": true, | ||
"retryCount": 5, | ||
"fallbackRetryDelay": "30s", | ||
"aliveStatusCodes": [200, 206] | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "^https://commonfund.nih.gov/bd2k" | ||
}, | ||
{ | ||
"pattern": "^https://www.flaticon.com/*" | ||
}, | ||
{ | ||
"pattern": "^https://journals.sagepub.com/*" | ||
}, | ||
{ | ||
"pattern": "^https://onlinelibrary.wiley.com/*" | ||
}, | ||
{ | ||
"pattern": "^https://images.tango.us/*" | ||
}, | ||
{ | ||
"pattern": "^https://deepdao.io/*" | ||
}, | ||
{ | ||
"pattern": "https://en.wikipedia" | ||
}, | ||
{ | ||
"pattern": "^https://www.nejm.org/*" | ||
}, | ||
{ | ||
"pattern": "^https://dietarysupplementdatabase/*" | ||
}, | ||
{ | ||
"pattern": "^https://www.dsld.nlm.nih.gov/*" | ||
}, | ||
{ | ||
"pattern": "^https://www.qemedicaredata.org/*" | ||
}, | ||
{ | ||
"pattern": "^https://pages.stern.nyu.edu/*" | ||
}, | ||
{ | ||
"pattern": "^https://notion.so/*" | ||
} | ||
], | ||
"replacementPatterns": [ | ||
{ | ||
"pattern": "^_", | ||
"replacement": "_" | ||
}, | ||
{ | ||
"pattern": "^/", | ||
"replacement": "{{BASEURL}}/" | ||
} | ||
], | ||
"httpHeaders": [ | ||
{ | ||
"urls": ["https://example.com"], | ||
"headers": { | ||
"Authorization": "Basic Zm9vOmJhcg==", | ||
"Foo": "Bar" | ||
} | ||
} | ||
], | ||
"timeout": "20s", | ||
"retryOn429": true, | ||
"retryCount": 5, | ||
"fallbackRetryDelay": "30s", | ||
"aliveStatusCodes": [200, 206] | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"rules": [ | ||
{ | ||
"id": "@secretlint/secretlint-rule-preset-recommend" | ||
} | ||
] | ||
} | ||
"rules": [ | ||
{ | ||
"id": "@secretlint/secretlint-rule-preset-recommend" | ||
} | ||
] | ||
} |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"streetsidesoftware.code-spell-checker", | ||
"esbenp.prettier-vscode" | ||
] | ||
} | ||
} |
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.