jcreedcmu
57ea215639
Merge pull request #496 from jcreedcmu/jcreed/untangle
...
Reduce dependencies on internal modules
2020-07-14 13:03:03 -04:00
Jason Reed
868b356588
Sharpen comment slightly.
2020-07-14 07:46:43 -04:00
Jason Reed
2dd841e667
Pacify lint.
...
Apparently the linter wants a tsconfig file to be able to lint the
compare view typescript. I made the configFile specification in the
webpack.config.ts more specific so that we use the same config
every time during webview build.
2020-07-13 13:04:22 -04:00
Jason Reed
609fea404d
Remove extension dependency on semmle-io-node
2020-07-13 12:59:13 -04:00
Jason Reed
24da63fbfa
Remove extension dependency on semmle-bqrs
2020-07-13 12:48:55 -04:00
Jason Reed
10156b1f49
Remove semmle-bqrs dependency from test.
2020-07-13 12:46:17 -04:00
Jason Reed
3694fdaecb
Make tsconfig.json selection during webpack deterministic.
...
Without this `configFile` option, ts-loader apparently does not
guarantee a deterministic choice of which of the three `tsconfig.json`
files below `extensions/ql-vscode` actually gets used during webpack.
This leads to very strange behavior as even removing dead code can
change which `tsconfig.json` 'wins the race'. I observed that removing
a dependence on `semmle-bqrs` from `src/view` *tended* to make
`ts-loader` choose `src/compare/view/tsconfig.json` instead.
2020-07-13 12:39:37 -04:00
Jason Reed
4c30374dc3
Extract tryGetResolvableLocation from semmle-bqrs
2020-07-13 11:01:11 -04:00
Jason Reed
26d83b5cef
Reduce dependencies on semmle-bqrs.
...
Eliminate references to types in library semmle-bqrs in favor of a
local copy of those same types in bqrs-types.ts.
2020-07-13 10:56:11 -04:00
jcreedcmu
2243c21afc
Merge pull request #494 from jcreedcmu/jcreed/fix-integration-tests
...
Remove failing integration test
2020-07-10 11:06:41 -04:00
Jason Reed
46bddcd8fa
Remove dead code and associated test.
2020-07-10 09:11:08 -04:00
Jason Reed
df5dccc3f6
'Pin' to stable instead
2020-07-10 08:59:23 -04:00
Jason Reed
3207c594e7
Pin to vscode version for integration testing
2020-07-09 18:39:19 -04:00
jcreedcmu
70de59eabd
Merge pull request #491 from jcreedcmu/jcreed/cleanup
...
Remove pagination feature flag
2020-07-08 11:31:23 -04:00
Jason Reed
27dd804731
Fix display of offsets in raw results table
2020-07-08 08:56:42 -04:00
Jason Reed
240e0fbd4e
Remove feature flag
2020-07-08 08:56:42 -04:00
Jason Reed
f65caa0d85
Remove ExtensionParsedResultSets type
2020-07-08 08:56:42 -04:00
Jason Reed
e7192eb423
Remove WebviewParsed branch from ParsedResultSets
...
Also remove dead code downstream from it.
2020-07-08 08:56:42 -04:00
jcreedcmu
06b51326a3
Merge pull request #490 from github/version/bump-to-v1.3.2
...
Bump version to v1.3.2
2020-07-07 14:44:42 -04:00
github-actions[bot]
82a6ef4844
Bump version to v1.3.2
2020-07-07 18:36:48 +00:00
jcreedcmu
379b69a0e9
Merge pull request #489 from jcreedcmu/jcreed/v1.3.1
...
Code Scanning - CodeQL / codeql (push) Has been cancelled
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 for release
v1.3.1
2020-07-07 14:34:28 -04:00
Jason Reed
c4353981fa
update CHANGELOG for release
2020-07-07 14:28:53 -04:00
jcreedcmu
cc7fb39be7
Merge pull request #488 from jcreedcmu/jcreed/query-text
...
Fix display of quick-query query text
2020-07-07 11:57:07 -04:00
Jason Reed
d8266b7bc1
Update CHANGELOG.
2020-07-07 08:40:07 -04:00
Jason Reed
d50277380b
Fix display of quick-query query text
2020-07-07 08:39:03 -04:00
Andrew Eisenberg
3e149e7bb3
Update changelog
2020-07-06 07:32:35 -07:00
Andrew Eisenberg
00e252d48a
Change styling on pagination section
2020-07-06 07:32:35 -07:00
Andrew Eisenberg
6a2832fcc7
Update changelog
2020-07-06 07:21:12 -07:00
Andrew Eisenberg
a7d99cc7e2
Fix nested problem adding database starting with db-*
2020-07-06 07:21:12 -07:00
jcreedcmu
454e8471a4
Merge pull request #481 from jcreedcmu/jcreed/interpreted-pagination
...
Allow pagination for interpreted results
2020-07-06 07:53:06 -04:00
Jason Reed
e2d125a558
Fix broken raw queries.
2020-07-02 10:32:38 -04:00
Jason Reed
e345425051
Fix wrong number of pages shown on initial display.
2020-07-02 10:27:15 -04:00
Jason Reed
0b32961f6d
Unbreak typing page number into field
2020-07-02 09:39:47 -04:00
Jason Reed
e0a58a86fc
Inline now-trivial function paginationEnabled
2020-07-01 09:20:31 -04:00
Jason Reed
ec45db3bc3
Appease linter.
2020-06-30 11:13:10 -04:00
Jason Reed
94d230308c
Allow switching to alerts table
2020-06-30 10:17:46 -04:00
Jason Reed
96688e3379
Fix listing of tables when in alerts view
2020-06-30 10:14:14 -04:00
Jason Reed
88c27618b1
Show number of results correctly
2020-06-30 09:54:13 -04:00
Jason Reed
11c538a99d
Teach webview to do pagination in interpreted results
2020-06-30 09:39:04 -04:00
Jason Reed
0e3b7a8eb5
Also show pagination interface for interpreted results
2020-06-29 12:52:19 -04:00
Jason Reed
65aa6928e4
Show number of pages in pagination interface
2020-06-29 12:38:48 -04:00
Jason Reed
fe02a58e45
Teach extension to accept ShowInterpretedPageMsg
2020-06-29 12:36:09 -04:00
Jason Reed
4030ddbdc2
Teach extension how to request display of alerts page
2020-06-29 11:57:44 -04:00
Jason Reed
b3642bd62e
Compute truncation functionally rather than imperative update
2020-06-29 11:44:17 -04:00
Jason Reed
addddb0095
Factor out truncation of results from interpretation itself
2020-06-29 11:10:32 -04:00
Jason Reed
d7732c4ed6
Add interpreted results page size
2020-06-29 11:02:30 -04:00
Andrew Eisenberg
6e34c03b05
Update changelog
2020-06-26 11:40:40 -07:00
Andrew Eisenberg
75518a5d01
Ensure source folders are zipped
...
Zips source folders of databases when they are added. Only if
the databases are fully controlled by VS Code.
Fixes #479
2020-06-26 11:40:40 -07:00
Andrew Eisenberg
4beead54be
Fix file extension of generated query suite
...
See https://github.com/github/codeql-coreql-team/issues/452
2020-06-26 11:40:40 -07:00
Andrew Eisenberg
7379f4996a
Add the zip-a-folder package
2020-06-26 11:40:40 -07:00