summaryrefslogtreecommitdiffstats
path: root/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* refactor(register): refactor registration functions and improve logging (#288)Bo-Yi Wu2023-07-121-3/+2
* fix(register): refactor context usage in registration functions (#286)Bo-Yi Wu2023-07-121-9/+7
* config: default container workspace set to host path (#279)Michael Santos2023-07-101-1/+1
* Run as cache server (#275)Zettat1232023-07-075-14/+105
* Add support for finding docker daemon from common socket paths (#263)Zettat1232023-07-011-0/+19
* Revert supporting multiple default actions URLs and use github for exec by de...Jason Song2023-06-302-17/+7
* Improve the usage of `docker_host` configuration (#260)Zettat1232023-06-304-29/+62
* add token support for exec (#247)Tomasz Duda2023-06-201-0/+6
* Add option to configure workspace on host (#238)Marius Zwicker2023-06-203-2/+18
* add ACT_EXEC (#246)Tomasz Duda2023-06-201-0/+2
* add --gitea-instance (#245)Tomasz Duda2023-06-201-9/+11
* Move `docker.host` to `container.docker_host` (#244)Jason Song2023-06-193-13/+6
* feat: improve Docker configuration and detection handling (#242)appleboy2023-06-184-4/+25
* Add `ValidVolumes` config (#226)Zettat1232023-06-164-5/+18
* Accept empty file as config (#241)Jason Song2023-06-151-6/+4
* Support changing labels (#201)sillyguodong2023-06-159-21/+138
* Exit with Code 1 if registering a runner fails (#228)MarkusLoeffler012023-06-091-3/+2
* fix defaultActionsUrls config for exec (#233)a10121127962023-06-081-6/+6
* Parse multiple default actions URLs (#200)Zettat1232023-06-061-20/+30
* refactor: daemon, config, and logging for better clarity (#225)Bo-Yi Wu2023-06-052-30/+63
* fix `artifactServerPath` and `artifactServerAddr` config for exec (#221)a10121127962023-06-051-10/+20
* Remove trailing slash from instance address (#197)harryzcy2023-05-221-1/+1
* Add exec command flag of `network` (#192)sillyguodong2023-05-181-1/+3
* Add configuration item of `container.network` (#184)sillyguodong2023-05-164-8/+24
* Skip counting log length when parseLogRow return nil (#176)Jason Song2023-05-064-5/+251
* fix `--event` option logic for `exec` (#175)a10121127962023-05-061-7/+5
* Upgrade act and use new artifactcache (#174)Jason Song2023-05-049-713/+9
* Support `configuration variables` (#157)sillyguodong2023-04-281-0/+1
* Add parent directory for working directory (#154)Zettat1232023-04-283-6/+13
* Workflow commands (#149)Søren L. Hansen2023-04-272-5/+231
* allow building act_runner with cgo (#137)techknowlogick2023-04-243-2/+23
* Support upload `outputs` and use `needs` context (#133)Jason Song2023-04-204-25/+199
* Fix reporting log in `Reporter.Close` (#126)Zettat1232023-04-191-1/+1
* Set specific environments to distinguish between Gitea and GitHub (#113)Jason Song2023-04-121-0/+4
* Run as a container (#8) including Docker-in-Docker. (#84)Thomas E Lackey2023-04-114-1/+12
* feat: add artifact api from gitea server (#103)fuxiaohei2023-04-101-0/+8
* Fix panic when response is nil (#105)Jason Song2023-04-061-1/+1
* Supports configuring fetch_timeout and fetch_interval. (#100)Jason Song2023-04-063-16/+27
* Refactor to new framework (#98)Jason Song2023-04-0425-0/+2799