Граф коммитов

222 Коммитов

Автор SHA1 Сообщение Дата
Edoardo Pirovano e119218828 Update extensions/ql-vscode/CHANGELOG.md
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2021-08-23 21:30:30 +01:00
Edoardo Pirovano 2561db1721 Allow exporting of results for non-alert queries 2021-08-23 21:30:30 +01:00
Benjamin Muskalla 089b23f0aa Remove old changelog entry 2021-08-19 13:04:16 +01:00
Benjamin Muskalla fbed7dd1ca Mention filename pattern in changelog 2021-08-19 13:04:16 +01:00
shati-patel 3d647f68e1 Bump version to v1.5.4 2021-08-18 16:43:37 +01:00
shati-patel 6a36dc34cc v1.5.3 2021-08-18 16:29:41 +01:00
Eric Kim 3d8032c9b7 Update Changelog 2021-08-17 08:28:25 -07:00
shati-patel 5932bdba96 Address review comments
- Tweak return types + logging
- Update changelog
2021-08-04 20:00:49 +01:00
shati-patel d2d1a09723 Update changelog 2021-07-16 09:34:45 +01:00
shati-patel 7df634f050 Bump version to v1.5.3 2021-07-13 18:50:52 +01:00
shati-patel 46606aa7b5 v1.5.2 2021-07-13 18:27:28 +01:00
shati-patel 977b061048 Fix error from "Open Query Results" button 2021-07-13 09:04:00 +01:00
shati-patel 7a58d360fd Update changelog 2021-07-12 09:36:10 +01:00
shati-patel 1a18c6d056 Update changelog 2021-06-25 16:14:12 -07:00
shati-patel c361671e36 Bump version to v1.5.2 2021-06-23 19:28:31 +01:00
shati-patel b71452b87c v1.5.1 2021-06-23 16:11:05 +01:00
shati-patel 5a0b1b290f Bump version to v1.5.1 2021-06-14 20:23:08 +01:00
shati-patel 472008888c v1.5.0 2021-06-14 20:00:34 +01:00
shati-patel aa0d844dc1 Add more context in changelog 2021-06-14 18:42:42 +01:00
shati-patel 2523f81640 Update changelog 2021-06-14 18:42:42 +01:00
shati-patel a8fd6cc0ee Add changelog note 2021-05-21 21:41:40 +01:00
Chuan-kai Lin 540cb99de4 Reregister testproj databases around test runs
To deal with the problem of CodeQL tests modifying open testproj databases,
this commit removes open databases from the extension prior to running tests,
and tries to open those databases again after tests finish running.
2021-05-20 16:00:45 -07:00
Eric Kim 3abc8df8fc Update ChangeLog 2021-05-17 19:01:03 -07:00
Andrew Eisenberg c4b12250ba Update ChangeLog 2021-05-14 08:00:25 -07:00
shati-patel 72d57eec6e Bump version to v1.4.9 2021-05-05 10:04:39 -07:00
shati-patel 692e1235e8 v1.4.8 2021-05-05 17:41:02 +01:00
Shati Patel 67eaaadfce Update changelog 2021-04-29 10:31:51 -07:00
Shati Patel eab5865a5c Fix conflict in changelog 2021-04-26 07:53:03 -07:00
Shati Patel 0e8cd0d2b1 Update changelog 2021-04-26 07:53:03 -07:00
Andrew Eisenberg fce9bbce20 Update changelog 2021-04-23 14:57:28 -07:00
aeisenberg f6c67bf696 Bump version to v1.4.8 2021-04-23 17:29:40 +01:00
Andrew Eisenberg 3fce04a24b v1.4.7 2021-04-23 08:11:50 -07:00
Henry Mercer fba8f51d1b
Add polyfill for path to fix a bug that prevented the results view from being loaded (#842)
* Add a polyfill for the Node.js path module

Webpack >v5 doesn't include polyfills for core modules from Node.js by
default. Since we use `path` in the results table UI, we need to include
our own polyfill. This commit adds `path-browserify` to the
distributed extension.

As future work, we could move SARIF location rendering into the core
extension so we don't need to use `path.basename` in the UI. This would
allow us to remove the polyfill.

* Add changelog note
2021-04-23 12:53:48 +01:00
aeisenberg 31ee3cb978 Bump version to v1.4.7 2021-04-23 03:57:48 -07:00
Andrew Eisenberg 4d99126994 v1.4.6 2021-04-21 11:33:47 -07:00
Henry Mercer ced34ad704 Add changelog note 2021-04-21 15:43:57 +01:00
Andrew Eisenberg bf5ed193be Avoid opening the results panel on db deletion
Fixes https://github.com/github/vscode-codeql/issues/823
2021-04-19 08:05:27 -07:00
Andrew Eisenberg 5b08fd0df1 Fix CHANGELOG 2021-04-10 11:19:32 -07:00
Edoardo Pirovano e033578cd2 Add feature to jump to the .ql file referenced by a .qlref 2021-04-09 15:19:47 -07:00
Andrew Eisenberg 6d26491243 Avoid displaying error message for @kind table queries
Also, add a unit test for this area.
2021-03-29 08:16:51 -07:00
Aditya Sharad cd7354446b
v1.4.5 (#804) 2021-03-22 17:18:32 -07:00
Andrew Eisenberg 8c2db75886
Avoid showing an error when query has not @kind metadata (#801)
Fixes #800
2021-03-22 08:03:13 -07:00
aeisenberg ada1180468 Bump version to v1.4.5 2021-03-19 15:39:32 -07:00
Andrew Eisenberg df936167d5 v1.4.4 2021-03-19 10:24:35 -07:00
Andrew Eisenberg 0327ec358c Update Changelog 2021-03-19 08:58:10 -07:00
Edoardo Pirovano 10e86f1835 Add some commonly used QL snippets 2021-03-17 08:43:00 -07:00
Edoardo Pirovano dbaed3acd5 Implement viewing of query results as a CSV 2021-03-17 08:04:46 -07:00
Edoardo Pirovano 6830bdd28d Add option to pass additional arguments when running tests 2021-03-16 13:45:00 -07:00
Edoardo Pirovano e316decae1 Implement sorting of query history by name, date, and result count 2021-03-15 11:18:47 -07:00
Edoardo Pirovano b30121b84c Apply suggestions from code review
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
2021-03-12 08:46:45 -08:00