Skip to content
Permalink
main

Commits on Mar 31, 2022

  1. Merge pull request #1265 from github/aeisenberg/pat-instructions-update

    Move vscode marketplace pat isntructions to internal docs
    aeisenberg committed Mar 31, 2022
  2. 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
    aeisenberg committed Mar 31, 2022
  3. Fix typo

    Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
    aeisenberg and shati-patel committed Mar 31, 2022
  4. 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>
    dependabot[bot] committed Mar 31, 2022
  5. Merge pull request #1260 from github/aeisenberg/source-map-support

    Add source map support and clean test dependencies
    aeisenberg committed Mar 31, 2022
  6. 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
    angelapwen committed Mar 31, 2022
  7. Variant analysis: Remove handling of invalid repos

    This is now done automatically on the API side
    shati-patel committed Mar 31, 2022

Commits on Mar 30, 2022

  1. 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.
    aeisenberg committed Mar 30, 2022
  2. Merge pull request #1261 from github/aeisenberg/dependabot-changes

    Run dependabot updates weekly
    aeisenberg committed Mar 30, 2022
  3. Change missing code snippet handling in UI

    Also, simplify sarif tests.
    aeisenberg committed Mar 30, 2022
  4. 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
    aeisenberg committed Mar 30, 2022
  5. 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
    aeisenberg committed Mar 30, 2022
  6. Run dependabot updates weekly

    Daily is too noisy.
    aeisenberg committed Mar 30, 2022
  7. Simplify checking for downloaded analyses

    And some renaming.
    aeisenberg committed Mar 30, 2022
  8. Merge pull request #1246 from github/aeisenberg/repo-filter

    Add repositories search box
    aeisenberg committed Mar 30, 2022
  9. Remove unused css class

    aeisenberg committed Mar 30, 2022
  10. 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>
    dependabot[bot] committed Mar 30, 2022
  11. 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>
    dependabot[bot] committed Mar 30, 2022
Older