Tingluo Huang
|
be325f26a6
|
support config with GHES url. (#393)
|
2020-03-30 14:48:02 -04:00 |
|
Josh Soref
|
dec260920f
|
spelling: deprecate (#394)
|
2020-03-30 07:45:06 -04:00 |
|
eric sciple
|
b0a1294ef5
|
Fix API URL for GHES (#390)
|
2020-03-27 00:16:02 -04:00 |
|
Tingluo Huang
|
3d70ef2da1
|
update workflow schema file. (#388)
|
2020-03-26 23:01:17 -04:00 |
|
eric sciple
|
e23d68f6e2
|
add github.url and github.api_url for ghes alpha (#386)
|
2020-03-25 15:11:52 -04:00 |
|
eric sciple
|
dff1024cd3
|
cache actions on premises (#381)
|
2020-03-24 21:51:37 -04:00 |
|
TingluoHuang
|
9fc0686dc2
|
prepare 2.168.0 runner release.
|
2020-03-24 16:25:11 -04:00 |
|
David Kale
|
ab001a7004
|
Add expanded volumes strings to container mounts (#384)
|
2020-03-23 18:53:01 -04:00 |
|
Tingluo Huang
|
178a618e01
|
expose GITHUB_REPOSITORY_OWNER. (#378)
|
2020-03-20 13:02:07 -04:00 |
|
eric sciple
|
dfaf6e06ee
|
switch hashFiles to extension function (#362)
|
2020-03-18 12:08:51 -04:00 |
|
Tingluo Huang
|
b0a71481f0
|
support defaults. (#369)
|
2020-03-17 23:40:37 -04:00 |
|
Tingluo Huang
|
88875ca1b0
|
set steps.<id>.outcome and steps.<id>.conclusion. (#372)
|
2020-03-17 21:18:42 -04:00 |
|
Tingluo Huang
|
a5eb8cb5c4
|
set CI=true when launch process in actions runner. (#374)
|
2020-03-17 19:58:12 -04:00 |
|
Tingluo Huang
|
2d6042421f
|
add support for job outputs. (#365)
* add support for job outputs.
|
2020-03-14 17:54:58 -04:00 |
|
Tingluo Huang
|
c8890d0f3f
|
Expose job name as $GITHUB_JOB (#366)
|
2020-03-12 20:47:25 -04:00 |
|
Konrad Pabjan
|
53fb6297cb
|
Change problem matchers output to debug (#363)
|
2020-03-11 21:52:46 -04:00 |
|
Tingluo Huang
|
f9b5d626c5
|
load and print machine setup info from .setup_info (#364)
|
2020-03-11 10:36:56 -04:00 |
|
Tingluo Huang
|
6bec1e3bb8
|
Switch to use token service instead of SPS for exchanging oauth token. (#325)
* Gracefully switch the runner to use Token Service instead of SPS.
* PR feedback.
* feedback2
* report error.
|
2020-03-04 21:40:58 -05:00 |
|
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 |
|