1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00
Commit graph

352 commits

Author SHA1 Message Date
Casey Lee
63d10ccd96 unchecked error 2020-02-21 08:42:00 -08:00
Casey Lee
10296e05c7 reuse containers to fix #86 2020-02-20 22:43:20 -05:00
Casey Lee
4009035011 stop overwritting gitconfig
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:30 -05:00
Casey Lee
762d3708fc fixes #90 - hard reset when using a version for an action
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:28 -05:00
Casey Lee
af56d03fab token for goreleaser
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:24 -05:00
Casey Lee
4bbe7bebd7 new token for brew
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:22 -05:00
Casey Lee
ebe7dfdaf3 update for platforms
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:18 -05:00
Casey Lee
cdb2374333 fix unit tsts for runner
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:16 -05:00
Casey Lee
47376f8009 add support to override platform
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:15 -05:00
Casey Lee
8c26abe6f9 disable integration testing
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:13 -05:00
Casey Lee
0094b96051 support for secrets
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:09 -05:00
Casey Lee
bdb0c35ba3 code complexity of NewPlanExecutor
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:07 -05:00
Casey Lee
313692014a align name of job in output
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:05 -05:00
Casey Lee
33f5b5416c matrix is done
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:03 -05:00
Casey Lee
12ac03a755 skip unsupported platforms
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:06:01 -05:00
Casey Lee
b8589c4e9b initial support for expressons
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:59 -05:00
Casey Lee
7183c74cd0 fix tests
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:57 -05:00
Casey Lee
e67e06809c expressions working
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:55 -05:00
Casey Lee
f5c763d5ab add funding.yml
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:51 -05:00
Casey Lee
673c7e4262 bug with local action
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:48 -05:00
Casey Lee
eb7e10e86b test updates
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:44 -05:00
Casey Lee
c236395c01 add commands support
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:42 -05:00
Casey Lee
c44aa2a118 cleanup logging
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:40 -05:00
Casey Lee
5ad4949607 ignore actions/checkout locally
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:38 -05:00
Casey Lee
2818130313 ci tests
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:36 -05:00
Casey Lee
a846112993 support list/map/scalar for on and needs
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:34 -05:00
Casey Lee
ff5f860cee unit tests
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:31 -05:00
Casey Lee
7f5ced76f6 local actions
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:29 -05:00
Casey Lee
770966a7d0 support custom shell
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:27 -05:00
Casey Lee
33f8290eb3 successfully able to run simple workflows
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:25 -05:00
Casey Lee
fbab49c68d initial load of yaml working 2020-02-04 16:38:41 -08:00
Casey Lee
113ebda3ff fix unit test failures in GitHub Actions caused by missing gitconfig 2019-05-28 09:47:40 -07:00
Casey Lee
d145281fc4 update vendor 2019-05-23 08:46:23 -07:00
Casey Lee
55eac0c495 Merge pull request #68 from caarlos0/master
feat: support branches as GITHUB_REF
2019-05-22 23:15:58 -07:00
Casey Lee
abc0924ff3 Merge branch 'master' into master 2019-05-22 23:14:38 -07:00
Casey Lee
ee902e63ef Merge pull request #57 from aidansteele/fix-nontty
Use docker’s stdcopy to ensure we don’t emit garbage bytes to stdout
2019-05-22 23:10:05 -07:00
Carlos Alexandro Becker
708966b96e fix: clean code 2019-05-23 01:45:50 -03:00
Carlos Alexandro Becker
f2140006d5 fix: using filepath instead of path 2019-05-23 01:41:56 -03:00
Carlos Alexandro Becker
94401575cc fix: added tests and improved code 2019-05-23 01:40:07 -03:00
Carlos Alexandro Becker
3cb43ad041 feat: support branches as GITHUB_REF 2019-05-23 00:05:14 -03:00
Aidan Steele
b3c24a3df0 Use docker’s stdcopy to ensure we don’t emit garbage bytes to stdout 2019-04-09 20:45:58 +10:00
Casey Lee
588d3acce2 Merge pull request #56 from aidansteele/graph-render
Render correct graph for non-default events
2019-04-08 08:16:03 -07:00
Aidan Steele
b1989f071b Render correct graph for non-default events 2019-04-08 21:01:49 +10:00
Casey Lee
49adae832e fix logic in determining when to pull images 2019-03-18 16:50:23 -07:00
Casey Lee
62608be10d Merge pull request #48 from marccampbell/ignore-response
Ignore error, vet failure
2019-03-10 08:13:14 -07:00
Marc Campbell
062aa4b34b Ignore error, vet failure 2019-03-09 18:38:35 -08:00
Casey Lee
11d99cf330 Merge pull request #46 from sosedoff/capture-build-error
Handle docker image build failures
2019-03-02 07:53:24 -08:00
Dan Sosedoff
c2456db060 Add an extra test 2019-03-01 21:36:07 -06:00
Dan Sosedoff
fa888ff84c Capture errors from docker log output
- Refactored logDockerResponse function to remove extra if-else nesting
- logDockerResponse func now returns an error if error was detected from the log stream
- logDockerResponse will check for msg.ErrorDetail.Message and bail if there's an error
2019-03-01 21:16:43 -06:00
Casey Lee
b61c3f2f3f skip integration test 2019-02-19 09:08:41 -08:00