Shati Patel
c6c27f4ca3
Add access path suggestions to MaD model for Ruby ( #3303 )
2024-01-31 16:15:41 +00:00
Koen Vlaswinkel
b7ee9f9dd4
Merge pull request #3297 from github/koesie10/more-consistency-information
...
Add more information for consistency check errors
2024-01-31 16:26:45 +01:00
Koen Vlaswinkel
b3284d6760
Merge pull request #3298 from github/koesie10/try-fix-flaky-suggestbox-tab
...
Wait for options to be shown and to be removed when pressing Tab
2024-01-31 16:26:33 +01:00
Koen Vlaswinkel
e9e98403a9
Merge pull request #3301 from github/koesie10/improve-ruby-access-path-parsing
...
Fix Ruby method parsing for methods containing brackets
2024-01-31 16:26:10 +01:00
Charis Kyriakou
74c101bb51
Improve handling of unknown QL pack roots for multi-query MRVAs ( #3289 )
2024-01-31 13:53:07 +00:00
github-actions[bot]
ca8c48418f
Bump version to v1.12.2 ( #3300 )
...
Co-authored-by: github-actions[bot] <github-actions@github.com >
2024-01-31 13:14:58 +00:00
Koen Vlaswinkel
8c72fe0f8d
Fix Ruby method parsing for methods containing brackets
...
This fixes parsing of access paths for Ruby methods that contain square
brackets, such as `Liquid::Context#[]`. The previous implementation
would incorrectly stop capturing at the `]` character, resulting in a
method name of `[` for an access path of `Method[[]].ReturnValue`. This
fixes it by switching to the shared access path parsing code, which
correctly handles square brackets.
2024-01-31 14:07:54 +01:00
Shati Patel
9cd6dafdf4
Functions for running "access path suggestions" queries ( #3294 )
2024-01-31 13:04:08 +00:00
Koen Vlaswinkel
08dfd1a211
Add more information for consistency check errors
2024-01-31 13:59:32 +01:00
Shati Patel
9b07be00c7
v1.12.1 ( #3296 )
2024-01-31 12:52:43 +00:00
Koen Vlaswinkel
820989a8c5
Wait for option to not be present
2024-01-31 13:29:28 +01:00
Koen Vlaswinkel
6bd8c8ee78
Wait for options to be shown before pressing Tab
2024-01-31 12:36:09 +01:00
Shati Patel
841efbf826
Add AccessPathSuggestions to "models as data" model ( #3295 )
2024-01-31 10:15:07 +00:00
Shati Patel
8c679ab569
CodeQL model editor: Add functions for parsing complex access path suggestion options ( #3292 )
2024-01-30 16:17:40 +00:00
Robert
0391f972ad
Merge pull request #3287 from github/robertbrignull/move_language_pack
...
Move language and pack to top level of variant analysis object
2024-01-30 15:22:06 +00:00
Koen Vlaswinkel
e3a9c06e3c
Merge pull request #3288 from github/koesie10/suggest-box-tab
...
Allow using Tab to select the active option in the suggest box
2024-01-30 15:47:56 +01:00
Robert
a76dc8f0de
Merge branch 'main' into robertbrignull/move_language_pack
2024-01-30 14:32:53 +00:00
Robert
222d3edaff
Merge pull request #3293 from github/robertbrignull/variant-analysis-history-test-dto
...
Don't compare internal and dto types in variant-analysis-history.test.ts
2024-01-30 14:32:39 +00:00
Robert
31ea6aded7
Change test data so variant analyses have different IDs
2024-01-30 12:39:15 +00:00
Robert
b92e98fce4
Don't compare internal and dto types
2024-01-30 12:13:06 +00:00
Robert
a228dba0ee
Merge branch 'main' into robertbrignull/move_language_pack
2024-01-29 16:34:13 +00:00
Robert
5367bdea9c
Merge pull request #3290 from github/robertbrignull/history-tests-dtos
...
Don't accidentally mix DTO and non-DTO types in query-history-store.test.ts
2024-01-29 16:33:37 +00:00
Koen Vlaswinkel
978e48fe2c
Merge pull request #3259 from github/koesie10/improve-error-message
...
Improve CLI error messages
2024-01-29 17:29:51 +01:00
Robert
98764a156a
Introduce writeRawQueryHistory to ensure we're always writing Dto types
2024-01-29 15:53:39 +00:00
Robert
a85989e202
Change let to const where possible
2024-01-29 15:52:55 +00:00
Koen Vlaswinkel
8c696e10af
Allow using Tab to select the active option
2024-01-29 14:53:36 +01:00
Koen Vlaswinkel
dc8062b784
Merge pull request #3242 from github/koesie10/suggest-box-open-key
...
Open suggest box with Ctrl + Space
2024-01-29 14:49:23 +01:00
Koen Vlaswinkel
ac5ed7b30c
Merge remote-tracking branch 'origin/main' into koesie10/improve-error-message
2024-01-29 14:47:36 +01:00
Koen Vlaswinkel
c5e9ef15f2
Fix order of args and stderr in error message
2024-01-29 14:46:52 +01:00
Robert
e70b083828
Move language and pack to top level of variant analysis object
2024-01-29 12:11:22 +00:00
Charis Kyriakou
1b84906bce
Add basic multi-query support to MRVA results view header ( #3286 )
2024-01-29 12:00:39 +00:00
Nora
1f24cd1a7f
Merge pull request #3275 from github/nora/add-eslint-deprecation
...
Start using eslint-plugin-deprecation to find deprecated code
2024-01-26 11:46:12 +01:00
Nora
e126dfbe36
Remove 0 for parseInt
2024-01-25 16:19:31 +00:00
Charis Kyriakou
0e2c03f572
Rename queryPackDir -> targetPackPath ( #3284 )
2024-01-25 15:44:25 +00:00
Henry Mercer
95b082d56a
Merge pull request #3283 from github/github-action/bump-cli
...
Bump CLI Version to v2.16.1 for integration tests
2024-01-25 15:28:04 +00:00
github-actions[bot]
56dd102db8
Bump CLI version from v2.16.0 to v2.16.1 for integration tests
2024-01-25 14:06:36 +00:00
dependabot[bot]
f5b6b4a9f2
Bump zip-a-folder from 3.1.5 to 3.1.6 in /extensions/ql-vscode ( #3282 )
...
Bumps [zip-a-folder](https://github.com/maugenst/zip-a-folder ) from 3.1.5 to 3.1.6.
- [Commits](https://github.com/maugenst/zip-a-folder/commits )
---
updated-dependencies:
- dependency-name: zip-a-folder
dependency-type: direct:production
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-01-25 13:35:57 +00:00
dependabot[bot]
5fc88bed32
Bump @types/react-dom from 18.2.17 to 18.2.18 in /extensions/ql-vscode ( #3280 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.2.17 to 18.2.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
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-01-25 13:35:24 +00:00
dependabot[bot]
05e5e32854
Bump markdownlint-cli2 from 0.11.0 to 0.12.1 in /extensions/ql-vscode ( #3279 )
...
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2 ) from 0.11.0 to 0.12.1.
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.11.0...v0.12.1 )
---
updated-dependencies:
- dependency-name: markdownlint-cli2
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-01-25 13:35:08 +00:00
dependabot[bot]
554d8854a1
Bump styled-components from 6.1.1 to 6.1.8 in /extensions/ql-vscode ( #3281 )
...
Bumps [styled-components](https://github.com/styled-components/styled-components ) from 6.1.1 to 6.1.8.
- [Release notes](https://github.com/styled-components/styled-components/releases )
- [Commits](https://github.com/styled-components/styled-components/compare/v6.1.1...v6.1.8 )
---
updated-dependencies:
- dependency-name: styled-components
dependency-type: direct:production
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-01-25 13:34:25 +00:00
dependabot[bot]
c9cb7eaa38
Bump storybook from 7.6.7 to 7.6.10 in /extensions/ql-vscode ( #3278 )
...
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.6.7 to 7.6.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.10/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
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-01-25 13:33:34 +00:00
Nora
70461d857c
Use nanoid
2024-01-25 13:17:12 +00:00
Charis Kyriakou
e1ff113701
Fix version used in multi-query pack create constraint ( #3277 )
2024-01-25 12:40:23 +00:00
Charis Kyriakou
2f66be3fcc
Tidy up uses of QueryPackDetail object fields ( #3276 )
2024-01-25 11:01:11 +00:00
Nora
12a3af0a75
Make random number bigger than 1000
2024-01-25 09:47:19 +00:00
Charis Kyriakou
594f422510
Add support for running multiple queries in MRVA ( #3274 )
2024-01-25 09:12:50 +00:00
Nora
d5932fc1de
Use storybook type
2024-01-25 08:25:33 +00:00
Nora
8397f58d0b
Disable rule for storybook types
2024-01-24 17:27:52 +00:00
Nora
dd9ca80820
Solution for unique numbers
2024-01-24 17:20:05 +00:00
Nora
deab3e6175
Update simple deprecations
2024-01-24 16:53:47 +00:00