Andrew Eisenberg
67110d7afb
Merge pull request #2393 from github/aeisenberg/fix-cfg-viewer
...
Fix CFG viewer
2023-05-01 07:29:26 -07:00
Andrew Eisenberg
c650afbf6e
Fix CFG viewer
...
After some bit of refactoring, the templates are no longer being
passed to the CFG viewer and this is preventing the viewer from
running.
This change fixes it.
2023-04-28 09:19:31 -07:00
Charis Kyriakou
c319d61dd5
Merge pull request #2391 from github/charisk/move-query-testing-files
...
Move query testing related files to /query-testing
2023-04-28 17:04:25 +01:00
Charis Kyriakou
331487dbab
Move qltest-discovery.ts to /query-testing/qltest-discovery.ts
2023-04-28 13:51:48 +00:00
Charis Kyriakou
82abaa6e13
Move discovery.ts to /query-testing/discovery.ts
2023-04-28 13:51:48 +00:00
Charis Kyriakou
feb92de0c4
Move test-ui.ts to /query-testing/test-ui.ts
2023-04-28 13:51:48 +00:00
Charis Kyriakou
6415978db5
Move test-tree-node.ts to /query-testing/test-tree-node.ts
2023-04-28 13:51:48 +00:00
Charis Kyriakou
c215072d2e
Move test-runner.ts to /query-testing/test-runner.ts
2023-04-28 13:51:48 +00:00
Charis Kyriakou
7662b3900f
Move test-manager-base.ts to /query-testing/test-manager-base.ts
2023-04-28 13:51:48 +00:00
Charis Kyriakou
863e7d207f
Move test-adapter.ts to /query-testing/test-adapter.ts
2023-04-28 13:51:48 +00:00
Charis Kyriakou
27ebc3e67f
Merge pull request #2388 from github/charisk/move-common-vscode-files
...
Move vscode utils to /common/vscode
2023-04-28 14:51:10 +01:00
Robert
afa7b1dea9
Merge pull request #2389 from github/robertbrignull/successful_repos_changelog
...
Add missing changelog entry for #2349
2023-04-28 12:31:44 +01:00
Robert
86ecd9bfad
Add changelog entry for https://github.com/github/vscode-codeql/pull/2349
2023-04-28 11:52:35 +01:00
Charis Kyriakou
b034c31db8
Move progress.ts to /common/vscode/progress.ts
2023-04-28 10:14:55 +00:00
Charis Kyriakou
4f1315aeae
Move authentication.ts to /common/vscode/authentication.ts
2023-04-28 10:14:55 +00:00
Charis Kyriakou
8500f20c2b
Move archive-filesystem-provider.ts to /common/vscode/archive-filesystem-provider.ts
2023-04-28 10:14:55 +00:00
Charis Kyriakou
d1db456e2e
Move abstract-webview.ts to /common/vscode/abstract-webview.ts
2023-04-28 09:33:02 +00:00
Charis Kyriakou
ff47310133
Move vscode-uitls/multi-file-system-watcher.ts to /common/vscode/multi-file-system-watcher.ts
2023-04-28 09:33:02 +00:00
Charis Kyriakou
5c6e8a46a3
Move vscode-uitls/external-files.ts to /common/vscode/external-files.ts
2023-04-28 09:33:02 +00:00
Charis Kyriakou
48dd3dc57c
Merge pull request #2387 from github/charisk/move-some-common-files
...
Move some common files into /common
2023-04-28 10:22:24 +01:00
Charis Kyriakou
8b59c12701
Move log-insights/jsonl-reader.ts to /common/jsonl-reader.ts
2023-04-28 07:35:54 +00:00
Charis Kyriakou
616e2be99b
Move sarif-parser.ts to /common/sarif-parser.ts
2023-04-28 07:35:54 +00:00
dependabot[bot]
f4a3115a6a
Bump patch-package from 6.5.0 to 7.0.0 in /extensions/ql-vscode ( #2383 )
...
Bumps [patch-package](https://github.com/ds300/patch-package ) from 6.5.0 to 7.0.0.
- [Release notes](https://github.com/ds300/patch-package/releases )
- [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ds300/patch-package/compare/v6.5.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: patch-package
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 10:04:51 -07:00
Robert
686d8749d0
Merge pull request #2384 from github/robertbrignull/makeSelected
...
Fix not setting database as selected if it already exists
2023-04-27 17:19:01 +01:00
Charis Kyriakou
39b890dd70
Merge pull request #2382 from github/charisk/move-mocks
...
Move mock GitHub API server files
2023-04-27 17:07:05 +01:00
Robert
b786b56c70
Fix tests
2023-04-27 16:53:25 +01:00
Robert
44a096202d
Add changelog entry
2023-04-27 16:51:33 +01:00
Charis Kyriakou
431988f9fd
Move mock GitHub API server files
...
: scripts/lint-scenarios.ts
2023-04-27 15:24:09 +00:00
Robert
e0cb1df68c
Update expected args in test
2023-04-27 15:43:43 +01:00
Robert
92f23d18fb
Change default value of makeSelected from false to true
2023-04-27 15:17:01 +01:00
Robert
9941a42dd9
Set makeSelected to true for two calls
2023-04-27 15:13:36 +01:00
Robert
62737146fe
Make database selected even if it's already in the list
2023-04-27 15:06:46 +01:00
Charis Kyriakou
977c7f57b1
Merge pull request #2381 from github/charisk/move-cli-files
...
Move CodeQL CLI files
2023-04-27 14:06:13 +01:00
Robert
562f926be5
Merge pull request #2349 from github/robertbrignull/countSuccessfulRepos
...
Show number of successful repos instead of completed repos in variant analysis results view header
2023-04-27 12:58:15 +01:00
Charis Kyriakou
ae8766a296
Move distribution.ts to /codeql-cli/distribution.ts
2023-04-27 11:57:07 +00:00
Charis Kyriakou
8bdb51d281
Move cli-version.ts to /codeql-cli/cli-version.ts
2023-04-27 11:57:07 +00:00
Charis Kyriakou
732c67e6cd
Move cli.ts to /codeql-cli/cli.ts
2023-04-27 11:57:07 +00:00
Charis Kyriakou
84f482fcb7
Merge pull request #2379 from github/charisk/move-packaging-files
...
Move packaging files
2023-04-27 12:51:02 +01:00
Charis Kyriakou
287a2d1ef2
Update paths to data files to fix tests
2023-04-27 11:16:24 +00:00
Robert
9d7ea8ecd8
Make test names clearer
2023-04-27 12:10:51 +01:00
Robert
68c41d346c
Merge branch 'main' into robertbrignull/countSuccessfulRepos
2023-04-27 12:09:09 +01:00
Robert
29d04837ab
Merge pull request #2287 from github/robertbrignull/selection
...
Introduce helpers for commands that operate on selections
2023-04-27 11:38:22 +01:00
Shati Patel
988df04b0b
Change internal name for variant analysis SortKey values ( #2380 )
...
Follow-up to https://github.com/github/vscode-codeql/pull/2373
2023-04-27 10:37:14 +00:00
Robert
392c59ed2c
Remove unnecessary check of undefined
2023-04-27 10:56:25 +01:00
Shati Patel
af75fa9f2f
Update wording in the "sorting dropdown" of the variant analysis results view ( #2373 )
2023-04-27 10:41:32 +01:00
Robert
37459a1405
fix typo
2023-04-27 10:33:46 +01:00
Robert
0bc756766a
Merge branch 'main' into robertbrignull/selection
...
Conflicts:
extensions/ql-vscode/src/databases/local-databases-ui.ts
extensions/ql-vscode/src/query-history/query-history-manager.ts
2023-04-27 10:32:24 +01:00
Charis Kyriakou
80ac593bec
Add index.ts for packaging module
2023-04-27 08:52:52 +00:00
Charis Kyriakou
38af88805c
Move packaging.ts to /packaging/packaging.ts
2023-04-27 08:52:52 +00:00
Charis Kyriakou
8c9c38e1ae
Merge pull request #2377 from github/charisk/move-databse-files
...
Move database files
2023-04-27 09:44:03 +01:00