Robert
7538ad1ba4
Add parseVariantAnalysisQueryLanguage method
2022-09-23 12:21:14 +01:00
Robert
24c2663fe7
Use separate describe blocks for live results enabled vs disabled
2022-09-23 12:03:27 +01:00
Robert
50aaf3b537
Move more implementation of fetching the controller repo into getControllerRepo
...
This involved changing a few different methods to take a Repository object
instead of taking owner and repo separately. Overall I think this is a good change.
2022-09-23 11:01:25 +01:00
Robert
847082cd30
Set live results mode to off both before and after tests
2022-09-23 10:41:14 +01:00
Robert
7874a34947
Add tests for runRemoteQuery when in live results mode
2022-09-22 17:33:35 +01:00
Robert
52f993f748
Implement submitting a variant analysis
2022-09-22 12:20:24 +01:00
Robert
7d721d9544
Add getControllerRepoId method
2022-09-22 11:35:16 +01: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
Koen Vlaswinkel
c914312e85
Move variant analysis header tests to individual components
2022-09-16 14:40:41 +02:00
Koen Vlaswinkel
cd2b5a8c59
Set timezone and locale for tests
2022-09-16 14:36:12 +02:00
Koen Vlaswinkel
29a43c7dc1
Merge pull request #1518 from github/koesie10/codeowners-mrva
...
Add correct CODEOWNERS for MRVA webviews
2022-09-16 13:45:23 +02:00
Koen Vlaswinkel
8ef3c3713b
Add correct properties to variant analysis mock view
2022-09-16 13:33:34 +02:00
Koen Vlaswinkel
54f83d11d6
Add correct CODEOWNERS for MRVA webviews
2022-09-16 13:30:26 +02:00
Koen Vlaswinkel
22cfad6711
Add variant analysis stats to header component
2022-09-16 13:25:23 +02:00
Koen Vlaswinkel
cbc2650f30
Add tests for date and number formatting functions
2022-09-16 13:18:21 +02:00