Casey Lee
54ade14d18
Merge branch 'master' into master
2019-05-22 23:14:38 -07:00
Casey Lee
ba26bd7273
Merge pull request #66 from maxheld83/patch-2
...
explain how to run act with secrets
2019-05-22 23:12:53 -07:00
Casey Lee
cb6bfde683
Merge branch 'master' into patch-2
2019-05-22 23:12:45 -07:00
Casey Lee
766998807d
Merge pull request #65 from maxheld83/patch-1
...
explain how to "skip" some actions using filter
2019-05-22 23:11:24 -07:00
Casey Lee
205d9f7ac8
Merge branch 'master' into patch-1
2019-05-22 23:11:16 -07:00
Casey Lee
d85cabfa52
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
9fd6310363
fix: clean code
2019-05-23 01:45:50 -03:00
Carlos Alexandro Becker
01f7ff315c
fix: using filepath instead of path
2019-05-23 01:41:56 -03:00
Carlos Alexandro Becker
8d181a6a1e
fix: added tests and improved code
2019-05-23 01:40:07 -03:00
Carlos Alexandro Becker
03d57a80c9
feat: support branches as GITHUB_REF
2019-05-23 00:05:14 -03:00
Max Held
6fd3811ec6
explain how to run act with secrets
...
again, thought this might be helpful for other users.
**Caveat**: I'm not an InfoSec expert, so someone should look this over.
Don't want to encourage people to do stupid things.
2019-05-20 20:04:47 +02:00
Max Held
367ec0c61c
explain how to "skip" some actions using filter
...
I just figured this out; might be helpful for other users.
2019-05-20 19:49:10 +02:00
Aidan Steele
1d64fef1a1
Use docker’s stdcopy to ensure we don’t emit garbage bytes to stdout
2019-04-09 20:45:58 +10:00
Casey Lee
f2cb9e391e
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
589ff16271
Render correct graph for non-default events
2019-04-08 21:01:49 +10:00
Casey Lee
449c899973
Merge pull request #55 from chaseadamsio/master
...
s/pull-request/pull_request
2019-04-02 17:26:26 -04:00
Chase Adams
4c09cbb045
s/pull-request/pull_request
...
pull-request isn't an event type but pull_request is!
2019-04-02 11:11:59 -07:00
Casey Lee
048759a125
fix logic in determining when to pull images
2019-03-18 16:50:23 -07:00
Casey Lee
967339e344
Merge pull request #48 from marccampbell/ignore-response
...
Ignore error, vet failure
2019-03-10 08:13:14 -07:00
Marc Campbell
45f8309524
Ignore error, vet failure
2019-03-09 18:38:35 -08:00
Casey Lee
b18239ff77
Merge pull request #46 from sosedoff/capture-build-error
...
Handle docker image build failures
2019-03-02 07:53:24 -08:00
Dan Sosedoff
1c25ee9d71
Add an extra test
2019-03-01 21:36:07 -06:00
Dan Sosedoff
5330599c93
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
1791f1fd44
skip integration test
2019-02-19 09:08:41 -08:00
Casey Lee
8186f00560
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
7fadbdb6e8
Add flag to skip pulling images already present
2019-02-18 21:12:35 -08:00
Casey Lee
3a4de2d215
Merge pull request #36 from Jaskaranbir/readme-update
...
Add info about verbose-switch to README
2019-02-18 20:07:13 -08:00
Casey Lee
a225d72c50
Merge branch 'master' into readme-update
2019-02-18 20:07:05 -08:00
Casey Lee
c2c65353d1
Merge pull request #40 from marccampbell/stdout
...
Use stdout for actionLogger
2019-02-18 20:05:29 -08:00
Marc Campbell
86611873eb
Use stdout
2019-02-18 16:30:34 -08:00
Jaskaranbir Singh
07242b8c7a
Add info about verbose-switch to README
2019-02-17 15:06:45 -05:00
Casey Lee
7fcacaadb3
Merge pull request #35 from sosedoff/detect-event-type
...
Detect workflow event type
2019-02-16 18:01:36 -07:00
Dan Sosedoff
ff2c631d40
Add extra test for event detection
2019-02-15 10:44:36 -06:00
Dan Sosedoff
96065fe807
Detect workflow event type
2019-02-15 10:34:19 -06:00
Casey Lee
32c1ec97e6
Merge pull request #34 from sosedoff/regex-fix
...
Regex tweaks
2019-02-14 19:46:59 -05:00
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
2e52ef61c8
feedback from PR on --watch
2019-02-12 23:35:04 -05:00
Casey Lee
e27d5fa3af
Merge pull request #30 from urcomputeringpal/watch
...
--watch
2019-02-12 23:30:02 -05:00
Casey Lee
4228018177
Merge branch 'master' into watch
2019-02-12 23:29:54 -05: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
Jesse Newland
3198627879
--watch
2019-02-09 20:39:09 -06:00
Casey Lee
de62a2eece
resolve issues with release action
2019-02-07 09:50:30 -08:00
Casey Lee
7b012832b4
issue with patterns and vendor directory
2019-02-07 09:39:04 -08:00
Casey Lee
18427728ae
Merge pull request #27 from nektos/parser
...
Replace parser with new parser from GitHub
2019-02-07 09:12:09 -08:00
Casey Lee
eed58492aa
skip integration test in GH actions
2019-02-07 09:09:19 -08:00
Casey Lee
4b61fb3bc3
pin to v1.0.0 of github action parser
2019-02-06 22:36:16 -08:00
Casey Lee
3e04312912
update to latest version of action parser
2019-02-06 22:36:15 -08:00
Casey Lee
bc5c23e8e4
fix #24 - support both branch refs and hash refs
2019-02-06 22:36:14 -08:00