Nick Fyson
|
b3b99014eb
|
make ErrorMatcher an object rather than a tuple
|
2020-09-11 18:30:07 +01:00 |
|
Nick Fyson
|
1fb7c81099
|
tweak in response to reviewer comments
|
2020-09-11 18:25:23 +01:00 |
|
Nick Fyson
|
88951d6193
|
renames to reflect the switch to using toolrunner
|
2020-09-08 00:01:04 +01:00 |
|
Nick Fyson
|
3cd41279f2
|
Merge branch 'main' into nickfyson/error_wrapper
# Conflicts:
# lib/codeql.js
# lib/codeql.js.map
# src/codeql.ts
|
2020-09-07 23:55:32 +01:00 |
|
Nick Fyson
|
c4f579a4db
|
remove the intentionally failing matcher integration tests
|
2020-09-07 23:12:12 +01:00 |
|
Nick Fyson
|
30bb37a5c7
|
restore all default workflow triggers and integration tests
|
2020-09-07 23:11:10 +01:00 |
|
Nick Fyson
|
cc2dfaf5d8
|
clean up and rename things to follow proper conventions
|
2020-09-07 23:02:58 +01:00 |
|
Nick Fyson
|
3e6d23928b
|
add test for initial error matcher
|
2020-09-07 22:50:37 +01:00 |
|
Nick Fyson
|
7dbaff09b6
|
move error matcher definition into dedicated file
|
2020-09-07 18:37:51 +01:00 |
|
Robert
|
556aed46b0
|
Merge pull request #170 from github/windows_message
Print path to file instead of file contents
|
2020-09-07 16:23:49 +01:00 |
|
Robert Brignull
|
c68937100c
|
Merge branch 'main' into windows_message
|
2020-09-07 16:01:09 +01:00 |
|
Nick Fyson
|
1f3ce75844
|
add initial suite of tests for exec_wrapper
|
2020-09-07 15:17:43 +01:00 |
|
Nick Fyson
|
9701a93bf1
|
ensure exec_wrapper always captures exit code of called process
|
2020-09-07 15:17:19 +01:00 |
|
Robert
|
8c43427531
|
Merge pull request #169 from github/codeql_download_info
Print that we are downloading codeql and it may take a while
|
2020-09-07 14:32:37 +01:00 |
|
Robert
|
1a772a2b9e
|
Merge branch 'main' into codeql_download_info
|
2020-09-07 13:37:20 +01:00 |
|
Robert
|
0e9b8f4a47
|
Merge pull request #168 from github/runner_refs
make inputting refs easier
|
2020-09-07 12:19:56 +01:00 |
|
Nick Fyson
|
dd4e841441
|
remove spurious use of exec_wrapper
|
2020-09-03 17:01:51 +01:00 |
|
Nick Fyson
|
6a43a6178d
|
ensure matchers not applied if exit code is zero
|
2020-09-03 16:42:56 +01:00 |
|
Robert Brignull
|
9782622366
|
Print path to file instead of file contents
|
2020-09-02 19:58:03 +01:00 |
|
Robert Brignull
|
32eb1c4c34
|
Print that we are downloading codeql and it may take a while
|
2020-09-02 18:02:49 +01:00 |
|
Robert Brignull
|
ebb41156ee
|
make inputting refs easier
|
2020-09-02 18:00:46 +01:00 |
|
Nick Fyson
|
231537b08e
|
refactor to handle exec.exec return values together
|
2020-09-02 16:32:28 +01:00 |
|
Nick Fyson
|
6ef533485e
|
wrap more codeql calls in the error catcher wrapper
|
2020-09-01 16:51:39 +01:00 |
|
Nick Fyson
|
7b7e0e12b7
|
update error_wrapper to take matcher array
|
2020-09-01 16:35:08 +01:00 |
|
Robert
|
68c6069f0b
|
Merge pull request #162 from github/runner_analyze
Convert init, autobuild, and analyze actions to CLI / runner mode
|
2020-09-01 15:01:36 +01:00 |
|
Robert Brignull
|
b4d142e980
|
whitelist @actions/exec/lib/toolrunner
|
2020-09-01 14:44:38 +01:00 |
|
Robert Brignull
|
4c00c68d14
|
Add --ram and --threads args
|
2020-09-01 14:27:56 +01:00 |
|
Robert Brignull
|
09fb3ec514
|
Remove a call to getActionsApiClient
|
2020-09-01 14:01:21 +01:00 |
|
Robert Brignull
|
8a821a9c35
|
Add logger to checkoutExternalRepository
|
2020-09-01 13:53:59 +01:00 |
|
Robert Brignull
|
1548b771cb
|
Merge remote-tracking branch 'origin/main' into runner_analyze
|
2020-08-28 17:28:14 +01:00 |
|
Robert Brignull
|
a0b54fc7ab
|
fix tests
|
2020-08-28 17:28:05 +01:00 |
|
Robert Brignull
|
aa7e2fe91b
|
automatically import env in autobuild
|
2020-08-28 17:22:26 +01:00 |
|
Robert Brignull
|
c3d6602e8a
|
use ToolRunner directly instead of exec wrapper
|
2020-08-28 16:59:34 +01:00 |
|
Robert
|
5bd2832b32
|
Merge pull request #164 from github/npm_test_os
Run `npm test` on linux and macos
|
2020-08-28 16:57:28 +01:00 |
|
Robert
|
b1d719eeeb
|
fix tests on non-linux
|
2020-08-28 15:13:14 +01:00 |
|
Robert
|
da1c00f5c8
|
Run npm test on all operating systems
|
2020-08-28 15:10:47 +01:00 |
|
Robert Brignull
|
80e2c4fe4a
|
improve error message when config is not found
|
2020-08-28 09:43:25 +01:00 |
|
Robert Brignull
|
37bac22443
|
Make runner arg descriptions more consistent
|
2020-08-28 09:35:37 +01:00 |
|
Robert Brignull
|
57f03d3bd0
|
Remove hash from temp dir
|
2020-08-28 09:27:28 +01:00 |
|
Robert Brignull
|
6c8f96d781
|
Log that we're clearing the temp dir
|
2020-08-27 16:45:41 +01:00 |
|
Robert Brignull
|
3dfaa88a1d
|
Remove process of auth
|
2020-08-27 16:45:28 +01:00 |
|
Robert Brignull
|
1fd45d7407
|
address review comments
|
2020-08-27 16:34:09 +01:00 |
|
Robert Brignull
|
6f422a4303
|
add debug mode to limit output
|
2020-08-27 14:26:44 +01:00 |
|
Robert Brignull
|
f80d660e33
|
check environment before running autobuild or analyze
|
2020-08-27 14:22:16 +01:00 |
|
Robert Brignull
|
a542021200
|
make --language optional to autobuild and detect dominant language
|
2020-08-27 14:08:54 +01:00 |
|
Robert Brignull
|
b42ed69542
|
Update temp dir and tools dir
|
2020-08-27 14:08:41 +01:00 |
|
Marco Gario
|
8229390c1d
|
Merge pull request #163 from github/codeql_bundle_20200826
CodeQL Bundle: 20200826
|
2020-08-27 14:54:09 +02:00 |
|
Robert Brignull
|
39b361ed69
|
Remove dependence of GITHUB_REPOSITORY env var
|
2020-08-27 11:06:14 +01:00 |
|
Robert Brignull
|
688df282cd
|
fix exporting env vars on linux
|
2020-08-26 16:40:58 +01:00 |
|
Robert Brignull
|
e9bfa56061
|
inline inject-tracer.ps1
|
2020-08-26 16:20:36 +01:00 |
|