shati-patel
1a9a62a22d
Merge pull request #195 from jcreedcmu/changelog
...
Build Extension / Build (ubuntu-latest) (push) Has been cancelled
Build Extension / Build (windows-latest) (push) Has been cancelled
Build Extension / Test (ubuntu-latest) (push) Has been cancelled
Build Extension / Test (windows-latest) (push) Has been cancelled
Release / Release (push) Has been cancelled
Update changelog
v1.0.2
2019-12-13 10:12:13 +00:00
Jason Reed
cc403e7548
Update changelog
2019-12-12 13:42:36 -08:00
jcreedcmu
426477e9c1
Merge pull request #198 from henrymercer/fix-sidebar-focus-change
...
Fix sidebar focus change when showing results
2019-12-12 09:35:40 -08:00
Henry Mercer
7f286692cd
Fix sidebar focus change when showing results
...
Do this by lazily updating the selection of the query history view,
since the only API for changing a TreeView selection reveals the
TreeView.
Fixes #197
2019-12-12 16:45:44 +00:00
Jason Reed
a1f110d617
Update changelog
2019-12-11 15:21:28 -08:00
Alexander Eyers-Taylor
f62a48360e
Merge pull request #194 from henrymercer/update-marketplace-icon
...
Update marketplace icon
2019-12-11 16:22:34 +00:00
Henry Mercer
b4748d7c44
Update marketplace icon
2019-12-11 14:45:50 +00:00
Alexander Eyers-Taylor
eeca6d1122
Merge pull request #190 from henrymercer/unused-value-checks
...
Enable unused value compiler checks
2019-12-11 14:22:58 +00:00
Alexander Eyers-Taylor
722619f2d6
Merge pull request #189 from henrymercer/no-db-info-handling
...
Log if a database metadata file could not be found
2019-12-11 14:21:40 +00:00
Henry Mercer
8190e7c642
Enable unused value compiler checks
...
Specifically, enable the noUnusedLocals and noUnusedParameters options.
2019-12-11 11:57:07 +00:00
Alexander Eyers-Taylor
7c183d0f1c
Merge pull request #193 from jcreedcmu/result-count
...
Show number of results in results view
2019-12-10 19:24:42 +00:00
Alexander Eyers-Taylor
8d0d4bb7ba
Merge pull request #176 from jcreedcmu/jcreed/label
...
Improvements to Query History Labels
2019-12-10 19:05:29 +00:00
Jason Reed
4af73484e0
Show number of results in results view
2019-12-09 13:25:22 -08:00
jcreedcmu
7fc18d3aa8
Merge pull request #192 from dbartol/dbartol/int32
...
Fix display of negative integers in results
2019-12-09 11:36:25 -08:00
Dave Bartolomeo
43549eeb53
Fix display of negative integers in results
2019-12-09 12:14:45 -07:00
Henry Mercer
b0302caa7f
Log if a database metadata file could not be found
...
This is a key cause of not being able to produce interpreted results, so
logging it helps us debug a lack of interpreted results.
Also make the database metadata check async
2019-12-05 16:03:51 +00:00
jcreedcmu
513d76364d
Merge pull request #187 from adityasharad/actions/bump-version-after-release
...
Actions: Open a PR after each release to bump the patch version.
2019-12-04 09:19:15 -05:00
Jason Reed
4bbd5af53d
Fix LGTM warning
2019-12-04 08:23:47 -05:00
Jason Reed
ccffbb8258
Allow configuring default query history format in settings
...
Changes to settings should be immediately reflected in query history.
2019-12-04 08:23:47 -05:00
Jason Reed
3a43cfe8db
Allow simple templating of query history labels
2019-12-04 08:23:47 -05:00
Jason Reed
52b83847dc
Allow custom labels in query history
2019-12-04 08:23:47 -05:00
Aditya Sharad
ee30c311a0
Actions: Exclude build artifacts from version bump PRs.
2019-12-03 15:16:33 -08:00
Aditya Sharad
1efce610f2
Actions: Open a PR after each release to bump the patch version.
2019-12-03 15:05:15 -08:00
jcreedcmu
e056c61a44
Merge pull request #175 from asgerf/asgerf/path-result-nav
...
Add commands for navigating the steps on a path
2019-11-25 13:57:03 -05:00
Asger F
8c3bd77d67
TS: Use const instead of let
2019-11-25 16:43:19 +00:00
Alexander Eyers-Taylor
0d7eb93037
Merge pull request #182 from henrymercer/tweak-view-results-message
...
Use quoted query name in view results message
2019-11-25 16:21:50 +00:00
Henry Mercer
cf118ceb81
Use quoted query name in view results message
...
This gives better results for query names that start with for example
a multiple letter acronym.
2019-11-25 15:49:11 +00:00
Henry Mercer
1577dfd4ee
Merge pull request #181 from alexet/alexet/fix-sorted-filename
...
Store the current counter value and use it for the sorted results path.
2019-11-25 14:30:45 +00:00
alexet
b04d84c194
Rename queryCounter to nextQueryId.
2019-11-25 14:22:10 +00:00
alexet
5a5681db12
Store the current counter value and use it for the sorted results path.
...
This way they don't clash when switching between sorted queries.
2019-11-25 12:14:18 +00:00
Alexander Eyers-Taylor
6e9c64d9fc
Merge pull request #177 from henrymercer/improve-errors
...
Improve error handling for CLI installation and updates
2019-11-25 12:09:12 +00:00
Aditya Sharad
6f4211b579
Merge pull request #180 from github/dbartol/Bump-1.02
...
Bump version to 1.0.2
2019-11-22 09:33:25 -08:00
Dave Bartolomeo
4c8c4ef153
Bump version to 1.0.2
...
Now that we've released 1.0.1, all subsequent builds should be prerelease versions of 1.0.2
2019-11-22 10:28:29 -07:00
Henry Mercer
72023abaaf
Merge pull request #179 from shati-patel/move-changelog
...
Move changelog to be packaged with extension
2019-11-22 11:45:30 +00:00
Shati Patel
b65a0ceb74
Move changelog to be packaged with extension
2019-11-22 11:26:48 +00:00
jcreedcmu
07f96bf43e
Merge pull request #178 from adityasharad/add-changelog
...
Build Extension / Build (ubuntu-latest) (push) Has been cancelled
Build Extension / Build (windows-latest) (push) Has been cancelled
Build Extension / Test (ubuntu-latest) (push) Has been cancelled
Build Extension / Test (windows-latest) (push) Has been cancelled
Release / Release (push) Has been cancelled
Add changelog.
v1.0.1
2019-11-21 13:21:33 -05:00
Aditya Sharad
5d8e12865d
Add changelog.
2019-11-21 10:11:04 -08:00
Henry Mercer
b48fbdebff
Report rate limiting errors more clearly
...
Also report problems updating the distribution on extension activation
as warnings, and improve task names in error messages.
2019-11-21 16:46:57 +00:00
Alexander Eyers-Taylor
36fedac2ca
Merge pull request #174 from henrymercer/settings-scope
...
Change distribution settings to machine scope
2019-11-21 15:10:03 +00:00
Asger F
7a2edfbbf9
Add commands for path navigation
2019-11-21 15:09:49 +00:00
Asger F
c0ffb7eaf1
Lift parseSarifLocation out of class
2019-11-21 15:04:17 +00:00
Asger F
3e8c53be78
Highlight currently selected path node
2019-11-21 14:49:15 +00:00
Henry Mercer
8400f75bb5
Change distribution settings to machine scope
2019-11-21 12:43:54 +00:00
jcreedcmu
a5594043e1
Merge pull request #164 from asgerf/asgerf/decorate-selected-path-node
...
Add decoration to focused item
2019-11-20 09:04:23 -05:00
Asger F
1fc5e77de6
Fix typo in comment
2019-11-20 11:13:45 +00:00
Asger F
0c45210021
Treat single-line and multi-line ranges differently
2019-11-20 10:22:56 +00:00
Aditya Sharad
4287f4d01b
Merge pull request #169 from jcreedcmu/no-selected-class
...
Simplify selected results table handling
2019-11-19 08:47:42 -08:00
Aditya Sharad
cfcbdcd3d0
Merge pull request #170 from jcreedcmu/fix-upgrades
...
Fix auto-upgrade script path
2019-11-18 13:08:27 -08:00
Jason Reed
a1f0af9086
Fix auto-upgrade script path
...
This was a simple case of passing entirely the wrong data as an
argument to the `upgradeDatabase` call in `queries.ts`. We were
passing the list of search paths for upgrades, when we should have
been passing the list of directories directly containing upgrade
scripts to be applied.
2019-11-18 15:56:45 -05:00
Jason Reed
155a235cf1
Simplify selected results table handling
...
We don't need to render all tables and use css to hide the ones we
don't currently want to see. Instead have `render` return the dom that
should be visible given the current state.
2019-11-18 09:20:32 -05:00