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

19 commits

Author SHA1 Message Date
Casey Lee
fbab49c68d initial load of yaml working 2020-02-04 16:38:41 -08: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
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
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
Casey Lee
4e66f2c8be fix #24 - support both branch refs and hash refs 2019-02-06 22:36:14 -08:00
Casey Lee
d956aff028 replace parser with actions/workflow-parser 2019-02-06 22:36:13 -08:00
Casey Lee
f830665a46 fix: panic on regex in main.workflow
fixes #12
2019-01-18 13:28:53 -08:00
Casey Lee
a36aeb18f3 fixup handling of git revisions for non-branch HEAD 2019-01-17 15:53:03 -08:00
Casey Lee
2896e88c1b fix issue from PR #10 2019-01-17 15:28:52 -08:00
Oliver Bristow
fb7d541d83 Allow non-symbolic-ref HEAD 2019-01-17 22:36:47 +00:00
Casey Lee
a8b6f2843d cleanup logging statements 2019-01-16 10:10:24 -08:00
Casey Lee
d2c440bf4f improve linting 2019-01-15 17:41:02 -08:00
Casey Lee
c9c2a3d905 fix #2 - add support for an array of 'Runs' 2019-01-15 09:57:58 -08:00
Casey Lee
2ebaaf0e8c resolve issue with reference a branch on a github action 2019-01-15 09:05:27 -08:00
Casey Lee
957282b8bc Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00