eric sciple
0cba42590f
preserve workflow file/line/column for better error messages ( #356 )
2020-03-03 22:38:19 -05:00
Josh Gross
94e7560ccd
Add event type to credential call ( #352 )
...
* Add event type to credential call
* Move events to contants
2020-03-02 11:22:45 -05:00
Lokesh Gopu
d80ab095a5
Update runnerversion ( #348 )
...
* Update runnerversion
* Update runnerversion
2020-02-28 13:28:33 -05:00
Josh Gross
2efd6f70e2
Use the Uri Scheme in the register runner url ( #345 )
2020-02-25 18:30:33 -05:00
Lokesh Gopu
a6f144b014
Update Runner Register GitHub API URL to Support Org-level Runner ( #339 )
...
* Update GitHub API URL
* pr comments
* Updated GitHub API URL
2020-02-24 09:15:15 -05:00
eric sciple
5294a3ee06
commands translate file path from container action ( #331 )
2020-02-12 21:07:43 -05:00
Tingluo Huang
745b90a8b2
Revert "Update Base64 Encoders to deal with suffixes ( #284 )" ( #330 )
...
This reverts commit c45aebc9ab .
2020-02-12 14:26:30 -05:00
Tingluo Huang
0db908da8d
Use authenticate endpoint for testing runner connection. ( #311 )
...
* use authenticate endpoint for testing runner connection.
* PR feedback.
2020-02-05 16:56:38 -05:00
Thomas Boop
68de3a94be
Remove Temporary Build Step ( #316 )
...
* Remove Temporary Build Step
* Updated dev.sh to set path for find
2020-02-04 12:59:49 -05:00
Tingluo Huang
a0a590fb48
setup/evaluate env context after setup steps context. ( #309 )
2020-01-30 22:14:14 -05:00
TingluoHuang
a3c2479a29
prepare 2.165.0 runner release.
2020-01-27 22:14:06 -05:00
Thomas Boop
c45aebc9ab
Update Base64 Encoders to deal with suffixes ( #284 )
...
* Update Base64 Encoders to deal with suffixes
* Set UriDataEscape to public for unit tests
2020-01-27 21:38:31 -05:00
Tingluo Huang
0a6bac355d
include step.env as part of env context. ( #300 )
2020-01-27 15:54:28 -05:00
Tingluo Huang
eb78d19b17
Set both http_proxy and HTTP_PROXY env for runner/worker processes. ( #298 )
2020-01-27 11:04:35 -05:00
David Kale
17970ad1f9
Set http_proxy and related env vars for containers ( #304 )
...
* WIP add in basic passthrough for proxy env vars
* Add http_proxy vars after container env is created
2020-01-27 10:56:18 -05:00
Alberto Gimeno
2e0e8eb822
Change prompt message when removing a runner ( #303 )
...
* Change prompt message to be consistent with the UI/API
* Update test
2020-01-26 18:40:06 -05:00
David Kale
746c9d9ec0
Trace javascript action exit code instead of user logs ( #290 )
...
* Trace javascript action exit code instead of user logs
* Debug instead of trace
2020-01-21 11:23:30 -05:00
Tingluo Huang
fa2ecfcc4c
Fix page log name isn't unqiue. ( #295 )
2020-01-21 11:08:37 -05:00
Alberto Gimeno
c59c0e2ded
Support action.yaml file ( #288 )
...
* Support action.yaml file
* L0 tests.
* l0
Co-authored-by: Tingluo Huang <tingluohuang@github.com >
2020-01-20 12:22:59 -05:00
Tingluo Huang
7a382facb3
default post-job action's condition to always(). ( #293 )
2020-01-20 09:28:29 -05:00
Tingluo Huang
e9ae42693f
change hashFiles() expression to use @actions/glob. ( #268 )
2020-01-19 10:32:13 -05:00
David Kale
9cafe8c028
Update --help ( #282 )
...
* Update --help
* Tiny indent
* Remove once option
2020-01-17 13:55:11 -05:00
eric sciple
02639a2092
translate problem matcher file to host path ( #272 )
2020-01-13 15:24:57 -05:00
eric sciple
a727194742
allow container to be null/empty ( #266 )
2020-01-12 23:02:36 -05:00
eric sciple
a9c58d7398
Handle escaped '%' in commands data section ( #200 )
2020-01-12 03:30:26 -05:00
Tingluo Huang
4ab1e645c3
Fix typo in error message. ( #260 )
2020-01-07 15:13:05 -05:00
Tingluo Huang
584f6b6ca3
upload log on runner force kill worker. ( #255 )
2020-01-06 13:04:23 -05:00
Tingluo Huang
abc65839f3
detect source file path without using env. ( #257 )
2020-01-06 12:56:15 -05:00
Tingluo Huang
06292aa118
Expose whether debug is on/off via RUNNER_DEBUG. ( #253 )
2020-01-03 21:23:46 -05:00
Joseph Petersen
ac1a076a3b
Treat warnings as errors ( #249 )
...
* Treat warnings as errors
* fix warnings
2019-12-21 09:51:41 -05:00
Julio Barba
b89d7fb8ef
Remove old "v1" artifact download/publish code ( #212 )
...
* Remove old v1 artifact download/publish code
* Remove the Build2 REST API SDK
2019-12-19 16:02:00 -05:00
Julio Barba
9e37732401
Verify that has Windows service started successfully ( #236 )
2019-12-19 14:34:26 -05:00
Tingluo Huang
9ba11da490
move .sln file. ( #238 )
2019-12-18 20:13:57 -05:00
Tingluo Huang
9a08f7418f
delete unused files. ( #235 )
2019-12-18 15:28:36 -05:00
Tingluo Huang
80b6038cdc
consume dotnet core 3.1 in runner. ( #213 )
2019-12-18 15:09:03 -05:00
David Kale
70a09bc5ac
shell from prependpath ( #231 )
...
* Prepend path before locating shell tool
* Join optional prepended path to path before searching it
* Use prepended path when whiching shell tool
* Addition prependPath location
* Also use prepended paths when writing out run details
* Small tweak to undo unnecessary change
2019-12-18 15:00:12 -05:00
Julio Barba
50d979f1b2
Bring back tools folder fallback code ( #232 )
2019-12-17 18:21:13 -05:00
Tingluo Huang
91b7e7a07a
delete more unused code. ( #230 )
...
* delete more unused code.
* pr feedback.
2019-12-17 16:47:14 -05:00
Tingluo Huang
d0a4a41a63
delete un-used code. ( #218 )
2019-12-16 17:05:26 -05:00
Julio Barba
c3c66bb14a
Replace remaining Agent -> Runner references ( #229 )
2019-12-16 15:45:00 -05:00
Tingluo Huang
86df779fe9
expose github.run_id and github.run_number to action runtime env. ( #224 )
2019-12-16 15:23:55 -05:00
David Kale
1918906505
First pass ( #221 )
2019-12-16 14:53:19 -05:00
Julio Barba
9448135fcd
Replace a few more instances Agent -> Runner ( #228 )
2019-12-16 11:51:08 -05:00
Tingluo Huang
f3aedd86fd
Update AGENT_ALLOW_RUNASROOT to RUNNER_ALLOW_RUNASROOT ( #227 )
...
* Update config.sh
* Update run.sh
2019-12-16 11:27:46 -05:00
Mike Coutermarsh
d778f13dee
Remove runner flow: Change from PAT to "deletion token" in prompt ( #225 )
...
* Updating prompt deletion token
Currently if you leave the token off the command, we're showing "Enter your personal access token:"
Which won't work. This updates prompt to "deletion token"
* Call correct function in test
* Fix command text in test
2019-12-15 21:38:42 -05:00
Tingluo Huang
9bbbca9e5d
Prepare 2.163.0 runner release.
2019-12-12 15:20:39 -05:00
Tingluo Huang
2cac011558
Load and set env from .env file before creating HostContext. ( #220 )
2019-12-12 14:56:45 -05:00
Julio Barba
f78d35dc4e
Trim Build2 SDK ( #219 )
...
* Trim Build2 SDK REST API methods
* Remove unused files
2019-12-12 13:53:12 -05:00
David Kale
181dac1c07
Update node external to 12.13.1 ( #215 )
...
* Update node external to 12.13.1
* Typo
* Typo2
2019-12-12 09:38:48 -05:00
eric sciple
ab87b39f53
better repo matching for issue file path ( #208 )
2019-12-11 14:21:26 -05:00