Commit graph

16 commits

Author SHA1 Message Date
Dan Sosedoff
6addc48cde Add extra test cases for testing git slugs 2019-02-14 14:35:02 -06:00
Dan Sosedoff
fb77d5a883 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
af08b30ee5
fix #26 - improve regex for matching github repo. add unit test to cover 2019-02-12 23:09:51 -05:00
Casey Lee
7e92f699a9
fix #31 - trim whitespace on git revision 2019-02-12 23:09:41 -05:00
Casey Lee
bc5c23e8e4
fix #24 - support both branch refs and hash refs 2019-02-06 22:36:14 -08:00
Casey Lee
5d0a8d26ae
replace parser with actions/workflow-parser 2019-02-06 22:36:13 -08:00
Casey Lee
a04141c444
fix: panic on regex in main.workflow
fixes #12
2019-01-18 13:28:53 -08:00
Casey Lee
cb0704e8bf
fixup handling of git revisions for non-branch HEAD 2019-01-17 15:53:03 -08:00
Casey Lee
20f20eddf7
fix issue from PR #10 2019-01-17 15:28:52 -08:00
Oliver Bristow
1ead030d2e
Allow non-symbolic-ref HEAD 2019-01-17 22:36:47 +00:00
Casey Lee
ce5fbcf2e2
cleanup logging statements 2019-01-16 10:10:24 -08:00
Casey Lee
3c4c5a15b4
go fmt 2019-01-15 23:12:10 -08:00
Casey Lee
6f07c10d8c
improve linting 2019-01-15 17:41:02 -08:00
Casey Lee
2b471fbff0
fix #2 - add support for an array of 'Runs' 2019-01-15 09:57:58 -08:00
Casey Lee
44e21b102e
resolve issue with reference a branch on a github action 2019-01-15 09:05:27 -08:00
Casey Lee
f683af5954
Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00