1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-10 18:50:59 +00:00
Commit graph

1821 commits

Author SHA1 Message Date
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
Casey Lee
070acb297a Merge pull request #38 from marccampbell/optional-docker-pull
Add flag to skip pulling images already present
2019-02-19 06:29:26 -08:00
Marc Campbell
08fd9db73c Add flag to skip pulling images already present 2019-02-18 21:12:35 -08:00
Casey Lee
af3aae13f5 Merge pull request #40 from marccampbell/stdout
Use stdout for actionLogger
2019-02-18 20:05:29 -08:00
Marc Campbell
813f5086f3 Use stdout 2019-02-18 16:30:34 -08:00
Casey Lee
96e1dc7c16 Merge pull request #35 from sosedoff/detect-event-type
Detect workflow event type
2019-02-16 18:01:36 -07:00
Dan Sosedoff
3ce10d920c Add extra test for event detection 2019-02-15 10:44:36 -06:00
Dan Sosedoff
619277e6b6 Detect workflow event type 2019-02-15 10:34:19 -06:00
Casey Lee
d57ea72cf1 Merge pull request #34 from sosedoff/regex-fix
Regex tweaks
2019-02-14 19:46:59 -05:00
Dan Sosedoff
0c55709a16 Add extra test cases for testing git slugs 2019-02-14 14:35:02 -06:00
Dan Sosedoff
4be7ea8519 Regex tweaks
- No need to compile regexes in the function, moved them to vars
- Fixed github http regex: it was not matching https://github.com/foo/bar (no git extension)
2019-02-14 14:31:57 -06:00
Casey Lee
73d6539b8c feedback from PR on --watch 2019-02-12 23:35:04 -05:00
Casey Lee
855b9536e5 Merge pull request #30 from urcomputeringpal/watch
--watch
2019-02-12 23:30:02 -05:00
Casey Lee
a667a3ed71 Merge branch 'master' into watch 2019-02-12 23:29:54 -05:00
Casey Lee
622d0e27c7 fix #26 - improve regex for matching github repo. add unit test to cover 2019-02-12 23:09:51 -05:00
Casey Lee
36c11232c1 fix #31 - trim whitespace on git revision 2019-02-12 23:09:41 -05:00
Jesse Newland
5bffacf271 --watch 2019-02-09 20:39:09 -06:00
Casey Lee
57490858a1 resolve issues with release action 2019-02-07 09:50:30 -08:00
Casey Lee
db677404ae issue with patterns and vendor directory 2019-02-07 09:39:04 -08:00
Casey Lee
4d29891e59 Merge pull request #27 from nektos/parser
Replace parser with new parser from GitHub
2019-02-07 09:12:09 -08:00
Casey Lee
02b27d9b70 skip integration test in GH actions 2019-02-07 09:09:19 -08:00
Casey Lee
eb25b2a615 pin to v1.0.0 of github action parser 2019-02-06 22:36:16 -08:00
Casey Lee
9c3a288946 update to latest version of action parser 2019-02-06 22:36:15 -08:00
Casey Lee
4e66f2c8be fix #24 - support both branch refs and hash refs 2019-02-06 22:36:14 -08:00
Casey Lee
3797a9b42e add tests for various actions 2019-02-06 22:36:13 -08:00
Casey Lee
d956aff028 replace parser with actions/workflow-parser 2019-02-06 22:36:13 -08:00
Casey Lee
f6be37b2a2 Merge pull request #23 from nektos/issue-22
fix #22: require prefix './' for local actions
2019-01-25 07:28:02 -08:00
Casey Lee
f89c97a105 fix 22: require prefix './' for local actions 2019-01-24 22:17:58 -08:00
Casey Lee
940b4385bf fail on error (#20)
ci-via-github-actions
2019-01-23 11:51:22 -08:00
Casey Lee
3734c54d8f bump goreleaser version 2019-01-23 07:35:12 -08:00
Casey Lee
3f72737720 Update main.workflow 2019-01-23 06:13:09 -08:00
Casey Lee
40f5589ff8 bump workflow 2019-01-23 06:11:53 -08:00