eric sciple and GitHub
407a347f83
tweak verbiage ( #1977 )
2022-06-28 21:03:53 -04:00
eric sciple and GitHub
efdda93aeb
Update git troubleshooting ( #1971 )
2022-06-24 12:12:07 -05:00
eric sciple and GitHub
1d1998aabb
Update description for command line arg "--pat" ( #1970 )
2022-06-24 11:44:16 -04:00
eric sciple and GitHub
a9ce6b92c4
Allow redirect get message call to broker ( #1935 )
2022-06-09 18:36:55 +00:00
eric sciple and GitHub
a1bf8401d7
Handle message from broker ( #1934 )
2022-06-09 14:07:44 -04:00
eric sciple and GitHub
a7152f1370
server wrapper for pulling full job message ( #1933 )
2022-06-09 17:50:52 +00:00
eric sciple and GitHub
af285115e7
http client updates for broker flow ( #1931 )
2022-06-09 12:46:08 -04:00
eric sciple and GitHub
bef164a12f
revert node12 version due to fs.copyFileSync hang https://github.com/actions/runner/issues/1536 ( #1537 )
2021-12-06 10:27:44 -06:00
eric sciple and GitHub
3e34fb10c1
improve telemetry to better diagnose runner configuration issues ( #1487 )
2021-11-15 13:42:57 -06:00
eric sciple and GitHub
31584f4451
add comments ( #1137 )
2021-06-07 11:58:00 -04:00
eric sciple and GitHub
3a5ab37153
Handle job not found when ensuring previous dispatch finished ( #1083 )
2021-05-11 09:19:23 -05:00
eric sciple and GitHub
419ed24c1e
rename nestedSteps to embeddedSteps ( #1071 )
2021-05-01 12:51:01 -05:00
eric sciple and GitHub
7cc689b0d9
minor cleanup in composite ( #1045 )
2021-04-30 15:48:53 -05:00
eric sciple and GitHub
fc4027b3f1
Bump version ( #1048 )
2021-04-16 15:45:55 +00:00
eric sciple and GitHub
d14881b970
do not trucate error message from template evaluation ( #1038 )
2021-04-06 16:45:40 -04:00
eric sciple and GitHub
8109c962f0
mask secrets with double-quotes when passed to docker command line ( #1002 )
2021-03-05 15:17:55 -06:00
eric sciple and GitHub
9efcec38cc
support authenticated package download ( #920 )
2021-01-23 14:19:59 -05:00
eric sciple and GitHub
306be41266
fix bug w checkout v1 updating GITHUB_WORKSPACE ( #704 )
2020-09-14 12:00:00 -04:00
eric sciple and GitHub
3a76a2e291
read env file ( #683 )
2020-08-29 23:18:35 -04:00
eric sciple and GitHub
7d4bbf46de
fix feature flag check; omit context for generated context names ( #638 )
2020-08-04 11:12:40 -04:00
eric sciple and GitHub
0921af735a
move shared ExecutionContext properties under .Global ( #594 )
2020-07-19 19:05:47 -04:00
eric sciple and GitHub
1cc3c08cf2
Prepare to switch GITHUB_ACTION to use ContextName instead of refname ( #593 )
...
This PR changes GITHUB_ACTION to use the step ContextName, instead of refname. The behavior is behind a feature flag. Refname is an otherwise deprecated property.
Primary motivation: For composite actions, we need a distinct GITHUB_ACTION for each nested step. This PR adds code to generate a default context name for nested steps.
For nested steps, GITHUB_ACTION will be set to "{ScopeName}.{ContextName}" to ensure no collisions.
A corresponding change will be made on the server so context name is never empty. Generated context names will start with "__".
A follow-up PR is required to avoid tracking "step" context values (outputs/conclusion/result) for generated context names. Waiting on telemetry from the server to confirm it's safe to assume leading "__" is a generate context name.
2020-07-19 17:19:13 -04:00
eric sciple and GitHub
0877d9a533
Update StringUtil.cs
2020-07-16 10:30:42 -04:00
eric sciple and GitHub
d5e40c6a60
Update 0549-composite-run-steps.md
2020-07-15 20:00:45 -04:00
eric sciple and GitHub
391bc35bb9
Update 0549-composite-run-steps.md
2020-07-15 19:59:13 -04:00
eric sciple and GitHub
e4267b8434
Update 0549-composite-run-steps.md
2020-07-15 19:57:22 -04:00
eric sciple and GitHub
121deedeb5
Fix trailing '.0' for Int64 values ( #572 )
2020-06-30 17:25:47 -04:00
eric sciple and GitHub
4e7d27a53c
remove temporary logic when resolving action download info ( #550 )
2020-06-15 13:13:47 -04:00
eric sciple and GitHub
5815819f24
Resolve action download info ( #515 )
2020-06-09 08:53:28 -04:00
eric sciple and GitHub
416a7ac4b8
prepare to switch to service resolves archive download info ( #508 )
2020-06-02 17:21:50 -04:00
eric sciple and GitHub
4fc87ddfc6
fix problem matcher for GHES ( #488 )
2020-05-19 16:15:03 -04:00
eric sciple and GitHub
b45c1b9440
switch GITHUB_URL to GITHUB_SERVER_URL ( #482 )
2020-05-18 13:02:30 -04:00
eric sciple and GitHub
33d2d2c328
update checkout@v1 for GHES ( #470 )
2020-05-11 11:41:16 -04:00
eric sciple and GitHub
2fadf430e4
post-alpha fixes for github.url github.api_url and github.graphql_url ( #451 )
2020-04-24 13:38:59 -04:00
eric sciple and GitHub
ba69b5bc93
Fix runner config IsHostedServer detection for GHES alpha ( #401 )
2020-04-01 17:29:57 -04:00
eric sciple and GitHub
b0a1294ef5
Fix API URL for GHES ( #390 )
2020-03-27 00:16:02 -04:00
eric sciple and GitHub
e23d68f6e2
add github.url and github.api_url for ghes alpha ( #386 )
2020-03-25 15:11:52 -04:00
eric sciple and GitHub
dff1024cd3
cache actions on premises ( #381 )
2020-03-24 21:51:37 -04:00
eric sciple and GitHub
dfaf6e06ee
switch hashFiles to extension function ( #362 )
2020-03-18 12:08:51 -04:00
eric sciple and GitHub
aa9f5bf070
adr step output and conclusion ( #274 )
2020-03-16 14:56:07 -04:00
eric sciple and GitHub
0cba42590f
preserve workflow file/line/column for better error messages ( #356 )
2020-03-03 22:38:19 -05:00
eric sciple and GitHub
5294a3ee06
commands translate file path from container action ( #331 )
2020-02-12 21:07:43 -05:00
eric sciple and GitHub
53d632706d
adr: command input echoing ( #280 )
2020-01-14 14:55:17 -05:00
eric sciple and GitHub
d6179242ca
adr: hashFiles expression function ( #279 )
2020-01-14 14:54:37 -05:00
eric sciple and GitHub
0da38a6924
adr: add env context ( #278 )
2020-01-14 14:54:29 -05:00
eric sciple and GitHub
b19e5d7924
ADR: Run action shell options ( #277 )
2020-01-14 14:54:20 -05:00
eric sciple and GitHub
80ac4a8964
ADR: problem matchers ( #276 )
2020-01-14 14:54:04 -05:00
eric sciple and GitHub
02639a2092
translate problem matcher file to host path ( #272 )
2020-01-13 15:24:57 -05:00
eric sciple and GitHub
a727194742
allow container to be null/empty ( #266 )
2020-01-12 23:02:36 -05:00
eric sciple and GitHub
a9c58d7398
Handle escaped '%' in commands data section ( #200 )
2020-01-12 03:30:26 -05:00
eric sciple and GitHub
ab87b39f53
better repo matching for issue file path ( #208 )
2019-12-11 14:21:26 -05:00
eric sciple and GitHub
7d505f7f77
problem matcher default severity ( #203 )
2019-11-22 13:21:46 -05:00
eric sciple and GitHub
8911283cdb
fix problem matcher to treat fromPath as a file path ( #183 )
2019-11-07 11:26:29 -05:00
eric sciple and GitHub
51581ac865
root search pattern for hashfiles and allow forward slash on windows ( #151 )
2019-10-29 13:23:30 -04:00
eric sciple and GitHub
e7dd2c6cc2
Update dotnet install script ( #155 )
2019-10-29 13:13:58 -04:00
eric sciple and GitHub
0129e8111f
Clear action cache for local runner ( #148 )
2019-10-28 11:56:12 -04:00
eric sciple and GitHub
ccca13ac07
restrict hashFiles to basic globbing and globstar ( #150 )
2019-10-28 11:52:22 -04:00