Commit Graph
25 Commits
Author SHA1 Message Date
Julio Barba 36bdf50bc6 Prepare the release of 2.274.0 runner 2020-11-05 10:25:24 -05:00
Julio Barba 0face6e3af Preparing the release of 2.273.2 runner 2020-09-14 13:06:41 -04:00
Julio Barba 444332ca88 Prepare the release of 2.273.1 runner 2020-09-08 13:01:36 -04:00
Julio Barba 65e3ec86b4 Set executable bit 2020-08-18 16:09:04 -04:00
Julio Barba a7f205593a Update dotnet scripts 2020-08-18 16:03:06 -04:00
Julio Barba 55f60a4ffc Prepare the release of 2.273.0 runner 2020-08-17 15:41:15 -04:00
Julio BarbaandGitHub e291ebc58a Add runner auth documentation (#357)
Add runner authentication/authorization documentation.

This doc explains how auth is used at all phases of the runner lifetime (i.e. configuration, listener start, and workflow run), for both self-hosted and hosted runners.
2020-03-09 13:01:41 -04:00
Julio BarbaandGitHub 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 BarbaandGitHub 9e37732401 Verify that has Windows service started successfully (#236) 2019-12-19 14:34:26 -05:00
Julio BarbaandGitHub 50d979f1b2 Bring back tools folder fallback code (#232) 2019-12-17 18:21:13 -05:00
Julio BarbaandGitHub c3c66bb14a Replace remaining Agent -> Runner references (#229) 2019-12-16 15:45:00 -05:00
Julio BarbaandGitHub 9448135fcd Replace a few more instances Agent -> Runner (#228) 2019-12-16 11:51:08 -05:00
Julio BarbaandGitHub f78d35dc4e Trim Build2 SDK (#219)
* Trim Build2 SDK REST API methods
* Remove unused files
2019-12-12 13:53:12 -05:00
Julio BarbaandGitHub a3c6a8c201 Introduce name config argument (#217) 2019-12-11 13:26:06 -05:00
Julio BarbaandGitHub 275ab753a1 Runner cleanup - continuation (#209)
* Agent/AgentCredential -> Runner/RunnerCredential
* Test trait rename: Agent -> Runner
* Enable remaining RunnerL0 tests
* Remove job message PII variable masking code
* Remove unused Agent.ToolsDirectory variable
* Misc test Agent -> Runner renaming
* Some more misc cleaning
2019-12-09 17:54:41 -05:00
Julio BarbaandGitHub 56e18f3606 Update .NET install SH script (again) (#210) 2019-12-04 17:57:16 -05:00
Julio BarbaandGitHub cd2cec8282 Another runner code cleanup round (#197)
* Remove remaining non-SDK references of capabilities/demands
* Remove unused Runner.Common constants
* Remove more variables
* Clean up RU link, and named-pipe support
* Remove NotificationSocketAddress
* Re-add legacy OnPremises JobDispatcher code (commented out)
* More misc cleanup
2019-12-04 10:18:37 -05:00
Julio BarbaandGitHub f8829feb63 Update dotnet-install scripts (#207) 2019-12-03 17:13:03 -05:00
Julio BarbaandGitHub b061ec410f Revert: Switch publish agent package task to direct to new pool 2019-12-02 16:54:19 -05:00
Julio BarbaandGitHub 2b63b9c379 Prepare 2.162.0 runner release (#204) 2019-12-02 16:16:35 -05:00
Julio BarbaandGitHub d93fb70a3e Fix PrepareActions_DownloadActionFromGraph test (#205) 2019-12-02 16:03:42 -05:00
Julio BarbaandGitHub 4ce1bfb58a Switch publish agent package task to direct to new pool 2019-12-02 14:51:46 -05:00
Julio BarbaandGitHub 7a6d9dc5c8 Implement new runner service name convention (#193)
* Limit service name to 80 characters
* Add L0 tests
* New service name convention
* Make RepoOrOrgName a computed property
* Add service name sanitizing logic with L0 test
2019-11-27 14:44:29 -05:00
Julio BarbaandGitHub de29a39d14 Support downloading/publishing artifacts from Pipelines endpoint (#188)
* Support downloading/publishing artifacts from Pipelines endpoint
* Remove `Path` from everywhere
* Remove unused JobId argument
* PR feedback
* More PR feedback
2019-11-25 13:30:44 -05:00
Julio BarbaandThomas Boop 82e9857d4f Implement new echo behavior and command (#139)
* Remove controlling echoing by command

* Add 'echo on' and 'echo off' action commands

* PR feedback and add L0 tests

* Register new command

* Eric's PR feedback

* Tweak logging a bit

* Rename EchoOnActionCommandSuccess -> EchoOnActionCommand

* More PR reaction

* Make warning messages in Action Commands not rely on context from echo commands
2019-10-25 10:38:56 -04:00