Robert
a8f67d72f5
Move getDistributionDisplayingDistributionWarnings to top level
2023-03-14 17:38:36 +00:00
Robert
118be4a19a
Move installOrUpdateDistribution to top level
2023-03-14 17:36:30 +00:00
Robert
8d3ae78db2
Move installOrUpdateDistributionWithProgressTitle to top level
2023-03-14 17:34:10 +00:00
Robert
ada5f51e85
Move codeQlVersionRange to top level
2023-03-14 17:31:11 +00:00
Robert
82f4941415
Move shouldUpdateOnNextActivationKey to top level
2023-03-14 17:30:49 +00:00
Robert
23e1715c4a
Move DistributionUpdateConfig to top level
2023-03-14 17:27:48 +00:00
Koen Vlaswinkel
64d97aaf7e
Merge pull request #2165 from github/koesie10/simpler-progress-task
...
Simpler `withProgress` calls
2023-03-14 12:06:59 +01:00
Koen Vlaswinkel
964640c757
Remove default location values in withProgress calls
2023-03-14 11:00:59 +01:00
Koen Vlaswinkel
3d354e1fb4
Merge pull request #2164 from github/koesie10/unify-command-runners
...
Unify `commandRunner` implementations
2023-03-14 09:54:16 +01:00
Koen Vlaswinkel
d92708e4a4
Merge pull request #2166 from github/koesie10/remove-babel-loader
...
Remove direct dependency on babel-loader
2023-03-14 09:54:06 +01:00
Dave Bartolomeo
6c3698bfb3
Merge pull request #2169 from github/dbartol/tee-logger
...
Use `TeeLogger` instead of `additionalLogLocation:` option
2023-03-13 17:49:13 -04:00
Dave Bartolomeo
a1d8aac391
Better handling of I/O errors when writing to side log
2023-03-13 17:34:53 -04:00
Dave Bartolomeo
56095d365c
Fix test code
2023-03-13 17:28:53 -04:00
Dave Bartolomeo
fc8b13b8be
Use TeeLogger instead of additionalLogLocation: option
2023-03-13 15:10:30 -04:00
Koen Vlaswinkel
3aa24ebb2c
Remove direct dependency on babel-loader
...
The extension Webpack config does not use `babel-loader`, so we can
remove it as a direct dependency. `babel-loader` is still included in
our `node_modules` because Storybook depends on it, but the version is
now completely managed by Storybook rather than us.
2023-03-13 16:17:23 +01:00
Andrew Eisenberg
205327d8aa
Merge pull request #2162 from github/aeisenberg/variant-analysis-tests
2023-03-13 07:37:26 -07:00
Koen Vlaswinkel
4969a08531
Make progress options optional
...
This will make the progress options passed to `withProgress` optional by
moving it to be the second argument and setting a default value for the
`location`. This will make it much easier to use from a variety of
commands.
2023-03-13 15:13:55 +01:00
Koen Vlaswinkel
2646716261
Remove args from ProgressTask
...
This removes the `args` from the `ProgressTask` passed to
`withProgress`. The `args` is only used by the
`commandRunnerWithProgress` and can easily be replaced by an anonymous
function that passes the `args` instead. This will simplify the
`ProgressTask` interface and make it easier to use.
2023-03-13 14:51:32 +01:00
Koen Vlaswinkel
a7bb74190f
Unify commandRunner implementations
...
The `commandRunnerWithProgress` implementation isn't actually any
different from `commandRunner`, except for the call to `withProgress`
and support for an `outputLogger` argument. Therefore, this will simply
make `commandRunnerWithProgress` a wrapper around `commandRunner`,
removing quite some duplication in the process.
2023-03-13 14:10:00 +01:00
Andrew Eisenberg
b3e642a2b4
Remove any references
2023-03-10 11:11:25 -08:00
Andrew Eisenberg
0d8df9ad88
Merge pull request #2065 from github/aeisenberg/run-with-all-data-extensions
...
Add ability to run query with data extensions
2023-03-10 08:09:19 -08:00
Robert
e3d8dbc484
Merge pull request #2147 from github/robertbrignull/release-indenting
...
Fix indenting for sub-lists
2023-03-10 11:41:54 +00:00
Robert
6daa780fbe
Merge branch 'main' into robertbrignull/release-indenting
2023-03-10 10:48:11 +00:00
Robert
c0f3adc5ff
Merge pull request #2156 from github/robertbrignull/remoteResultsItemWithoutLogs
...
Introduce cancelledRemoteResultsItemWithoutLogs context value
2023-03-10 10:39:26 +00:00
Robert
0ab482a389
Merge branch 'main' into robertbrignull/remoteResultsItemWithoutLogs
2023-03-10 10:29:47 +00:00
Koen Vlaswinkel
103017d717
Merge pull request #2150 from github/koesie10/no-node-modules-copy
...
Do not copy `node_modules` when packaging
2023-03-10 10:34:00 +01:00
Koen Vlaswinkel
9048dfd251
Merge pull request #2151 from github/koesie10/packaging-error-message
...
Add check for error message for packaging.test.ts
2023-03-10 10:33:51 +01:00
Koen Vlaswinkel
807069e0c1
Merge pull request #2148 from github/koesie10/commands-package
...
Add commands package inside src directory
2023-03-10 10:32:32 +01:00
Nora
1fa976757c
Merge pull request #2153 from github/nora/remove-unnecessary-activation-events
...
Remove unnecessary commands from `activationEvents`
2023-03-10 10:23:10 +01:00
Nora
694dcea49a
Merge pull request #2154 from github/nora/split-commands-b
...
Extension Telemetry: Split `viewCfg`,`quickEval`, `openReferencedFile` command
2023-03-10 10:22:33 +01:00
Nora
83d14501fd
Merge pull request #2142 from github/nora/split-commands-a
...
Extension Telemetry: Split `runVariantAnalysis` and `viewAst` command
2023-03-10 10:22:22 +01:00
Koen Vlaswinkel
555d99ca33
Merge branch 'main' into koesie10/commands-package
2023-03-10 10:19:58 +01:00
Koen Vlaswinkel
9dc3df74bb
Merge branch 'main' into koesie10/no-node-modules-copy
2023-03-10 10:19:57 +01:00
Koen Vlaswinkel
877d11dbe6
Merge branch 'main' into koesie10/packaging-error-message
2023-03-10 10:19:41 +01:00
Nora
c0c7574891
Split openReferencedFile command
2023-03-10 08:55:55 +00:00
Nora
4fda4f71dd
Split quickEval command
2023-03-10 08:55:54 +00:00
Nora
6356149e54
Split viewCfg command
2023-03-10 08:55:54 +00:00
Nora
7f32439786
split viewAst command
2023-03-10 08:55:33 +00:00
Nora
27434862c3
split runVariantAnalysis command
2023-03-10 08:55:33 +00:00
Nora
275c16d5b0
Remove codeQLDatabases.chooseDatabase command
2023-03-10 08:54:36 +00:00
Nora
5586a02b44
Remove not necessary commands from activation event
2023-03-10 08:54:36 +00:00
Andrew Eisenberg
baba68d0df
Add back variant analysis tests
...
This commit adds back the variant analysis tests that were inadvertently
deleted after this commit
82ada54103/extensions/ql-vscode/src/vscode-tests/cli-integration/remote-queries/run-remote-query.test.ts (L67)
They are not identical to the removed tests. I refactored them so that
there is a single test function invoked three times with different
parameters.
2023-03-09 15:53:13 -08:00
Andrew Eisenberg
790a152f42
Merge branch 'main' into aeisenberg/run-with-all-data-extensions
2023-03-09 09:42:30 -08:00
Andrew Eisenberg
1db2bc048a
Merge pull request #2159 from github/github-action/bump-cli
...
Bump CLI Version to v2.12.4 for integration tests
2023-03-09 08:17:19 -08:00
Charis Kyriakou
d9917cbe8b
Fix date of last release on changelog ( #2158 )
2023-03-09 15:58:24 +00:00
Andrew Eisenberg
2bd9c8a732
Merge pull request #2149 from github/aeisenberg-patch-1
...
Add security experimental queries
2023-03-09 07:49:27 -08:00
github-actions[bot]
c8ec661dce
Bump CLI version from v2.12.3 to v2.12.4 for integration tests
2023-03-09 15:47:48 +00:00
Charis Kyriakou
1158dfdb89
Merge pull request #2155 from github/version/bump-to-v1.8.1
...
Bump version to v1.8.1
2023-03-09 15:27:30 +00:00
Robert
155b83b540
Introduce remoteResultsItemWithoutLogs context value
2023-03-09 14:35:10 +00:00
github-actions[bot]
bc8d07bc33
Bump version to v1.8.1
2023-03-09 14:22:57 +00:00