David Sanders and GitHub
1a092a24a3
feat: default fromPath for problem matchers ( #3802 )
2025-05-05 20:45:23 +00:00
Tingluo Huang and GitHub
1c319b4d42
Allow enable auth migration by default. ( #3804 )
2025-04-23 16:57:54 -04:00
Tingluo Huang and GitHub
d5ccbd10d1
Support auth migration using authUrlV2 in Runner/MessageListener. ( #3787 )
2025-04-10 12:58:33 -04:00
Tingluo Huang and GitHub
c1095ae2d1
Enable auth migration based on config refresh. ( #3786 )
2025-04-02 23:24:57 -04:00
Tingluo Huang and GitHub
a0a0a76378
Remove create session with broker in MessageListener. ( #3782 )
2025-04-01 12:24:01 -04:00
Tingluo Huang and GitHub
d47013928b
Add option in OAuthCred to load authUrlV2. ( #3777 )
2025-03-31 17:05:41 -04:00
Tingluo Huang and GitHub
cdeec012aa
Enable hostcontext to track auth migration. ( #3776 )
2025-03-31 15:26:56 -04:00
eric sciple and GitHub
dc9695f123
Increase error body max length before truncation ( #3762 )
2025-03-20 20:09:00 -05:00
Tingluo Huang and GitHub
f5e4e7e47c
Support refresh runner configs with pipelines service. ( #3706 )
2025-03-19 12:37:08 -04:00
Tingluo Huang and GitHub
07310cabc0
Create vssconnection to actions service when URL provided. ( #3751 )
2025-03-14 13:55:57 -04:00
Luke Tomlinson and GitHub
a61328a7e7
Pass BillingOwnerId through Acquire/Complete calls ( #3689 )
...
* Pass BillingOwnerId through Acquire/Complete calls
* add param to test
2025-02-03 20:15:54 +00:00
Tingluo Huang and GitHub
59ec9b4139
Remove node16 from the runner. ( #3503 )
2024-10-16 22:42:43 -04:00
Tingluo Huang and GitHub
4a99838fa2
Remove dotnet8 compatibility test. ( #3502 )
2024-10-16 12:41:41 -04:00
Raj R and GitHub
e292ec220e
Adding Snapshot additional mapping tokens ( #3468 )
...
* Adding Snapshot additional mapping tokens
* Lint failure fixes
* Lint failure fixes - 2
* Lint failure fixes - 3
* Fixed a few nits
* Lint fixes
* Removed unncessary white space
2024-10-01 14:04:48 -04:00
Tingluo Huang and GitHub
6d7446a45e
fix missing default user-agent for jitconfig runner. ( #3473 )
2024-09-25 09:01:53 -04:00
eric sciple and GitHub
36c66c8083
Fix issues for composite actions (Run Service flow) ( #3446 )
2024-09-03 17:06:35 -05:00
eric sciple and GitHub
fb6d1adb43
.NET 8 OS compatibility test ( #3422 )
...
* Revert "Warn for soon to be deprecated OS versions (#3413 )"
This reverts commit ae04147f96 .
* Add .NET 8 OS compatibility test
* feedback
2024-08-07 16:53:00 -05:00
eric sciple and GitHub
ae04147f96
Warn for soon to be deprecated OS versions ( #3413 )
2024-08-02 14:37:46 -05:00
eric sciple and GitHub
054fc2e046
Backoff to avoid excessive retries to Run Service in a duration ( #3354 )
2024-06-24 16:33:22 -05:00
ce4d7be00f
Bump xunit from 2.4.1 to 2.7.1 in /src ( #3242 )
...
* Bump xunit from 2.4.1 to 2.7.1 in /src
Bumps [xunit](https://github.com/xunit/xunit ) from 2.4.1 to 2.7.1.
- [Commits](https://github.com/xunit/xunit/compare/2.4.1...2.7.1 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
* Appease xunit warnings after upgrading to v2.7.1
* Appease the whitespace linter
* Appease the whitespace linter
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Ellis <[email protected] >
2024-05-21 10:47:43 -04:00
eric sciple and GitHub
dd9fcfc5b2
Replace invalid file name chars in diag log name ( #3249 )
2024-04-20 11:37:25 -05:00
Tingluo Huang and GitHub
5107c5efb2
Cleanup enabled feature flags. ( #3248 )
2024-04-19 15:31:44 -04:00
Tingluo Huang and GitHub
2e0eb2c11f
Cleanup enabled feature flags. ( #3246 )
...
* Cleanup FF 'DistributedTask.UseWhich2'.
* more ff.
2024-04-16 16:52:10 -04:00
eeSquared and GitHub
f467e9e125
Add new SessionConflict return code ( #3215 )
...
* Add new SessionConflict return code
* formatting
* Change return type of CreateSessionAsync to new enum
* Update entry scripts to handle new exit code
* Move enum
2024-03-27 18:49:58 +00:00
Luke Tomlinson and GitHub
8ebf298bcd
Always Delete Actions Service Session ( #3214 )
...
* Delete Actions Service session always
* update tes
2024-03-21 16:30:34 -04:00
David Omid and GitHub
927b26a364
Process snapshot tokens ( #3135 )
...
* Added Snapshot TemplateToken to AgentJobRequestMessage
* WIP for processing the snapshot token
* Changed snapshot post job step condition to Success, added comments
* Refactored snapshot post-job step
* Added evaluation of snapshot token to retrieve image name
* Added snapshot to workflow schema
* Fixed linter error
* Migrated snapshot logic to new SnapshotOperationProvider
* Fixed linter error
* Fixed linter errors
* Fixed linter error
* Fixed linter errors
* Updated L0 tests
* Fixed linter errors
* Added new JobExtensionL0 tests for snapshot post-job step
* Added JobExtensionL0 test case for snapshot mappings
* Added SnapshotOperationProviderL0 tests
* Enabled nullable types for SnapshotOperationProvider and its tests
* Added more assertions to SnapshotOperationProviderL0 tests
* Fixed linter errors
* Made sure TestHostContexts are disposed of properlyh in SnapshotOperationProviderL0 tests
* Resolved PR comments
* Fixed formatting
* Removed redundant reference
* Addressed PR comments
2024-02-14 21:34:52 -05:00
Josh Soref and GitHub
fa874cf314
Improve error report for invalid action.yml ( #3106 )
2024-02-06 13:40:53 +00:00
Luke Tomlinson and GitHub
894c50073a
Implement Broker Redirects for Session and Messages ( #3103 )
2024-01-30 20:57:49 +00:00
Tingluo Huang and GitHub
f1f18f67e1
Remove runner trimmed packages. ( #3074 )
2024-01-10 12:32:17 -05:00
Luke Tomlinson and GitHub
a9bae6f37a
Handle SelfUpdate Flow when Package is provided in Message ( #2926 )
2023-11-13 16:44:07 -05:00
Luke Tomlinson and GitHub
3136ce3a71
Send disableUpdate as query parameter ( #2970 )
2023-11-13 10:19:42 -05:00
Luke Tomlinson and GitHub
c851794f04
send os and arch as query params ( #2913 )
2023-10-09 15:14:00 -04:00
Tingluo Huang and GitHub
22d4310b69
trim whitespace. ( #2915 )
2023-10-09 12:34:40 -04:00
Tingluo Huang and GitHub
f57ecd8e3c
Allow use action archive cache to speed up workflow jobs. ( #2857 )
...
* Refactor ActionManager.cs
* changes.
* cleanup
2023-09-28 23:43:55 +00:00
Tingluo Huang and GitHub
8f1c070506
Use Directory.EnumerateFiles instead of Directory.GetFiles in WhichUtil. ( #2882 )
...
* Use Directory.EnumerateFiles instead of Directory.GetFiles in WhichUtil.
* .
* .
2023-09-26 20:49:15 +00:00
Tingluo Huang and GitHub
67d70803a9
Fix ArgumentOutOfRangeException in PowerShellPostAmpersandEscape. ( #2875 )
2023-09-21 16:34:28 +00:00
Tingluo Huang and GitHub
5b2bc388ca
GetAgents from all runner groups durning config. ( #2865 )
...
* GetAgents from all runner groups
* Update ConfigurationManagerL0.cs
2023-09-20 11:05:44 -04:00
7b703d667d
Mark action download failures as infra failures ( #2827 )
...
* Mark action download failures as infra failures
* Fix Windows variable name
* Update src/Runner.Worker/ActionManager.cs
Co-authored-by: Thomas Boop <[email protected] >
* Apply suggestions from code review
Co-authored-by: Thomas Boop <[email protected] >
---------
Co-authored-by: Thomas Boop <[email protected] >
2023-09-06 13:32:57 +00:00
Luke Tomlinson and GitHub
0e9e9f1e8d
Support replacing runners in v2 flow ( #2791 )
...
* Support replacing runners in v2 flow
* Use correct endpoint for listing runners
* fix test
* really fix test
* lint
2023-08-31 09:55:05 -04:00
Cory Miller and GitHub
8b9a81c952
Filter NODE_OPTIONS from env for file output ( #2775 )
...
Copies logic that used to be in ::set::env before its deprecation
2023-08-16 17:56:01 -04:00
Cory Miller and GitHub
460d9ae5a8
Revert "Fixed a bug where a misplaced = character could bypass heredoc-style processing. ( #2627 )" ( #2774 )
...
This reverts commit 4ffd081aea .
2023-08-16 15:03:55 -04:00
Tatyana Kostromskaya and GitHub
8206cf4e73
Add node20 to runner ( #2732 )
...
* .
* fix hashes
* fix linux-arm
* linux-arm64
* osx-x64
* win-x64
* clean up node12 deprecation warning
* Add node20
* Remove node12 from the BuildInVersions list
* fix externals hash
2023-08-11 11:11:28 +02:00
Tatyana Kostromskaya and GitHub
9eb4b96713
Remove node12 ( #2717 )
...
* .
* fix hashes
* clean up node12 deprecation warning
* Remove node12 from the BuildInVersions list
2023-08-10 15:16:30 +02:00
Tingluo Huang and GitHub
8fa970a1e6
Change RunnerId/AgentId from int32 to uint64 ( #2661 )
...
* RunnerId int -> ulong
2023-08-04 16:22:52 -04:00
Tingluo Huang and GitHub
b91ad56f92
Check connectivity for endpoints requested by service. ( #2691 )
2023-07-17 08:36:20 -04:00
Cameron Booth and GitHub
d4bbbb8419
Only add StepResult for Tasks, not the Job itself ( #2620 )
2023-06-30 04:17:46 -07:00
John Wesley Walker III and GitHub
4ffd081aea
Fixed a bug where a misplaced = character could bypass heredoc-style processing. ( #2627 )
...
* Fixed a bug where a misplaced `=` character could bypass heredoc-style processing.
Fixes https://github.com/github/c2c-actions/issues/6910
GitHub Docs for context: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
* Consolidate near-identical FileCommand-related unit test classes. (#2672 )
2023-06-29 12:52:05 +02:00
5f1c6f4708
Add 'http://' to http(s)_proxy if there is no protocol ( #2663 )
...
* Add 'http://' to http(s)_proxy if there is no protocol
Before this commit, these URIs used to be ignored (nullproxy).
The new behaviour aligns with go style http(s)_proxy
* Update src/Runner.Sdk/RunnerWebProxy.cs
Co-authored-by: Nikola Jokic <[email protected] >
* Assert that original protocol is preserved
* Use startsWith for testing protocol
* Only modify proxy if useful
---------
Co-authored-by: Nikola Jokic <[email protected] >
2023-06-20 15:53:44 +02:00
Nikola Jokic and GitHub
8415f13bab
removed throw and else on container action handler ( #1873 )
...
* removed throw and else on container action handler
* repaired merge resolution error
2023-06-16 21:53:52 -04:00
1096b975e4
Send environment url to Run Service ( #2650 )
...
* add EnvironmentUrl to CompleteJobRequest
* Send environment url to Run Service
* Fix whitespace
* Fix test
* Fix more whitespace
* Apply suggestions from code review
Co-authored-by: Tingluo Huang <[email protected] >
* Apply suggestion from code review
Co-authored-by: Tingluo Huang <[email protected] >
---------
Co-authored-by: Tingluo Huang <[email protected] >
2023-06-16 04:13:08 +00:00