aaros-pl and GitHub
8d2be3d4fa
missing .com in pipelines.actions url ( #1973 )
2022-07-21 23:12:36 -04:00
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
Tuukka Lahti and GitHub
ca2b1bc6d5
Update dependencies list to support Ubuntu 22.04 ( #1946 )
2022-06-15 12:37:02 -04:00
0d1e6fd57b
Add ADR for Container Hooks ( #1891 )
...
* Add ADR for Container Hooks
* Rename 0000-container-hooks.md to 1891-container-hooks.md
* Update 1891-container-hooks.md
* Update docs/adrs/1891-container-hooks.md
Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com >
* Update docs/adrs/1891-container-hooks.md
Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com >
* Update docs/adrs/1891-container-hooks.md
Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com >
* Update docs/adrs/1891-container-hooks.md
Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com >
* Update docs/adrs/1891-container-hooks.md
Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com >
* Update docs/adrs/1891-container-hooks.md
Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com >
Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com >
2022-06-10 09:35:30 -04:00
Tingluo Huang and GitHub
d7694774a4
Update release note, workflow, doc for osx-arm64. ( #1904 )
2022-05-20 12:28:52 -04:00
02b52e8497
ADR: Runner Job Started/Completed Hooks ( #1751 )
...
* RunnerHookADR
* Rename 0000-runner-job-hooks.md to 1751-runner-job-hooks.md
* Update docs/adrs/1751-runner-job-hooks.md
Co-authored-by: Edward Thomson <ethomson@github.com >
* Update docs/adrs/1751-runner-job-hooks.md
Co-authored-by: Edward Thomson <ethomson@github.com >
* update step names
Co-authored-by: Edward Thomson <ethomson@github.com >
2022-05-12 15:18:11 -04:00
bd77ccf34e
Prefer node16 over node12 when running internal scripts ( #1621 )
...
* Use 16 to run RunnerService.js
* Execute hashfiles using node16
* Run downloadCert.js using node16
* Run makeWebRequest.js using node16
* Run macos-run-invoker.js using node16
* Run hashFiles.js using node16
* Update tests to use node16
* Update documentation to recommend node16
* Duplicate macos service js fix for 16
* Add PR link
* Revert ADR node change
* Merge node12/16 retainment IFs
* Try both node12 and node16
* Close if
* Revert "Update tests to use node16"
This reverts commit bbca7b9f1c .
* Fix condition
* Unfurl if condition
* Allow user to force a node version
* Format update template
* Comment env var
* Rename vars
* Fix naming
* Fix rename
* Set node ver override if job message has it
* Format executionContext
* Can only receive 'forceNode12' or nothing from FF
No specific node version from server
Co-authored-by: Ferenc Hammerl <hammerl.ferenc@gmail.com >
2022-02-14 15:06:08 +01:00
Tim Burgan and GitHub
2946801fb6
Added examples and aligned language within docs/checks/actions.md ( #1664 )
...
* examples
* Update actions.md
2022-02-07 10:45:23 -05:00
c95d5eae30
Update 0276-problem-matchers.md ( #1105 )
...
* Update 0276-problem-matchers.md
Update to reflect current behavior
* Update docs/adrs/0276-problem-matchers.md
Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com >
2022-01-21 11:35:50 -05:00
Rob Cowsill and GitHub
ea67ff9647
Update Required Dev Dependencies ( #1379 )
...
* Add cURL to Linux requirements
* Add VS2017 to Windows requirements
2022-01-21 11:35:29 -05:00
Josh Soref and GitHub
d7d38e173e
Update 0354-runner-machine-info.md ( #1108 )
2022-01-21 11:35:14 -05:00
khaser and GitHub
9de17f197c
Deleted extra background in github-praph.png, which is displayed in README.md ( #1432 )
...
* github-praph.png deleted extra background
* background around tentacles of mascot also deleted
2021-12-21 10:29:18 -05:00
Tingluo Huang and GitHub
3ec20e989d
Update dependency check for dotnet 6. ( #1551 )
2021-12-15 12:16:11 -05:00
67ba8a7d42
Support Conditional Steps in Composite Actions ( #1438 )
...
* conditional support for composite actions
* Fix Conditional function evaluation
* Push launch.json temporarily
* Revert "Push launch.json temporarily"
* rename context
* Cleanup comments
* fix success/failure functions to run based on pre/main steps
* idea of step_status
* change to use steps context, WIP
* add inputs to possible if condition expressions
* use action_status
* pr cleanup
* Added right stages
* Test on stage in conditional functions
* Fix naming and formatting
* Fix tests
* Add success and failure L0s
* Remove comment
* Remove whitespace
* Undo formatting
* Add L0 for step-if parsing
* Add ADR
Co-authored-by: Thomas Boop <thboop@github.com >
2021-10-29 15:45:42 +02:00
Patrick Ellis and GitHub
176e7f5208
Trim trailing whitespace in all md and yml files ( #1329 )
...
* Trim non-significant trailing whitespace, add final newlines to md,yml files
* Add .editorconfig with basic whitespace conventions
2021-09-15 13:35:25 +02:00
Thomas Boop and GitHub
38e33bb8e3
Update network.md
2021-09-14 15:28:30 -04:00
Thomas Boop and GitHub
1b69c279f5
Networking TSG ( #1325 )
...
* Update Network Troubleshooting doc
* fix list
* Update network.md
2021-09-13 09:53:20 +02:00
Ferenc Hammerl and GitHub
ce68f3b167
Allow the use of flags in scripts/create-latest-svc.sh in a backwards compatible way ( #1220 )
...
* Use flags in svc creation script
* Refactor regex and add comments
* Fix indentation and typo in user matching
* Consistency use flags in automation scripts
* Update documentation to reflect new usage
* Make example more readable
* Remove test echos from script
* Remove test echo
* Format scripts and remove test script
* Remove tar
* Use getopts and single letter flags
* Update docs to show flag usage
* Update usage of create svc
* Revert svc to not use flags
* Revert delete script
* Update docs
* Readd deleted comments
2021-08-09 10:22:19 +02:00
Thomas Boop and GitHub
5281434f3f
Composite Actions Support ADR ( #1144 )
...
Composite Actions ADR
2021-07-27 09:29:50 -04:00
RyotaK and GitHub
34a985f3b9
Fix typo in sslcert.md ( #1162 )
2021-06-18 23:38:52 -04:00
Ferenc Hammerl and GitHub
d4cdb633db
Run config remove as user instead of root ( #1127 )
...
* Run config remove as user instead of root
* Explain why the runner can't be a service on a container
* Fix typo
2021-06-04 11:30:03 -04:00
雪猫 and GitHub
ff12fae2c9
Fix automate script URL ( #1089 )
2021-06-02 08:47:51 -04:00
Ferenc Hammerl and GitHub
8e907b19dc
Vscode launch scripts ( #1117 )
...
* Stop ignoring .vscode (launch scripts)
* Check in launch scripts for config and run
This can cause an issue with existing launch configuration on the machines of contributors.
* Improve error msg when runner is not configured
* Unignore .vscode/launch and tasks only
* Remove stopAtEntry and add eof newline
* Remove Runner.Listener from error message
* Rename tasks and run configs
* Ignore BuildConstants.cs
* Use better error msg
* Explain development steps in depth
* Add launch config to directly debug worker
* Update docs with VS Code tips
* Remove auto-generated comments
* Fix link to quickstart in vscode.md
* Remove ':' from link to quickstart
* Revert "Ignore BuildConstants.cs"
This reverts commit 0f13922a87 .
* Replace `.sh` with `.(sh/cmd)` in docs
2021-06-02 08:34:16 -04:00
Ferenc Hammerl and GitHub
8863b1fb2c
Add configure section to contribute.md ( #1119 )
...
Minor formatting improvements
2021-05-26 12:05:38 +02:00
Josh Soref and GitHub
484ea74ed0
Update 0277-run-action-shell-options.md ( #1106 )
2021-05-26 12:04:38 +02:00
Josh Soref and GitHub
f21e280b5c
Update 0279-hashFiles-expression-function.md ( #1107 )
2021-05-26 12:04:24 +02:00
Josh Soref and GitHub
e0643c694c
Update 0361-wrapper-action.md ( #1109 )
2021-05-26 12:02:54 +02:00
Josh Soref and GitHub
508d188fb6
Update 0397-runner-registration-labels.md ( #1110 )
2021-05-26 12:01:52 +02:00
Josh Soref and GitHub
e7d74da160
Update 0549-composite-run-steps.md ( #1111 )
2021-05-26 12:01:02 +02:00
Josh Soref and GitHub
d1f7258356
Update 0263-proxy-support.md ( #1104 )
...
Grammar fixes
2021-05-25 16:42:50 +02:00
088caf5337
Update support platform doc for Apple M1 issue ( #1057 )
...
* apple M1 issue
* Update docs/start/envosx.md
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com >
* Update docs/start/envosx.md
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com >
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com >
2021-04-23 09:47:30 -04:00
Tingluo Huang and GitHub
50994bbb3b
add --check to the output of run.sh --help. ( #970 )
...
* add --check to the output of run.sh --help.
* feedback.
2021-02-09 10:17:54 -05:00
Hollow Man and GitHub
8a4cb76508
Fix typos ( #969 )
...
accidentially -> accidentally
neglible -> negligible
2021-02-05 13:29:43 -05:00
Tingluo Huang and GitHub
8f14466cbb
Add http POST to --check. ( #949 )
...
* Add http POST to --check.
* feedback.
2021-01-30 22:35:45 -05:00
Thomas Boop and GitHub
3fb915450a
Runner v2.276.0 fixes ( #928 )
...
* Revert "always use Fips Cryptography (#896 )"
3b34e203dc
* Revert "Update ldd check with dotnet 5."
4b6ded0a01
* Revert "Update SDK to .NET 5 (#799 )"
fc3ca9bb92
* Update dotnet-install scripts
2021-01-21 13:45:16 -05:00
Tingluo Huang
4b6ded0a01
Update ldd check with dotnet 5.
2021-01-15 09:14:55 -05:00
Tingluo Huang and GitHub
7ee333b5cd
Adding --check to run a serials network test against GitHub or GHES. ( #900 )
...
* add --check.
2021-01-14 13:26:07 -05:00
Justin Weissig and GitHub
feafd3e1d7
fixed grammar issues ( #672 )
...
Nothing major here just minor wording.
2020-10-26 23:11:30 -04:00
Justin Weissig and GitHub
dc3b2d3a36
fixed wording ( #671 )
...
Fixed a few minor grammar issues
2020-10-26 23:10:59 -04:00
Justin Weissig and GitHub
a371309079
minor spelling & grammar tweaks ( #670 )
...
Fixed a few minor spelling & grammar issues.
2020-10-26 23:10:26 -04:00
Justin Weissig and GitHub
5dd6bde4ca
fixed minor spelling mistake ( #669 )
...
Changed enhancment to enhancement.
2020-10-26 23:09:38 -04:00
Ethan Chiu and GitHub
ca13b25240
Fix Outputs Example ( #658 )
2020-08-14 11:55:27 -04:00
Ethan Chiu and GitHub
562eafab3a
Adding Documentation to ADR for Support for Script Execution + Explicit Definition ( #616 )
2020-08-10 11:30:34 -04:00
Ethan Chiu and GitHub
bd1f245aac
Clarify details for defaults, shell, and working-dir ( #607 )
2020-07-22 16:11:55 -04:00
Steven Maude and GitHub
005f1c15b1
Fix "propogate" typo in ADR 0549 ( #600 )
2020-07-22 16:10:57 -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
Ethan Chiu and GitHub
6c3958f365
Composite Run Steps ADR ( #554 )
...
* start
* Inputs + Outputs
* Clarify docs
* Finish Environment
* Add if condition
* Clarify language
* Update 0549-composite-run-steps.md
* timeout-minutes
* Finish
* add relevant example
* Fix syntax
* fix env example
* fix yaml syntax
* Update 0549-composite-run-steps.md
* Update file names, add more relevant example if condition
* Add note to continue-on-error
* Apply changes to If Condition
* bolding
* Update 0549-composite-run-steps.md
* Update 0549-composite-run-steps.md
* Update 0549-composite-run-steps.md
* Update 0549-composite-run-steps.md
* Syntax support + spacing
* Add guiding principles.
* Update 0549-composite-run-steps.md
* Reverse order.
* Update 0549-composite-run-steps.md
* change from job to step
* Update 0549-composite-run-steps.md
* Update 0549-composite-run-steps.md
* Update 0549-composite-run-steps.md
* Add Secrets
* Update 0549-composite-run-steps.md
* Update 0549-composite-run-steps.md
* Fix output example
* Fix output example
* Fix action examples to use using.
* fix output variable name
* update workingDir + env
* Defaults + continue-on-error
* Update Outputs Section
* Eliminate Env
* Secrets
* Update timeout-minutes
* Update 0549-composite-run-steps.md
* Update 0549-composite-run-steps.md
* Fix example.
* Remove TODOs
* Update 0549-composite-run-steps.md
* Update 0549-composite-run-steps.md
2020-07-13 12:30:31 -04:00