Robert
d4413424c1
Rewrite setInitialState to always set all fields
2024-03-05 09:57:01 +00:00
Robert
a82be4258c
Pull out setSelectedMethod method
2024-03-05 09:57:01 +00:00
Robert
b946f3a509
Pull out setDatabaseItem method
2024-03-05 09:57:00 +00:00
Robert
6402f05624
Avoid using a @treemap query in testplan
2024-03-05 09:42:07 +00:00
Shati Patel
ad9f78ca2b
Add link to open "Evaluation Run" from the model editor ( #3435 )
2024-03-04 17:07:32 +00:00
Robert
54737a0221
Merge pull request #3434 from github/robertbrignull/node-version-workflow
...
Mention that an automated workflow exists for updating the node version
2024-03-04 16:04:01 +00:00
Robert
ff664dd18c
Mention that an automated workflow exists for updating the node version
2024-03-04 11:14:50 +00:00
Andrew Eisenberg
0ed9242b81
Try waiting a few seconds before renaming
2024-03-02 20:43:55 -08:00
Andrew Eisenberg
3497219c68
Use `unzipToDirectoryConcurrently` instead of the unzipper package
2024-03-01 16:16:59 -05:00
Andrew Eisenberg
4450237612
Add changelog note
...
And fix linting error.
2024-03-01 15:41:26 -05:00
Koen Vlaswinkel
b7be98b627
Merge pull request #3414 from github/koesie10/verify-valid-sarif
...
Add check for id property when running variant analysis
2024-03-01 11:20:42 +01:00
Charis Kyriakou
96b7722f26
Add logic to stop an evaluation run ( #3421 )
2024-03-01 09:25:03 +00:00
Andrew Eisenberg
361fed622b
Ask user if they want to re-import outdated testproj dbs
...
Before running a query now, do the following:
1. Check if the selected database is imported from a testproj
2. If so, check the last modified time of the `codeql-datase.yml` file
of the imported database with that of its origin.
3. If the origin database has a file that is newer, assume that the
database has been recreated since the last time it was imported.
4. If newer, then ask the user if they want to re-import before running
the query.
Also, this change appends the `(test)` label to all test databases in
the database list.
2024-03-01 10:16:16 +01:00
Shati Patel
df782592bc
Extract "ModelEvaluation" component ( #3432 )
2024-02-29 16:42:38 +00:00
dependabot[bot]
30fd1226d5
Bump @babel/core from 7.23.6 to 7.24.0 in /extensions/ql-vscode ( #3429 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.23.6 to 7.24.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 06:47:04 -08:00
dependabot[bot]
d810ed823a
Bump eslint-plugin-storybook in /extensions/ql-vscode ( #3431 )
...
Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook ) from 0.6.15 to 0.8.0.
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases )
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.15...v0.8.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 06:23:01 -08:00
dependabot[bot]
567a0bb194
Bump applicationinsights from 2.9.2 to 2.9.4 in /extensions/ql-vscode ( #3430 )
...
Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js ) from 2.9.2 to 2.9.4.
- [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases )
- [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.9.2...2.9.4 )
---
updated-dependencies:
- dependency-name: applicationinsights
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 06:22:37 -08:00
Charis Kyriakou
f283df0225
Update model evaluation notification ( #3426 )
2024-02-29 14:19:34 +00:00
dependabot[bot]
a70fd835f1
Bump mini-css-extract-plugin in /extensions/ql-vscode ( #3428 )
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.0...v2.8.1 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 06:12:11 -08:00
Charis Kyriakou
a51bd76392
Skip logging warning for multi-query variant analyses ( #3425 )
2024-02-29 13:50:19 +00:00
Charis Kyriakou
1ac92ad79c
Don't open variant analysis view when running a model evaluation run ( #3424 )
2024-02-29 13:38:21 +00:00
Koen Vlaswinkel
b168ce708b
Check against problem and path-problem aliases
2024-02-29 14:01:32 +01:00
Anders Starcke Henriksen
fc5d462dc5
Merge pull request #3423 from github/version/bump-to-v1.12.4
...
Bump version to v1.12.4
2024-02-29 12:17:11 +01:00
github-actions[bot]
30da5d5b62
Bump version to v1.12.4
2024-02-29 10:42:04 +00:00
Anders Starcke Henriksen
b301c4a08c
Merge pull request #3422 from github/v1.12.3
...
v1.12.3
2024-02-29 11:40:21 +01:00
Anders Starcke Henriksen
bb796b0c27
v1.12.3
2024-02-29 10:24:32 +01:00
Koen Vlaswinkel
f73ea67967
Merge pull request #3413 from github/koesie10/fix-tests-with-warnings
...
Show test results for tests with warnings
2024-02-28 16:02:32 +01:00
Koen Vlaswinkel
eaa432b9d7
Add tests for new test warning behavior
2024-02-28 14:01:06 +01:00
Charis Kyriakou
23bbff230f
Update variant analysis monitor to get the whole variant analysis object ( #3415 )
2024-02-28 12:12:27 +00:00
Charis Kyriakou
b884cff14d
Some restructuring around variant analysis mapper functions ( #3412 )
2024-02-28 11:45:49 +00:00
Koen Vlaswinkel
359ee76d52
Merge pull request #3401 from github/koesie10/hide-generated-type-models
...
Generate separate file for generated type models in Ruby by default
2024-02-28 11:47:58 +01:00
Koen Vlaswinkel
5521c00346
Add check for id property when running variant analysis
2024-02-28 11:17:15 +01:00
Koen Vlaswinkel
eb71df84a7
Move query metadata retrieval before pack bundling
2024-02-28 11:15:00 +01:00
Koen Vlaswinkel
d14c7b4114
Show test results for tests with warnings
2024-02-28 10:47:29 +01:00
Charis Kyriakou
ab36153511
Minor renames in variant analysis monitor tests ( #3411 )
...
* Rename mockGetVariantAnalysis -> mockGetVariantAnalysisFromApi
* Rename mockEecuteCommand -> mockExecuteCommand
2024-02-28 09:12:26 +00:00
Koen Vlaswinkel
0599adccc0
Fix generated text
...
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2024-02-28 09:58:33 +01:00
Charis Kyriakou
e86127672a
Drop async from some functions that are not async ( #3410 )
2024-02-27 16:57:53 +00:00
Charis Kyriakou
040c7fc726
Add support for 'canceling' status for variant analysis ( #3405 )
2024-02-27 16:32:24 +00:00
Charis Kyriakou
5f047386c9
Rename getVariantAnalysis to tryGetVariantAnalysis ( #3409 )
2024-02-27 14:31:43 +00:00
Charis Kyriakou
a416bcf544
Rename variable in variant analysis manager ( #3408 )
2024-02-27 14:07:12 +00:00
Robert
c45a8158a3
Merge pull request #3395 from github/robertbrignull/set-modeled-and-modified-methods
...
Set modeled methods and modified methods together
2024-02-26 13:24:39 +00:00
Robert
a74e36314c
Update extensions/ql-vscode/test/__mocks__/model-editor/modelingEventsMock.ts
...
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
2024-02-26 13:11:22 +00:00
Robert
7fac0405b3
Remove dedicated modified methods event
2024-02-26 11:22:46 +00:00
Robert
7c77b39d30
Rename to ModeledAndModifiedMethodsChanged
2024-02-26 11:22:44 +00:00
Robert
1567d83463
modifiedMethodSignatures is always defined
2024-02-26 11:22:41 +00:00
Koen Vlaswinkel
7dceded98c
Use `showTypeModels` setting instead of canary mode
2024-02-26 12:11:16 +01:00
Robert
ec67df3373
Merge branch 'main' into robertbrignull/set-modeled-and-modified-methods
2024-02-26 11:06:34 +00:00
Robert
6e61ddb0f2
Merge pull request #3398 from github/robertbrignull/sort-in-modeling-store
...
Move all sorting to the modeling store, and then all views preserve the sorting
2024-02-26 11:05:59 +00:00
Koen Vlaswinkel
32d981ace4
Merge remote-tracking branch 'origin/main' into koesie10/hide-generated-type-models
2024-02-26 11:59:23 +01:00
Koen Vlaswinkel
1da465f7df
Merge pull request #3399 from github/koesie10/hide-type-models-non-canary
...
Hide type models for Ruby by default
2024-02-26 11:58:30 +01:00