shati-patel
e12bf63f9a
Minor tidy-up
2022-04-27 16:45:01 +01:00
shati-patel
ffcc1f82f1
Generate markdown summary file for raw results
2022-04-27 16:45:01 +01:00
shati-patel
04d7b12dd8
Extract "getAnalysisResultCount" to helper file
2022-04-27 16:45:01 +01:00
shati-patel
3e33b00a75
Add test data for raw results
2022-04-27 16:45:01 +01:00
Andrew Eisenberg
12dc378fc1
Merge pull request #1305 from github/aeisenberg/mrva-result-message
...
Update the warning message after running variant analysis
2022-04-26 11:46:03 -07:00
Andrew Eisenberg
bbe99f4451
Fix newlines in tests
2022-04-26 11:34:00 -07:00
shati-patel
91b17f8fa6
Update CLI version used in tests
2022-04-26 14:36:48 +01:00
Shati Patel
69f1778309
Update extensions/ql-vscode/src/remote-queries/remote-queries-markdown-generation.ts
...
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com >
2022-04-26 10:15:45 +01:00
shati-patel
c55e801d00
Add example with multiple paths
2022-04-26 10:15:45 +01:00
shati-patel
b363f77a83
Tidy up how we display paths
2022-04-26 10:15:45 +01:00
shati-patel
f55f46f95b
Markdown rendering: Display paths
2022-04-26 10:15:45 +01:00
github-actions[bot]
5ee2f0efe1
Bump version to v1.6.6 ( #1315 )
...
Co-authored-by: angelapwen <angelapwen@users.noreply.github.com >
2022-04-25 10:34:34 -07:00
Angela P Wen
1314a36ba4
v1.6.5 ( #1314 )
...
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
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
v1.6.5
2022-04-25 09:42:44 -07:00
shati-patel
2b8b621298
10% nicer way of wrapping code lines 😄
...
+ update test data to contain a single-line example
2022-04-25 12:42:10 +01:00
shati-patel
aed4c9fc58
MRVA: Make markdown code snippets look nicer
...
Remove some extraneous newlines
2022-04-25 12:42:10 +01:00
Andrew Eisenberg
604001dfb1
Update extensions/ql-vscode/src/remote-queries/run-remote-query.ts
...
Move comment
2022-04-22 13:42:10 -07:00
shati-patel
1a03c0e4ac
Attempt to fix tests
2022-04-22 14:52:15 +01:00
shati-patel
a8c54b7640
MRVA: Don't display excessive error/warning pop-ups if user doesn't select a repo list
2022-04-22 14:52:15 +01:00
shati-patel
9bb60c9474
Link to workflow + fix incorrect comment
2022-04-22 13:01:54 +01:00
shati-patel
0b2ce7a071
MRVA: Display available results, even if some jobs are cancelled
2022-04-22 13:01:54 +01:00
Andrew Eisenberg
44145baca7
Use os.EOL instead of \n
2022-04-21 08:47:48 -07:00
Angela P Wen
dac7881ca3
Bug fix for show eval log and show eval log summary commands in query history view ( #1304 )
2022-04-21 08:11:58 -07:00
Charis Kyriakou
31bd927959
Fix max-width for code paths ( #1309 )
2022-04-21 13:12:40 +00:00
shati-patel
908a862dd1
Tidy up test
2022-04-21 09:57:23 +01:00
shati-patel
6676ba99d0
Add initial test data for problem query
2022-04-21 09:57:23 +01:00
shati-patel
6d3c6e598f
Change folder structure to have separate folders for path-problem and problem queries
2022-04-21 09:57:23 +01:00
shati-patel
e1a10fc827
Markdown results: Highlight snippets with "<strong>"
2022-04-21 09:17:31 +01:00
Andrew Eisenberg
2ebdbaafa3
Update the warning message after running variant analysis
...
Adds more information about onboarding new repos.
2022-04-20 14:46:23 -07:00
shati-patel
a74dfea08b
Use HTML code blocks
...
This is so that we can highlight code snippets using `<strong>` tags
2022-04-20 10:32:24 +01:00
Andrew Eisenberg
44ff380c86
Merge pull request #1295 from github/aeisenberg/result-log
...
Add better error messages for partial failing variant analysis
2022-04-19 17:55:31 -07:00
Andrew Eisenberg
0a41713253
Add new test
...
And rename test file.
2022-04-19 17:45:17 -07:00
Andrew Eisenberg
f5a5675da4
Merge pull request #1298 from github/aeisenberg/no-results-mixing
...
Avoid loading wrong results into an open window
2022-04-19 16:02:14 -07:00
Andrew Eisenberg
7a8cf55090
Merge pull request #1294 from github/aeisenberg/db-name-github
...
Display nicer names for github-downloaded databases
2022-04-19 16:01:04 -07:00
Andrew Eisenberg
7932de3b7d
Merge pull request #1299 from github/aeisenberg/remove-jsonc
2022-04-18 09:06:13 -07:00
Andrew Eisenberg
c8ba967a54
Remove jsonc dependency
...
This dependency was only used to parse package.json and
this can be just as easily parsed by regular JSON object.
jsonc can also parse JSON with comments, but there are no
comments in package.json.
2022-04-14 15:45:24 -07:00
Andrew Eisenberg
f5d2f0e0ca
Merge pull request #1263 from github/dependabot/npm_and_yarn/extensions/ql-vscode/zip-a-folder-1.1.3
...
Bump zip-a-folder from 0.0.12 to 1.1.3 in /extensions/ql-vscode
2022-04-14 15:36:44 -07:00
Andrew Eisenberg
2c7e2f4b7f
Avoid loading wrong results into an open window
...
This fixes a bug where an open results view will accumulate results from
other queries who have their results downloaded while this view is open.
The fix is to ensure that the results view for the query is open when
some results are downloaded.
2022-04-14 14:54:42 -07:00
dependabot[bot]
ee3ebe687b
Bump zip-a-folder from 0.0.12 to 1.1.3 in /extensions/ql-vscode
...
Bumps [zip-a-folder](https://github.com/maugenst/zip-a-folder ) from 0.0.12 to 1.1.3.
- [Release notes](https://github.com/maugenst/zip-a-folder/releases )
- [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-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-14 21:09:55 +00:00
Andrew Eisenberg
77024f0757
Merge pull request #1297 from github/dependabot/npm_and_yarn/extensions/ql-vscode/async-2.6.4
...
Bump async from 2.6.3 to 2.6.4 in /extensions/ql-vscode
2022-04-14 14:08:46 -07:00
Andrew Eisenberg
c0e39886eb
Add unit tests for remote queries in logs
...
Also, change text slightly.
2022-04-14 13:39:36 -07:00
dependabot[bot]
6339e7897d
Bump async from 2.6.3 to 2.6.4 in /extensions/ql-vscode
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-14 19:41:37 +00:00
Andrew Eisenberg
783a8a8772
Merge pull request #1290 from github/aeisenberg/remote-history-label-editing
...
Allow remote query items to have their labels edited
2022-04-14 12:40:50 -07:00
Andrew Eisenberg
8f2d865999
Display nicer names for github-downloaded databases
...
This will now name databases downloaded from github based on their nwo.
Also, this adds a new button to suggest downloading from github in an
empty databases view.
2022-04-14 12:36:43 -07:00
Andrew Eisenberg
d6d0825926
Merge branch 'main' into aeisenberg/remote-history-label-editing
2022-04-14 12:30:08 -07:00
Andrew Eisenberg
37de2e7f52
Add better error messages for partial failing variant analysis
...
Two scenarios handled:
1. no database for existing repo
2. repo does not exits (or no access rights for current user)
In either case, an error message is sent to the logs, with a notificaiton
in a popup.
2022-04-13 16:32:13 -07:00
Andrew Eisenberg
800c9e0c93
Remove deprecated comments
...
Also, change interpolation of result count. For Remote queries, this
value will be empty. For local queries, use the label `X results`, where
`X` is the number of results for this query.
2022-04-13 14:08:44 -07:00
shati-patel
a1bc7eb4d5
Capitalize!
2022-04-13 17:00:17 +01:00
shati-patel
8ff45d2aee
Split handling of highlighted code lines into helper function
2022-04-13 17:00:17 +01:00
Andrew Eisenberg
8ec19777b5
Merge pull request #1291 from github/aeisenberg/handle-remote-cancel
...
Handle cancelling of remote queries
2022-04-13 06:59:14 -07:00
Andrew Eisenberg
3e388fedeb
Merge pull request #1292 from github/aeisenberg/rename-remote-queries
...
Rename remote queries -> variant analysis
2022-04-13 06:41:33 -07:00