Andrew Eisenberg
2d1726763f
Merge pull request #1254 from github/aeisenberg/fix-main
...
Fix duplication import
2022-03-29 13:54:00 -07:00
Andrew Eisenberg
abfd9b3cbd
Fix duplication import
2022-03-29 13:21:08 -07:00
Andrew Eisenberg
49cceffe1b
Merge pull request #1235 from github/aeisenberg/history-sort
...
Add query history sorting for remote queries
2022-03-29 11:13:35 -07:00
Andrew Eisenberg
011782395a
Merge pull request #1250 from github/dependabot/npm_and_yarn/extensions/ql-vscode/types/webpack-5.28.0
...
Bump @types/webpack from 4.41.21 to 5.28.0 in /extensions/ql-vscode
2022-03-29 11:13:00 -07:00
dependabot[bot]
50196d8430
Bump @types/webpack from 4.41.21 to 5.28.0 in /extensions/ql-vscode
...
Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack ) from 4.41.21 to 5.28.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack )
---
updated-dependencies:
- dependency-name: "@types/webpack"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-29 17:17:18 +00:00
Andrew Eisenberg
2ecfbfbb42
Merge pull request #1244 from github/aeisenberg/webpack-watch
...
Add webpack watch gulp task
2022-03-29 10:16:18 -07:00
Andrew Eisenberg
9508dffe6d
Merge pull request #1236 from github/dependabot/npm_and_yarn/extensions/ql-vscode/fs-extra-10.0.1
...
Bump fs-extra from 9.0.1 to 10.0.1 in /extensions/ql-vscode
2022-03-29 10:15:13 -07:00
Andrew Eisenberg
b4a72bbcab
Merge pull request #1238 from github/dependabot/npm_and_yarn/extensions/ql-vscode/through2-4.0.2
...
Bump through2 from 3.0.2 to 4.0.2 in /extensions/ql-vscode
2022-03-29 10:08:32 -07:00
Andrew Eisenberg
4ceaaf92cc
Merge pull request #1237 from github/dependabot/npm_and_yarn/extensions/ql-vscode/vsce-2.7.0
...
Bump vsce from 1.88.0 to 2.7.0 in /extensions/ql-vscode
2022-03-29 10:07:04 -07:00
Andrew Eisenberg
ef28c9531b
Update extensions/ql-vscode/gulpfile.ts/webpack.ts
2022-03-29 08:50:42 -07:00
Shati Patel
c86c602e39
Allow GitHub URL as well as NWO ( #1241 )
2022-03-29 12:45:46 +01:00
Angela P Wen
3bee2905e5
Gate show eval log and summary commands behind CLI v2.8.4 ( #1243 )
2022-03-29 05:30:31 -04:00
Edoardo Pirovano
9ac8a15cd5
Address review comments from @aeisenberg
2022-03-29 05:30:31 -04:00
Edoardo Pirovano
81b8104064
Expose per-query structured evaluator logs
2022-03-29 05:30:31 -04:00
Andrew Eisenberg
7e872aa6d6
Add webpack watch gulp task
...
Now, when running `npm run watch`, both the regular tsc command
and the webpack command will be run in watch mode.
The raw gulp tasks are now:
- `gulp watchView` to watch webpack compilation.
- `gulp watchCss` to watch for css changes.
- `gulp compileView` to compile the webpack once and exit.
However, stats are no longer being printed out. Not sure why.
2022-03-28 15:43:35 -07:00
Andrew Eisenberg
bb6ebe5750
Handle query directory not existing
...
Also, fix some changelog notes.
2022-03-28 10:55:02 -07:00
Andrew Eisenberg
71aa3d145f
Update changelog
2022-03-25 14:30:01 -07:00
dependabot[bot]
ad18cfa284
Bump through2 from 3.0.2 to 4.0.2 in /extensions/ql-vscode
...
Bumps [through2](https://github.com/rvagg/through2 ) from 3.0.2 to 4.0.2.
- [Release notes](https://github.com/rvagg/through2/releases )
- [Commits](https://github.com/rvagg/through2/compare/v3.0.2...v4.0.2 )
---
updated-dependencies:
- dependency-name: through2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 21:27:45 +00:00
dependabot[bot]
92ed1c6ac9
Bump vsce from 1.88.0 to 2.7.0 in /extensions/ql-vscode
...
Bumps [vsce](https://github.com/Microsoft/vsce ) from 1.88.0 to 2.7.0.
- [Release notes](https://github.com/Microsoft/vsce/releases )
- [Commits](https://github.com/Microsoft/vsce/compare/v1.88.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: vsce
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 21:27:25 +00:00
dependabot[bot]
e71e04a8f1
Bump fs-extra from 9.0.1 to 10.0.1 in /extensions/ql-vscode
...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 9.0.1 to 10.0.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases )
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.0.1...10.0.1 )
---
updated-dependencies:
- dependency-name: fs-extra
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 21:27:03 +00:00
Andrew Eisenberg
ef127c279c
Merge pull request #1233 from github/aeisenberg/dependabot
...
Add dependabot configuration
2022-03-25 14:26:02 -07:00
Andrew Eisenberg
4afac5fa4d
Add query history sorting for remote queries
...
Also, fix two smaller issues:
- Ensure the `Open Query Directory` command opens inside the specified
directory.
- Ensure label changes are saved across restarts.
2022-03-25 14:25:07 -07:00
Andrew Eisenberg
29ae97aa82
Add actions to dependabot config
2022-03-25 13:18:46 -07:00
Andrew Eisenberg
9319d7e8ef
Add dependabot configuration
2022-03-25 12:21:10 -07:00
dependabot[bot]
689db3713b
Bump minimist from 1.2.5 to 1.2.6 in /extensions/ql-vscode
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 18:48:40 +00:00
Andrew Eisenberg
0b9fcb884b
Merge pull request #1202 from github/aeisenberg/update-tsc
...
Update tsc to 4.5.5
2022-03-25 11:33:37 -07:00
Andrew Eisenberg
23e29a1fdc
Update tsc to 4.5.5
...
The default version of tsc in vscode is now 4.5.4. This version
has changed the type of the variable in the catch block.
Previously, it was `any`. Now it is `unknown`.
This change updates vscode so that it can build with 4.5.4.
Previously, this had been a bit of a pain since sometimes running
a compile task in vscode will use the global default version of
tsc.
2022-03-25 09:48:51 -07:00
Shati Patel
90d636a026
Download databases from GitHub ( #1229 )
2022-03-25 15:24:09 +00:00
Andrew Eisenberg
3e3e12afb9
Merge pull request #1230 from github/aeisenberg/astviewer-uri
...
Fix invalid file comparison for changing ast viewer location
2022-03-25 08:21:05 -07:00
Andrew Eisenberg
421f5d23ec
Update changelog
2022-03-24 12:39:11 -07:00
Andrew Eisenberg
0fa91f32cb
Fix invalid file comparison for changing ast viewer location
...
This fixes a bug where the ast viewer was not updating its source
location when a user clicks on different parts of a file.
The problem was that the file name of the AST viewer was being stored as
a base name, which was getting compared with the full URI string of the
current file.
This fixes the comparison to ensure that the full URI strings are always
being compared.
2022-03-24 12:36:17 -07:00
shati-patel
3d21b203be
Make "promptForLanguage" more general
...
(so we can use it for downloading a GH database as well)
2022-03-21 16:37:51 +00:00
shati-patel
3972b8f4c1
Rename LGTM-specific function
2022-03-21 16:37:51 +00:00
Tobias Speicher
2d1707db00
refactor: replace deprecated String.prototype.substr()
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com >
2022-03-21 14:16:54 +00:00
Robert
72aa4f0561
Merge pull request #1226 from github/robertbrignull/allow-custom-action-branch
...
Allow a custom branch name in settings file
2022-03-21 10:52:21 +00:00
Robert
fd57cc95e9
Remove unnnecessary function
2022-03-21 10:38:00 +00:00
Robert
04c392be7e
Allow a custom branch name in settings file
2022-03-18 16:26:06 +00:00
github-actions[bot]
38da598214
Bump version to v1.6.2 ( #1221 )
...
Co-authored-by: charisk <charisk@users.noreply.github.com >
2022-03-17 12:47:33 +00:00
Charis Kyriakou
3f2c9b647c
v1.6.1 ( #1220 )
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.1
2022-03-17 12:04:37 +00:00
Shati Patel
7d5b4369c1
Fix highlighting issues ( #1219 )
2022-03-17 11:45:31 +00:00
Shati Patel
aade33fa88
Minor webview fixes ( #1217 )
2022-03-17 11:12:50 +00:00
Shati Patel
2a8a90bdfc
Change public occurrences of "remote queries" ( #1215 )
2022-03-17 10:14:32 +00:00
Shati Patel
f36048cc95
Use variable for highlighting code ( #1216 )
2022-03-17 10:08:42 +00:00
Charis Kyriakou
517feeca21
Remove SARIF viewer support ( #1213 )
2022-03-16 14:39:52 +00:00
Charis Kyriakou
9436a49118
Remove helper command for working on the Remote Query results view ( #1214 )
2022-03-16 14:19:19 +00:00
Charis Kyriakou
0e02cb08fd
Enable viewing of analyses results ( #1212 )
2022-03-16 14:15:43 +00:00
Shati Patel
26244efc50
Create remote file links to GitHub URL ( #1209 )
...
Co-authored-by: Charis Kyriakou <charisk@github.com >
2022-03-16 14:11:17 +00:00
Charis Kyriakou
6339eeffe5
Minor styling fix for raw results ( #1211 )
2022-03-16 11:44:51 +00:00
Charis Kyriakou
8cc2f598eb
Fix highlight region end column calculation ( #1210 )
2022-03-16 09:47:09 +00:00
Charis Kyriakou
46a1dd57f4
Minor style fixes around result rendering ( #1208 )
2022-03-15 14:43:24 +00:00