Skip to content

Commit f26795c

Browse files
committed
Merge remote-tracking branch 'origin/main' into koesie10/variant-analysis-stats
2 parents 617f7ba + c9b68ca commit f26795c

39 files changed

Lines changed: 614 additions & 176 deletions

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
**/* @github/codeql-vscode-reviewers
22
/extensions/ql-vscode/src/remote-queries/ @github/code-scanning-secexp-reviewers
3+
/extensions/ql-vscode/src/view/remote-queries/ @github/code-scanning-secexp-reviewers
4+
/extensions/ql-vscode/src/view/variant-analysis/ @github/code-scanning-secexp-reviewers

extensions/ql-vscode/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## [UNRELEASED]
3+
## 1.7.0 - 20 September 2022
44

5-
- Removed the ability to manually upgrade databases from the context menu on databases. Databases are non-destructively upgraded automatically so
6-
for most users this was not needed. For advanced users this is still available in the Command Palette. [#1501](https://github.com/github/vscode-codeql/pull/1501)
5+
- Remove ability to download databases from LGTM. [#1467](https://github.com/github/vscode-codeql/pull/1467)
6+
- Removed the ability to manually upgrade databases from the context menu on databases. Databases are non-destructively upgraded automatically so for most users this was not needed. For advanced users this is still available in the Command Palette. [#1501](https://github.com/github/vscode-codeql/pull/1501)
7+
- Always restart the query server after a manual database upgrade. This avoids a bug in the query server where an invalid dbscheme was being retained in memory after an upgrade. [#1519](https://github.com/github/vscode-codeql/pull/1519)
78

89
## 1.6.12 - 1 September 2022
910

@@ -19,7 +20,7 @@ No user facing changes.
1920

2021
No user facing changes.
2122

22-
## 1.6.9 - 20 July 2022
23+
## 1.6.9 - 20 July 2022
2324

2425
No user facing changes.
2526

0 commit comments

Comments
 (0)