Jason Reed
|
98c42a96e3
|
Add basic "quick query" functionality
|
2020-01-23 10:13:46 -05:00 |
Jason Reed
|
542470a671
|
Add yaml parsing package
|
2020-01-23 10:13:46 -05:00 |
Jason Reed
|
492f4d6389
|
Add `getDatasetFolder` method to DatabaseItem
|
2020-01-23 10:13:46 -05:00 |
Jason Reed
|
3a3d0f4297
|
Add cli endpoint for resolve qlpacks
|
2020-01-23 10:13:46 -05:00 |
Alexander Eyers-Taylor
|
d69d7dcf41
|
Merge pull request #217 from jcreedcmu/jcreed/autocomplete
Default to disabling word based auto-complete when editing QL.
|
2020-01-23 14:09:07 +00:00 |
Jason Reed
|
2679e9ac1d
|
Address review comments.
|
2020-01-23 08:02:41 -05:00 |
Jason Reed
|
20e1ed3515
|
Default to disabling word based auto-complete when editing QL.
|
2020-01-23 07:44:47 -05:00 |
Henry Mercer
|
e7e78fde63
|
Merge pull request #215 from henrymercer/fetch-master-in-release-action
Release action: Fetch master branch in checkout
|
2020-01-21 18:12:00 +00:00 |
Henry Mercer
|
455626cb83
|
Release action: Fetch master branch in checkout
|
2020-01-21 17:49:18 +00:00 |
jcreedcmu
|
42043de3f0
|
Merge pull request #214 from github/revert-211-codeql.exe
Revert "Use codeql.exe instead of codeql.cmd on Windows"
|
2020-01-21 12:12:52 -05:00 |
Henry Mercer
|
0a01a7cc43
|
Revert "Use codeql.exe instead of codeql.cmd on Windows"
|
2020-01-21 17:00:31 +00:00 |
jcreedcmu
|
16554ab64b
|
Merge pull request #212 from RasmusWL/reuse-existing-texteditor
Reuse existing editor if file already open
|
2020-01-21 10:00:01 -05:00 |
jcreedcmu
|
20a4e0a166
|
Merge pull request #211 from github/codeql.exe
Use codeql.exe instead of codeql.cmd on Windows
|
2020-01-21 09:59:15 -05:00 |
Rasmus Wriedt Larsen
|
3454be2027
|
Reuse existing editor if file already open
|
2020-01-17 16:26:05 +01:00 |
Nick Rolfe
|
9f34d6778f
|
Use codeql.exe instead of codeql.cmd on Windows
|
2020-01-17 10:53:15 +00:00 |
Dave Bartolomeo
|
edc1f1c2ab
|
Merge remote-tracking branch 'upstream/master' into dbartol/QLTest
|
2020-01-13 11:19:24 -07:00 |
Henry Mercer
|
07f6846179
|
Merge pull request #208 from alexet/bump-version
Bump version
|
2020-01-13 14:28:37 +00:00 |
Alexander Eyers-Taylor
|
7f31f67e07
|
Merge pull request #209 from henrymercer/mock-date-in-integration-tests
Mock Date in InvocationRateLimiter integration tests
|
2020-01-13 14:24:59 +00:00 |
Henry Mercer
|
886fe35219
|
Mock Date in integration tests
|
2020-01-13 14:16:16 +00:00 |
alexet
|
a3863ee1e9
|
Add changelog entry for new version
|
2020-01-13 13:09:23 +00:00 |
alexet
|
0af06b275c
|
Bumb version to 1.0.4
|
2020-01-13 13:07:19 +00:00 |
Henry Mercer
|
b43045adbf
|
Merge pull request #207 from alexet/add-v1.0.3-date-to-changelog
Add v1.0.3 date to changelog.
|
2020-01-13 12:53:54 +00:00 |
alexet
|
ecac23a3e1
|
v1.0.3: Add date to changelog.
|
2020-01-13 12:38:49 +00:00 |
Dave Bartolomeo
|
0947a35332
|
Implement cancellation of test run
|
2020-01-06 16:09:34 -07:00 |
Dave Bartolomeo
|
207743e7b7
|
Merge remote-tracking branch 'upstream/master' into dbartol/QLTest
|
2020-01-03 11:49:15 -07:00 |
Dave Bartolomeo
|
de2a6cc0b7
|
Make QLTest use `codeql test run` instead of `odasa qltest`
|
2020-01-03 11:48:48 -07:00 |
shati-patel
|
2c9c21038a
|
Merge pull request #206 from henrymercer/update-changelog
Update changelog with recent changes
|
2020-01-03 16:46:18 +00:00 |
Henry Mercer
|
5a94f6f0c5
|
Update changelog
|
2020-01-03 16:36:11 +00:00 |
Alexander Eyers-Taylor
|
b7401a6c58
|
Merge pull request #205 from henrymercer/increase-query-unit-tests-timeout
Increase timeout for query unit tests
|
2020-01-03 16:10:37 +00:00 |
Henry Mercer
|
2d19498f1f
|
Increase timeout for query unit tests
This gives the query server sufficient time to startup.
|
2020-01-03 15:32:03 +00:00 |
Alexander Eyers-Taylor
|
a2cffea5b0
|
Merge pull request #202 from henrymercer/reduce-update-check-frequency
Reduce update check frequency
|
2020-01-03 14:59:52 +00:00 |
Alexander Eyers-Taylor
|
e966c339d3
|
Merge pull request #203 from henrymercer/run-codeql-tests-on-actions
Add support for running unit tests requiring CodeQL on Actions
|
2020-01-03 14:38:06 +00:00 |
Alexander Eyers-Taylor
|
3fb0624ac6
|
Merge pull request #204 from henrymercer/webview-file-uri-encoding
Fix double-encoding of "#" in webview URI conversion
|
2020-01-03 14:31:05 +00:00 |
Henry Mercer
|
3811b2e9fe
|
Fix double-encoding of "#" in webview URI conversion
This fixes sorting for result sets with a "#" in their name.
|
2020-01-02 15:06:59 +00:00 |
Henry Mercer
|
1ad2ed8958
|
Install CodeQL on Actions
This allows us to run tests requiring CodeQL on Actions.
|
2019-12-20 17:16:03 +00:00 |
Henry Mercer
|
5fef262d6e
|
Add additional checkpoints to query server tests
Some of the query server tests are async, so multiple tests can be in
progress at once.
|
2019-12-20 16:40:25 +00:00 |
Henry Mercer
|
93ed820333
|
Rate limit CLI update checks
This helps to avoid hitting the GitHub API limits of 60 requests per
hour for unauthenticated IPs.
|
2019-12-20 11:26:22 +00:00 |
Henry Mercer
|
4df7ef425a
|
Implement rate limiter for function invocations
|
2019-12-20 10:57:45 +00:00 |
Henry Mercer
|
443eafe8e1
|
Remove dashes from JSDoc
|
2019-12-19 17:20:11 +00:00 |
Henry Mercer
|
737fa11c4c
|
Merge pull request #201 from github/jcreedcmu-patch-1
Link build status badge to build history
|
2019-12-18 15:15:25 +00:00 |
Jason Reed
|
5e41432c3d
|
Link CI badge to master specifically
|
2019-12-18 10:07:57 -05:00 |
jcreedcmu
|
3349836397
|
Link build status badge to build history
|
2019-12-17 11:09:29 -08:00 |
jcreedcmu
|
8a8d3c5a92
|
Merge pull request #200 from henrymercer/manual-version-bump
Bump extension version to 1.0.3
|
2019-12-17 09:44:49 -08:00 |
Dave Bartolomeo
|
55d1a4aa1c
|
Merge from master
|
2019-12-16 15:41:16 -07:00 |
jcreedcmu
|
d4f3c91e00
|
Merge pull request #199 from github/version-bump-fix
Base the version bump PR on master
|
2019-12-13 09:46:08 -08:00 |
Henry Mercer
|
9a6790f1d4
|
Bump extension version to 1.0.3
|
2019-12-13 17:09:54 +00:00 |
Henry Mercer
|
fa99f13846
|
Base the version bump PR on master
|
2019-12-13 16:39:53 +00:00 |
shati-patel
|
1a9a62a22d
|
Merge pull request #195 from jcreedcmu/changelog
Update changelog
|
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 |