github / vscode-codeql Public
main
Commits on Mar 31, 2022
-
Merge pull request #1265 from github/aeisenberg/pat-instructions-update
Move vscode marketplace pat isntructions to internal docs
-
Merge pull request #1249 from github/dependabot/npm_and_yarn/extensio…
…ns/ql-vscode/ts-node-10.7.0 Bump ts-node from 8.10.2 to 10.7.0 in /extensions/ql-vscode
-
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
-
Bump ts-node from 8.10.2 to 10.7.0 in /extensions/ql-vscode
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 10.7.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v8.10.2...v10.7.0) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
Merge pull request #1260 from github/aeisenberg/source-map-support
Add source map support and clean test dependencies
-
-
Print end-of-query summary logs to Query Server Console (#1264)
* Log new end summary file to query server console * Change supported CLI version to 2.9.0
-
Variant analysis: Remove handling of invalid repos
This is now done automatically on the API side
Commits on Mar 30, 2022
-
Add source map support and clean test dependencies
1. Source map support means that stack traces will point to the *.ts file instead of the generated *.js file 2. Cleaning test dependencies means moving all mocha and chai registration into the respective index files and removing unnecessary imports.
-
Merge pull request #1261 from github/aeisenberg/dependabot-changes
Run dependabot updates weekly
-
Change missing code snippet handling in UI
Also, simplify sarif tests.
-
Merge branch 'aeisenberg/analysis-results-on-restart' into aeisenberg…
…/codeSnippet-handling
-
Merge pull request #1257 from github/dependabot/npm_and_yarn/extensio…
…ns/ql-vscode/sinon-13.0.1 Bump sinon from 9.0.2 to 13.0.1 in /extensions/ql-vscode
-
Merge pull request #1258 from github/dependabot/npm_and_yarn/extensio…
…ns/ql-vscode/gulp-sourcemaps-3.0.0 Bump gulp-sourcemaps from 2.6.5 to 3.0.0 in /extensions/ql-vscode
-
Merge pull request #1246 from github/aeisenberg/repo-filter
Add repositories search box
-
-
Bump gulp-sourcemaps from 2.6.5 to 3.0.0 in /extensions/ql-vscode
Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) from 2.6.5 to 3.0.0. - [Release notes](https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases) - [Commits](gulp-sourcemaps/gulp-sourcemaps@v2.6.5...v3.0.0) --- updated-dependencies: - dependency-name: gulp-sourcemaps dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
Bump sinon from 9.0.2 to 13.0.1 in /extensions/ql-vscode
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.0.2 to 13.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v9.0.2...v13.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
Commits on Mar 29, 2022
-
Merge branch 'aeisenberg/analysis-results-on-restart' into aeisenberg…
…/codeSnippet-handling
-
-
Merge pull request #1252 from github/aeisenberg/settings
Prevent cli path from being synced across remote instances
-
Merge pull request #1239 from github/dependabot/npm_and_yarn/extensio…
…ns/ql-vscode/types/gulp-replace-1.1.0 Bump @types/gulp-replace from 0.0.31 to 1.1.0 in /extensions/ql-vscode
-
-
-
-
Merge pull request #1254 from github/aeisenberg/fix-main
Fix duplication import
-