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

252 Коммитов

Автор SHA1 Сообщение Дата
marcnjaramillo 4374f409a8 Add changelog entry and add missing dependencies 2021-11-17 16:37:37 -08:00
Andrew Eisenberg 03d4aca639
Add leniency in how positions are handled (#1002)
* Add leniency in how positions are handled

Previously, positions with end column of 0 were rejected by the
extension. CodeQL positions are supposed to be 1-based, but the CLI
does handle 0-based and negative positions by using character offsets
from the current line start.

Instead of rejecting these kinds of positions, the extension should
handle them as gracefully as possible.

Fixes #999

* Add changelog entry
2021-11-17 16:24:48 -08:00
Musab Guma'a 848869e3f4 Make "Open Referenced File" command functional on open .qlref 2021-11-02 11:19:39 +00:00
Musab Guma'a 746086b761 Fix "Open Referenced File" command for windows paths 2021-10-27 16:54:21 +01:00
Musab Guma'a 3d24328402
Update CHANGELOG.md 2021-10-20 20:46:22 +01:00
Musab Guma'a 1014c4bdda Added case-insensitive fallback check for GitHub repos when downloading an LGTM project. 2021-10-20 19:35:41 +01:00
marcnjaramillo 98d48a3709 Update CHANGELOG.md entries for most recent changes 2021-10-19 11:14:19 -07:00
marcnjaramillo b22a8692c8 Integrated CLI database unbundle command for archive download
Co-authored by: Marc Jaramillo mnj.webdeveloper@gmail.comm
Co-authored by: Musab Guma'a mgsium@github.com
2021-10-18 14:55:17 -07:00
Marc Jaramillo b43b824da6
Simplify changelog entry
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
2021-10-08 13:52:07 -07:00
marcnjaramillo 22616c5582 Add changes to changelog 2021-10-08 13:05:48 -07:00
shati-patel 68863e3b90 Bump version to v1.5.7 2021-10-07 18:47:29 +01:00
shati-patel b38b884715 Add 1.5.6 header 2021-10-07 18:31:36 +01:00
shati-patel cc6f2d8886 Prepare release 2021-10-07 18:31:36 +01:00
Andrew Eisenberg 6292adf491
Merge branch 'main' into fix-db-remove 2021-10-07 08:17:24 -07:00
Andrew Eisenberg 112d40ff1c
Update CHANGELOG.md 2021-10-07 08:15:35 -07:00
Marc Jaramillo 21dda65871
Add progress messages to LGTM download option. (#960)
* Add progress messages to LGTM download option.

* Add additional argument to get test passing again.

* Make edits requested by @aeisenerg

* Fix assertion in test case

* Update extensions/ql-vscode/CHANGELOG.md
2021-10-04 17:22:11 +01:00
Marc Jaramillo 3fb2c71390
Merge branch 'main' into fix-lgtm-download-message 2021-10-01 11:19:57 -07:00
marcnjaramillo b40f648a87 Remove line about selecting a language from the dropdown. 2021-10-01 11:07:37 -07:00
Musab Guma'a 0493e316c0 Update extensions/ql-vscode/CHANGELOG.md
Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com>
2021-10-01 17:37:54 +01:00
Musab Guma'a 137e17c2e1 Add fix entry to CHANGELOG.md 2021-10-01 17:37:54 +01:00
aeisenberg a715ce13c9 Bump version to v1.5.6 2021-09-08 16:15:15 -07:00
Andrew Eisenberg 005372abba v1.5.5 2021-09-08 15:49:18 -07:00
Andrew Eisenberg 3f22587a7c Update changelog 2021-09-08 17:02:49 -04:00
Harry Maclean db529d5247 Update changelog 2021-09-07 15:58:33 +01:00
aeisenberg 0c6ca81437 Bump version to v1.5.5 2021-09-02 12:40:04 -07:00
Andrew Eisenberg b2422216b5 Update changelog for v2.5.4 release 2021-09-02 11:51:35 -07:00
Dave Bartolomeo 7e78a6bc5c Fix PR feedback 2021-09-02 11:14:32 -07:00
Dave Bartolomeo a4532fdc61 Add changenote for AST viewer failure fix 2021-09-02 11:14:32 -07:00
Benjamin Muskalla f6485dac95 Add changelog for sticky pagination controls 2021-08-26 08:14:25 -07:00
shati-patel 38a64017f2 New setting to specify number of paths per alert 2021-08-25 09:27:37 +01:00
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