sarif-vscode-extension/.vscode
Jeff King 16492952aa
Github Code Scanning Integration (#458)
* GIthub code-scanning integration PoC.

* Refresh results on branch change.

* Update/fix tasks.json for webpack.

* Add StatusBarItem.

* Add panel banner. Add GitHub zeroData.

* Bump to 3.1.2 for prerel.

* Fix: Updater: GitHub API drift.

* Relax remote.origin.url regex.

* Enable push monitoring and results polling.

* Increase poller timeout.

* Update comments.

* Add banner error messages.

* Fix: update package chokidar.

* Show banner even for zero data.

* Fix origin.url '.git' suffix handling.

* Refactor getInitializedGitApi.

* Support setBanner when panel not loaded yet.

* Fix getInitializedGitApi.

* Anti-drift. Temp remove Poller.

* Cleanup comments.

* GitIgnore: Add 'ignore' folder.

* Cleanup store.branch.

* Don't refetch analysis unless the id changes.

* Refactor sarifStatusBarItem.

* Add `resultsFixed` to both stores.

* Normalize `scannedFile` ret value.

* Fix.

* Comment.

* Fix: originalRange needs to be based on originalDoc (not currentDoc).

* Refactor `driftedRegionToSelection`. Replace `regionToSelection`.

* Bump follow-redirects from 1.11.0 to 1.14.8 (#421)

* Bump nanoid from 3.1.25 to 3.3.1 (#424)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.1.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.3.1)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump node-fetch from 2.6.1 to 2.6.7 (#425)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff King <jeffking@gmail.com>

* Migrate deprecated`node-sass` to supported `sass`. (#426)

* Create eslint-analysis.yml (#423)

* Create eslint-analysis.yml

Update eslint-analysis.yml

Fixing errors

* ESLint: indent SwitchCase=1.

* addressing PR feedback

* Renaming action

* renaming name

Co-authored-by: Jeff King <jeffking@gmail.com>

* Fix "Insiders" auto-update mechanism, update CODEOWNERS, Git Ignore. (#428)

* Bump minimist from 1.2.5 to 1.2.6 (#430)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.3 to 2.6.4 (#433)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Relax $schema contraints, refactor. (#436)

* Analysis Steps improvements and other improvements. (#445)

* Add development guide (#450)

* Add development guide.

* Rewording per PR feedback.

* Merge README.develop with the CONTRIBUTING.md.

* Whitespace consistency.

* Cleanup names and titles.

* Microsoft mandatory file (#451)

Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>

* Disable HTML in Markdown. (#453)

* Block inline scripts. (#454)

* Tighten typing. (#455)

* Bump terser from 5.9.0 to 5.14.2 (#449)

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff King <jeffking@gmail.com>

* Fix table rendering in VS Code marketplace README (#456)

* Bump to 3.3.

* Workaround meta attribute quoting escape.

* Refine banner messages.

* Add refresh results button.

* Add quick fix for mark as fixed.

* Implement SARIF fixes.

* Revert translateLocalToArtifact workspaceUri stripping.

* Prepend workspaceUri even if no uriBase.

* Banner message distinguish between updated and unchanged.

* Table: remember expand/collapse state on refresh.

* Retire ghas zero data message.

* Fix decorations filtering.

* Custom format for github/alertUrl.

* Handle when analysesResponse is a message.

* Add output channel for debug info.

* Revert debug code.

* Update diagnostics on text change.

* Hoist output channel.

* Output channel: add diagnostic updates.

* Diagnostics: bypass "output:" schemes.

* Retire implicitBase calculation.

* Don't filter out fixed results in panel.

* Line through fixed results in panel.

* Ability to clear/reset fixed results.

* Comments.

* Catch and display top-level errors.

* Cleanup return paths.

* Try catch error logging for fetchAnalysis.

* Comment typo.

* Add connectToGithubCodeScanning setting.

* Add activationEvents: workspaceContains.

* Remove antiDriftToggle.

* Rename antiDrift.

* Spelling.

* Readability.

* Remove temporarily not in use Poller and Timer.

* Spelling.

* Semicolon.

* Fix merge errors.

* Fix merge errors (remaining).

* Network error banner message.

* Content-Security-Policy add img-src data:.

* More output for updateDiags.

* Debug output for bumpPrerelase.

* Prerelease: increase fetch-depth.

* Revert "Prerelease: increase fetch-depth."

This reverts commit 71fbe2a9f4.

* Temp: Hardcode pre-release version.

* Debug pre-release action 1.

* Try ubuntu for prerelease action.

* Revert "Temp: Hardcode pre-release version."

This reverts commit 3d9aa2e107.

* Temp: Hardcode pre-release version in custom action.

* Revert "Temp: Hardcode pre-release version in custom action."

This reverts commit a84ff5a9d5.

* Revert "Debug pre-release action 1."

This reverts commit 062ce7099a.

* Fix: Inconsistent uri.toString(encoding) causing string comparison failures.

* Debut output for workspaceUri.

* Add telemetry for GitHub code scanning.

* Revert "More output for updateDiags."

This reverts commit 5977f20935.

* Revert "Debut output for workspaceUri."

This reverts commit e71b4e70b3.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eddy Nakamura <eddynaka@gmail.com>
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2022-09-22 15:54:51 -07:00
..
launch.json Integrate new UI (Continued) (#282) 2020-06-26 12:43:47 -07:00
settings.json Integrate new UI (Continued) (#282) 2020-06-26 12:43:47 -07:00
tasks.json Github Code Scanning Integration (#458) 2022-09-22 15:54:51 -07:00