Andrew Eisenberg
ffc3d406c2
Merge branch 'main' into alexet/prepare-new-qs
2022-09-23 08:56:10 -07:00
Koen Vlaswinkel
8c7c197b22
Merge pull request #1537 from github/koesie10/icons-storybook
...
Add Storybook stories for icons
2022-09-23 09:28:14 +02:00
dependabot[bot]
1f95eb2f49
Bump sinon from 13.0.1 to 14.0.0 in /extensions/ql-vscode ( #1535 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 13.0.1 to 14.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v13.0.1...v14.0.0 )
---
updated-dependencies:
- dependency-name: sinon
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-09-22 10:38:00 -07:00
Koen Vlaswinkel
a74c8a7cee
Merge pull request #1536 from github/koesie10/eslint-plugin-react-hooks
...
Add ESLint plugin for React hooks
2022-09-22 17:39:12 +02:00
Koen Vlaswinkel
3aced3c4d3
Add Storybook stories for icons
...
This will add Storybook stories for the error, success, and warning
icons, as well as for the generic `Codicon` component.
To show the available icons for the `Codicon` component, a static JSON
list is generated from the contents of a CSV file included as part of
the `@vscode/codicons` npm package. The command to regenerate the file
is included in the story.
2022-09-22 17:37:33 +02:00
Koen Vlaswinkel
bec23f36d2
Add ESLint plugin for React hooks
...
This will add the ESLint plugin for React hooks which will automatically
check that all dependencies are listed in `useMemo`, `useEffect`, etc.
See: https://www.npmjs.com/package/eslint-plugin-react-hooks
2022-09-22 17:10:45 +02:00
Koen Vlaswinkel
92bbf3a2e8
Merge pull request #1534 from github/koesie10/variant-analysis-header-domain-model
...
Use domain model for VariantAnalysisHeader
2022-09-22 15:27:32 +02:00
Koen Vlaswinkel
5c478e98d9
Merge pull request #1532 from github/koesie10/split-common-components
...
Split CodePaths and FileCodeSnippet into multiple files
2022-09-22 15:09:42 +02:00
Koen Vlaswinkel
f26988731e
Add missed dependency in useMemo
2022-09-22 15:03:35 +02:00
Koen Vlaswinkel
e6f9ce050b
Extract potentially reusable functions to shared file
2022-09-22 15:00:09 +02:00
Charis Kyriakou
99fe65f6f7
Update skipped repo groups structure for variant analysis ( #1533 )
2022-09-22 12:02:30 +01:00
Koen Vlaswinkel
1005ecdc6a
Fix mock view
2022-09-22 12:06:04 +02:00
Koen Vlaswinkel
c9f65be721
Use domain model for VariantAnalysisHeader
...
This will change the VariantAnalysisHeader to take the VariantAnalysis
domain model instead of a large amount of props.
It also adds the `canceled` status to the `VariantAnalysisStatus` to
represent a stopped variant analysis.
2022-09-22 11:58:26 +02:00
Koen Vlaswinkel
9ad28f36b4
Split CodePaths and FileCodeSnippet into multiple files
2022-09-22 11:12:03 +02:00
Koen Vlaswinkel
9c076152cb
Merge pull request #1523 from github/koesie10/refactor-common-components
...
Refactor CodePaths and FileCodeSnippet components
2022-09-22 11:03:56 +02:00
Charis Kyriakou
bbb6f10f17
Add new GitHub API client with functions for new MRVA flow ( #1527 )
2022-09-22 09:02:44 +00:00
Koen Vlaswinkel
8a671be85c
Merge remote-tracking branch 'origin/main' into koesie10/refactor-common-components
2022-09-22 10:51:30 +02:00
Koen Vlaswinkel
0476815f8a
Merge pull request #1531 from github/koesie10/move-components-to-common
...
Move CodePaths and FileCodeSnippet to common directory
2022-09-22 10:43:56 +02:00
Koen Vlaswinkel
53dfd1243f
Move CodePaths and FileCodeSnippet to common directory
2022-09-22 10:26:55 +02:00
Koen Vlaswinkel
d69772d1f8
Merge pull request #1517 from github/koesie10/variant-analysis-stats
...
Add variant analysis stats component
2022-09-22 10:06:22 +02:00
Koen Vlaswinkel
2fd5f38574
Merge pull request #1528 from github/koesie10/fix-export-all-selection
...
Fix "Export All" not always exporting the correct query
2022-09-22 10:05:44 +02:00
Koen Vlaswinkel
06d22841cf
Rename getQueryById to getRemoteQueryById
2022-09-22 09:30:07 +02:00
Koen Vlaswinkel
0133cd7734
Improve error message for not found queries
...
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com >
2022-09-22 09:28:57 +02:00
Robert
a53c04e2c1
Merge pull request #1530 from github/robertbrignull/release-instructions
...
Clarify step of the release process
2022-09-21 17:16:09 +01:00
Robert
eba6c190e8
Merge pull request #1529 from github/version/bump-to-v1.7.1
...
Bump version to v1.7.1
2022-09-21 17:09:41 +01:00
Charis Kyriakou
d0e6e3ca89
Define variant analysis domain models ( #1521 )
2022-09-21 16:59:44 +01:00
Robert
cc00456cbc
Clarify step of the release process
2022-09-21 16:56:28 +01:00
robertbrignull
434567aa34
Bump version to v1.7.1
2022-09-21 15:22:10 +00:00
Koen Vlaswinkel
7b1a93d7c6
Use HorizontalSpace instead of margin-left
2022-09-21 15:38:28 +02:00
Koen Vlaswinkel
d3ea84e863
Rename VariantAnalysisCompletionStats to VariantAnalysisStatusStats
2022-09-21 15:22:00 +02:00
Koen Vlaswinkel
1b6685ef6f
Fix "Export All" not always exporting the correct query
...
The "Export All" button was always exporting the selected query, while a
different query could be open in a VSCode panel. This will ensure that
the query ID is passed to the export function, so that the correct query
is exported.
2022-09-21 14:24:54 +02:00
Koen Vlaswinkel
f26795ca17
Merge remote-tracking branch 'origin/main' into koesie10/variant-analysis-stats
2022-09-21 12:28:47 +02:00
Koen Vlaswinkel
617f7bab0a
Extract icons to reusable components
2022-09-21 12:25:36 +02:00
Koen Vlaswinkel
8da1a28478
Add documentation to formatDecimal function
2022-09-21 12:16:37 +02:00
Koen Vlaswinkel
4518d9a81d
Use div instead of empty styled component
2022-09-21 12:16:20 +02:00
Koen Vlaswinkel
3817133b5b
Refactor CodePaths and FileCodeSnippet components
...
This refactors the CodePaths and FileCodeSnippet components to be more
readable and in style with the rest of the "new" components. It does the
following:
- Remove uses of the `style` and `sx` props; replace it by using
`styled-components` instead
- Remove uses of Primer icons
- Split out the components into multiple files
- Change the colors of the severity to match VSCode colors (and make
them themable)
I haven't removed the use of the Primer `Overlay` component yet, since
this component seems to do quite a lot and the VSCode WebView UI Toolkit
doesn't have a replacement for it.
2022-09-21 11:29:39 +02:00
Robert
c9b68caee4
Merge pull request #1526 from github/v1.7.0
...
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
Release PR for v1.7.0
v1.7.0
2022-09-21 09:51:37 +01:00
Andrew Eisenberg
60c4d8d40a
Merge pull request #1519 from github/aeisenberg/upgrade-db-fix
...
Avoid error after upgrading a database
2022-09-20 09:38:26 -07:00
Robert
1a9d63315f
v1.7.0
2022-09-20 16:23:47 +01:00
Charis Kyriakou
5c8098f28d
Move GitHub Actions API client to gh-api directory ( #1524 )
2022-09-20 15:52:55 +01:00
Charis Kyriakou
bcf70c6962
Move zipFile util to its own module for easy re-use ( #1522 )
2022-09-20 09:57:33 +01:00
Koen Vlaswinkel
64f33a5f44
Merge pull request #1520 from github/koesie10/react-components-common
...
Move common React components to separate directory
2022-09-20 10:51:37 +02:00
dependabot[bot]
48a527ad52
Bump applicationinsights from 1.8.7 to 2.3.5 in /extensions/ql-vscode ( #1515 )
...
Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js ) from 1.8.7 to 2.3.5.
- [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases )
- [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/1.8.7...2.3.5 )
---
updated-dependencies:
- dependency-name: applicationinsights
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-09-19 10:02:35 -07:00
Koen Vlaswinkel
faabe6d887
Move common React components to separate directory
2022-09-19 10:03:30 +02:00
Koen Vlaswinkel
4b8d611d86
Merge pull request #1512 from github/koesie10/variant-analysis-header
...
Add variant analysis top header
2022-09-19 09:21:21 +02:00
Andrew Eisenberg
bfc9a17ffb
Update CHANGELOG
2022-09-16 16:19:58 -07:00
Andrew Eisenberg
a4a3f70984
Avoid error after upgrading a database
...
The `runUpgrade` query server command is mistakenly caching the old
dbscheme in memory after running the upgrade. The problem is in the
CLI. The workaround is to restart the query server after running an
upgrade. This is not a great solution, but considering that explicit
upgrades are now very rare. I do not think it is worth putting in
too much effort for a proper fix.
2022-09-16 15:58:39 -07:00
Koen Vlaswinkel
98bae3253d
Merge branch 'koesie10/variant-analysis-header' into koesie10/variant-analysis-stats
2022-09-16 16:34:43 +02:00
Koen Vlaswinkel
70098aa19c
Fix running unit tests on Windows
2022-09-16 14:58:26 +02:00
Koen Vlaswinkel
1261fdd41e
Add stories for individual variant analysis header components
2022-09-16 14:43:02 +02:00