Koen Vlaswinkel
45da1e0f1f
Unify the Webpack bundle
...
This will move all webviews into a single Webpack bundle. This will make
it easier to add new webviews since we don't need to add a new bundle,
but just need to add a new directory with an `index.tsx` file.
It also moves the CSS processing to Webpack so that we don't need to
specify the CSS files to use separately, but can simply do so in the
TypeScript files.
2022-08-26 11:15:24 +02:00
Dave Bartolomeo
ac7211c117
Merge pull request #1475 from dbartol/dbartol/extension-release/work
...
Release / Release (push) Has been cancelled
Release / Publish to VS Code Marketplace (push) Has been cancelled
Release / Publish to Open VSX Registry (push) Has been cancelled
Prepare for release 1.6.11
v1.6.11
2022-08-25 16:36:44 -04:00
Dave Bartolomeo
d1d13fbd2e
Update changelog for release
2022-08-25 13:11:50 -04:00
Dave Bartolomeo
f99166d26c
Update Node version to match vscode
2022-08-25 13:01:35 -04:00
dependabot[bot]
9cd6f9a768
Bump d3 and @types/d3 in /extensions/ql-vscode ( #1461 )
...
Bumps [d3](https://github.com/d3/d3 ) and [@types/d3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3 ). These dependencies needed to be updated together.
Updates `d3` from 6.7.0 to 7.6.1
- [Release notes](https://github.com/d3/d3/releases )
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md )
- [Commits](https://github.com/d3/d3/compare/v6.7.0...v7.6.1 )
Updates `@types/d3` from 6.7.5 to 7.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3 )
---
updated-dependencies:
- dependency-name: d3
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: "@types/d3"
dependency-type: direct:development
update-type: version-update:semver-major
...
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>
2022-08-24 08:13:04 -07:00
Koen Vlaswinkel
4dd16f4611
Merge pull request #1472 from github/koesie10/fix-data-not-loaded-in-mrva-results
...
Fix data not being loaded in MRVA results panel
2022-08-24 15:14:26 +02:00
Koen Vlaswinkel
2113d08545
Fix data not being loaded in MRVA results panel
...
When the MRVA results panel is closed (so the panel gets disposed) and
opened again, it would not load the MRVA data (such as whether a query
has already been downloaded). This fixes it by also resetting the
internal state of whether the panel is loaded when the panel is
disposed.
2022-08-24 13:20:01 +02:00
Koen Vlaswinkel
5b5ef26864
Merge pull request #1471 from github/revert-1466-koesie10/add-github-download-button
...
Revert "Remove canary requirement for GitHub database download"
2022-08-24 12:12:44 +02:00
Koen Vlaswinkel
c5a6e64df8
Revert "Remove canary requirement for GitHub database download"
2022-08-24 11:51:44 +02:00
Charis Kyriakou
178d626062
Upgrade webview-ui-toolkit version with long link fix ( #1469 )
2022-08-24 10:17:41 +01:00
Dave Bartolomeo
d1d48b3506
Merge pull request #1468 from dbartol/dbartol/pmod-highlight/work
...
Add `implements` and `signature` to syntax highlighting
2022-08-23 17:02:03 -04:00
Dave Bartolomeo
9180d1d9fc
Fix comment
2022-08-23 16:42:57 -04:00
Dave Bartolomeo
674c5ecbff
Add implements and signature to syntax highlighting
2022-08-23 14:56:47 -04:00
Koen Vlaswinkel
edcac6925c
Merge pull request #1466 from github/koesie10/add-github-download-button
...
Remove canary requirement for GitHub database download
2022-08-23 16:24:12 +02:00
Koen Vlaswinkel
c10500c5ea
Update CHANGELOG
2022-08-23 14:58:36 +02:00
Koen Vlaswinkel
0832850009
Remove canary requirement for GitHub database download
2022-08-23 14:45:48 +02:00
Alexander Eyers-Taylor
b352830674
Improve startup time ( #1465 )
...
* ArchiveFileSystem: Only parse zips once
* CLIServer: Only get version once
2022-08-23 11:05:10 +01:00
Andrew Eisenberg
e913165249
Merge pull request #1463 from github/aeisenberg/bump-timeout
2022-08-17 17:21:31 -07:00
Andrew Eisenberg
ef94bb3d38
Bump telemetry test timeout
...
This test is failing occasionally on our CI system. Let's see if this
change prevents the failures.
2022-08-17 15:47:30 -07:00
Shati Patel
4d6076c4ea
Escape HTML characters when rendering MRVA results as markdown ( #1462 )
2022-08-17 10:52:36 +01:00
Dave Bartolomeo
43650fde00
Merge pull request #1454 from github/dbartol/join-order
...
Report suspicious join orders
2022-08-15 14:13:35 -04:00
Angela P Wen
f2c72a67f6
Bump CLI version to 2.10.3 for integration tests ( #1460 )
2022-08-15 16:41:26 +00:00
Dave Bartolomeo
2b1f3227ce
Fix computation of result sizes in IN_LAYER events
2022-08-12 17:00:26 -04:00
Dave Bartolomeo
841f1d3310
Replace console logging to route through problem reporter
2022-08-12 16:43:21 -04:00
Dave Bartolomeo
99756ae63b
Fix PR feedback
2022-08-12 16:25:52 -04:00
Dave Bartolomeo
9a2bea39e6
Better handling of missing log data
2022-08-12 16:14:24 -04:00
Dave Bartolomeo
1aab49c719
Specify return type
2022-08-12 16:01:58 -04:00
Dave Bartolomeo
cf925c256f
Update extensions/ql-vscode/src/log-insights/log-scanner-service.ts
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-12 15:50:28 -04:00
Dave Bartolomeo
8383a76e43
Merge branch 'dbartol/join-order' of https://github.com/github/vscode-codeql into dbartol/join-order
2022-08-12 15:41:52 -04:00
Dave Bartolomeo
c6d792f41e
Fix PR feedback
...
Better handling of malformed RA
2022-08-12 15:39:32 -04:00
Dave Bartolomeo
277192e7d3
Update extensions/ql-vscode/src/log-insights/join-order.ts
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-12 14:59:20 -04:00
Dave Bartolomeo
85988ecf34
Update extensions/ql-vscode/src/log-insights/join-order.ts
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-12 14:50:10 -04:00
Dave Bartolomeo
49d12674b7
Cache regexprs
2022-08-12 14:47:50 -04:00
Dave Bartolomeo
beeb19dc05
Fix typo
2022-08-12 12:58:46 -04:00
Dave Bartolomeo
de88d27057
Update extensions/ql-vscode/src/log-insights/join-order.ts
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-12 12:49:29 -04:00
Dave Bartolomeo
eb2d00e999
Update extensions/ql-vscode/src/log-insights/join-order.ts
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-12 12:48:28 -04:00
Dave Bartolomeo
d58fb54928
Better formatting of metrics
2022-08-11 13:51:11 -04:00
Dave Bartolomeo
fdc209ca08
Test for log scanning
2022-08-10 18:07:59 -04:00
Dave Bartolomeo
28092f2b86
Move more of log scanning into pure code
2022-08-10 17:33:55 -04:00
Dave Bartolomeo
8970ad78ae
Remove code added via bad merge
2022-08-10 13:51:08 -04:00
Dave Bartolomeo
e7a0c58940
Fix CodeQL alert
2022-08-10 13:18:00 -04:00
Dave Bartolomeo
02270aaeee
Fix lint
2022-08-10 13:13:59 -04:00
Dave Bartolomeo
51fb03b4b1
Fix tests to match code changes
2022-08-10 13:11:34 -04:00
Dave Bartolomeo
838a2b71ac
Scan logs on change in current query
2022-08-09 18:02:27 -04:00
Charis Kyriakou
f01c421d42
Merge pull request #1458 from github/version/bump-to-v1.6.11
...
Bump version to v1.6.11
2022-08-09 16:59:14 +01:00
charisk
561bc6f53c
Bump version to v1.6.11
2022-08-09 15:21:26 +00:00
Charis Kyriakou
24b421e82d
v1.6.10 ( #1456 )
Release / Release (push) Has been cancelled
Release / Publish to VS Code Marketplace (push) Has been cancelled
Release / Publish to Open VSX Registry (push) Has been cancelled
v1.6.10
2022-08-09 16:17:57 +01:00
Dave Bartolomeo
3c57597a19
Share code for splitting records from pseudo-JSONL
2022-08-05 17:36:45 -04:00
Dave Bartolomeo
e8d5029912
Merge remote-tracking branch 'origin/main' into dbartol/join-order-temp
2022-08-05 17:34:52 -04:00
Dave Bartolomeo
cb514f5c78
Pre-cleanup to avoid merge conflicts
2022-08-05 14:59:40 -04:00