Angela P Wen
619c485224
Show query results before structured evaluator log summary completes ( #1350 )
2022-05-17 10:45:52 -04:00
Shati Patel
9367d5fb45
MRVA: Export results to local markdown files ( #1344 )
2022-05-17 10:03:23 +01:00
Shati Patel
50ec97ad91
Update CLI version used in tests
2022-05-16 17:43:06 +01:00
shati-patel
fa5fcde987
Rename button component
2022-05-16 16:45:07 +01:00
shati-patel
5b33333404
Fix padding to match design doc
2022-05-16 16:45:07 +01:00
shati-patel
cf50624e4e
Tidy up
2022-05-16 16:45:07 +01:00
shati-patel
ccc9ed8b49
MRVA: Add webview button to export results
2022-05-16 16:45:07 +01:00
shati-patel
141f5381e7
MRVA: Export results from query history
2022-05-16 10:08:46 +01:00
shati-patel
be054ca4f8
Move "exporting results" to a separate file
2022-05-12 13:26:16 +01:00
Shati Patel
0a06452450
Update extensions/ql-vscode/src/remote-queries/remote-queries-manager.ts
...
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
2022-05-11 17:27:45 +01:00
shati-patel
b840d3f9bf
Tidy up Gist creation
2022-05-11 17:27:45 +01:00
shati-patel
c829c30688
MRVA: Add command to export markdown results to gist
2022-05-11 17:27:45 +01:00
Shati Patel
7947afb1b4
Remove unnecessary commas from alert `shortDescription`
2022-05-10 11:39:41 +01:00
Andrew Eisenberg
c058e7a128
Merge pull request #1340 from github/aeisenberg/fix-integration-tests
...
Fix cli-integration tests
2022-05-09 14:48:17 -07:00
Andrew Eisenberg
1dc663339d
Revert back to vscode-test
2022-05-09 14:02:22 -07:00
Andrew Eisenberg
351db4efc8
Fix cli-integration tests
...
The main problem this commit fixes is with vscode 1.67.0, an error is
thrown when inside of integration tests and a dialog box is opened. We
were opening the telemetry dialog box. Now, an env variable is set
during cli-integration tests that prevents the dialog from being
opened.
There are also other cleanups and improvements with cli-integration
tests that assist with running locally:
- `vscode-test` dependency has been renamed to `@vscode/test-electron`,
so use that instead and make the small API changes to support it.
- Commit the codeql-pack.lock.yml file so it isn't recreated on each
test run.
- Ensure all databases are removed before _and after_ each test run
that manipulates the set of installed databases
- Similarly, for quick query files, delete them before and after each
test.
- Change some async `forEach` blocks to for loops in order to support
sequential operations more easily.
2022-05-09 13:50:28 -07:00
Shati Patel
12d6ea3966
Update CLI version used in tests
2022-05-05 18:17:18 +01:00
shati-patel
e1adc7b428
MRVA: Rename summary file to make it appear first alphabetically
2022-05-05 14:32:55 +01:00
shati-patel
dc34adadcd
Tidy up tests to use expected directory
2022-05-05 14:01:39 +01:00
shati-patel
6e06381640
Move `expected` files into subdirectory
2022-05-05 14:01:39 +01:00
shati-patel
f55389cd26
MRVA: Also test names of generated markdown files
2022-05-05 14:01:39 +01:00
shati-patel
6d930f53ba
Don't include file extension for summary file
...
(to be consistent with other markdown files)
2022-05-04 17:18:00 +01:00
shati-patel
f7616cf685
Refactor: Include filename when generating markdown
2022-05-04 17:18:00 +01:00
Andrew Eisenberg
befc2cddd2
Apply suggestions from code review
...
Co-authored-by: Robert <robertbrignull@github.com>
2022-05-04 07:46:53 -07:00
Andrew Eisenberg
ef268e043f
Further massage the message after running remote queries
2022-05-03 16:38:44 -07:00
Charis Kyriakou
e10d2aef8e
Upgrade node version minimum requirement ( #1326 )
2022-05-03 16:10:45 +01:00
Charis Kyriakou
a97c5fe836
MRVA: Support both local and gist links when generating markdown
2022-05-03 13:27:53 +01:00
shati-patel
9b6eddddae
MRVA: Expand path results individually
2022-04-29 18:50:30 +01:00
shati-patel
ed84825e65
See if `replaceAll` works on actions
2022-04-29 14:58:16 +01:00
shati-patel
cb84003c31
Actually fix the test + code scanning error 🤞🏽
2022-04-29 14:58:16 +01:00
shati-patel
a1cd87aa3a
Update test data + try to fix code scanning error
2022-04-29 14:58:16 +01:00
shati-patel
7d3b015e20
Generate markdown for raw result tables
2022-04-29 14:58:16 +01:00
Charis Kyriakou
7d0d11f526
MRVA: Add view on GitHub action to cancelled/failed queries ( #1325 )
2022-04-29 11:11:33 +01:00
shati-patel
2675bf464e
Correctly indent code snippets that use tabs
2022-04-28 12:03:39 +01:00
shati-patel
b638449498
Link to specific highlighted line instead of whole code snippet
2022-04-28 12:03:39 +01:00
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 )
...
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
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