Commit Graph
100 Commits
Author SHA1 Message Date
Casey Lee e33606361f tone down verbosity 2020-03-06 10:25:18 -08:00
Casey LeeandGitHub c32a87c6dc fix #128: guard against empty actionName when 'uses: ./' (#130)
* fix #128: guard against empty actionName when 'uses: ./'

* fix #129 - force image name to be lowercase
2020-03-06 10:17:20 -08:00
Casey Lee 1f9f3b826e go mod tidy 2020-03-06 09:11:18 -08:00
Casey Lee 59b9b8e97a fix #108 - ensure container names are unique for matrix runs 2020-03-04 16:24:14 -08:00
Casey Lee a5570ffdd6 run on push and pull_request 2020-03-02 08:04:30 -08:00
Casey LeeandGitHub e9de6ca2c0 fix #115 - support toJson and toJSON (#116) 2020-02-28 15:20:31 -08:00
Casey Lee 45839d68ec manage stale issues in GH actions 2020-02-28 09:35:29 -08:00
Casey LeeandGitHub 6e1da1a70d fix #110 - support path in action (#111) 2020-02-27 14:17:01 -08:00
Casey LeeandGitHub 21e2bb8657 fix #108 - support matrix expressions in job name (#109) 2020-02-26 23:29:43 -08:00
Casey LeeandGitHub e739f72c5e Update README.md 2020-02-26 22:09:13 -08:00
Casey Lee 8696b42178 gofmt 2020-02-25 16:58:26 -08:00
Casey Lee 76ecede42e Merge branch 'master' of github.com:nektos/act 2020-02-25 09:23:05 -08:00
Casey Lee 1d84ee0db1 fix #102 - add windows support 2020-02-25 09:22:59 -08:00
Casey LeeandGitHub 9dd2428546 fix #100 - change RUNNER_TOOL_CACHE to /opt/hostedtoolcache (#103) 2020-02-25 08:52:04 -08:00
Casey Lee ead2ab4d69 fix #95 - change ports to array of strings 2020-02-24 22:37:20 -08:00
Casey Lee 51b6167606 fix 99: support string and map variants of container 2020-02-24 22:35:08 -08:00
Casey Lee dadf8918be documentation for .actrc 2020-02-24 22:16:00 -08:00
Casey Lee 76a8bfc4fc fix #89 - support .actrc file 2020-02-24 22:11:33 -08:00
Casey Lee 5b90c8a44d remove super verbose log statement 2020-02-24 17:58:34 -08:00
Casey LeeandGitHub 0f796ff9f6 Merge pull request #98 from nektos/ISS-86
Iss 86
2020-02-24 17:51:40 -08:00
Casey Lee 1121f6e132 run with copy of workingdir 2020-02-24 17:48:21 -08:00
Casey Lee 8f5918942d move action cache to volume 2020-02-24 16:38:49 -08:00
Casey Lee eb28924ba5 actions 2020-02-24 15:05:41 -08:00
Casey Lee d54b25d983 makefile cleanups 2020-02-24 15:04:33 -08:00
Casey Lee 3a65967b95 ci cleanup 2020-02-24 14:43:03 -08:00
Casey Lee 037e08a3a7 integration test 2020-02-24 12:48:12 -08:00
Casey Lee 6c632946be unit tests pass 2020-02-24 10:56:49 -08:00
Casey Lee 88041afb87 cache dir for remote actions 2020-02-23 22:34:48 -08:00
Casey Lee 94591c58d7 local actions done 2020-02-23 16:36:44 -08:00
Casey Lee ac1bd0893e shared container for job 2020-02-23 15:02:01 -08:00
Casey Lee 01876438c2 shared container for job 2020-02-23 15:01:25 -08:00
Casey Lee 9179d8924d updates for tests 2020-02-21 22:19:59 -08:00
Casey Lee 2cb276ca05 unchecked error 2020-02-21 08:42:00 -08:00
Casey Lee 418b0db047 reuse containers to fix #86 2020-02-20 22:43:20 -05:00
Casey Lee e371fa8c49 stop overwritting gitconfig
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:30 -05:00
Casey Lee 58731e8d9b fixes #90 - hard reset when using a version for an action
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:28 -05:00
Casey Lee 80147e8b5b new quickstart image
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:26 -05:00
Casey Lee bc2b952b65 token for goreleaser
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:24 -05:00
Casey Lee ad2789fa1b new token for brew
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:22 -05:00
Casey Lee 6834c5c96f add warning
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:20 -05:00
Casey Lee 3d3fc59dbe update for platforms
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:18 -05:00
Casey Lee 9511f5baf4 fix unit tsts for runner
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:16 -05:00
Casey Lee 543501a36a add support to override platform
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:15 -05:00
Casey Lee e4ee2ddab7 disable integration testing
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:13 -05:00
Casey Lee 3dd50dfe28 default task for Makefile
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:11 -05:00
Casey Lee 573f78e1b4 support for secrets
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:09 -05:00
Casey Lee 9651992584 code complexity of NewPlanExecutor
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:07 -05:00
Casey Lee 60be2d67c1 align name of job in output
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:05 -05:00
Casey Lee f8fb88816a matrix is done
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:03 -05:00
Casey Lee 5b7019cd0b skip unsupported platforms
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:06:01 -05:00
Casey Lee 73559207c7 initial support for expressons
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:59 -05:00
Casey Lee 09773f7c5c fix tests
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:57 -05:00
Casey Lee e40ab0145f expressions working
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:55 -05:00
Casey Lee 409060c847 merge master
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:53 -05:00
Casey Lee 6fb2fbbeaa add funding.yml
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:51 -05:00
Casey Lee 76b1c6a3f1 HCL syntax disclaimer on README
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:50 -05:00
Casey Lee fd6fe1872f bug with local action
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:48 -05:00
Casey Lee e29973becf updates to readme for next act release
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:46 -05:00
Casey Lee 64562d41ab test updates
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:44 -05:00
Casey Lee f7252cbcf9 add commands support
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:42 -05:00
Casey Lee 033168228b cleanup logging
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:40 -05:00
Casey Lee a21d4bbd90 ignore actions/checkout locally
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:38 -05:00
Casey Lee 835b36cb63 ci tests
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:36 -05:00
Casey Lee ac8258db4b support list/map/scalar for on and needs
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:34 -05:00
Casey Lee 0582306861 unit tests
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:31 -05:00
Casey Lee be75ee20b1 local actions
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:29 -05:00
Casey Lee 4e046e1ec0 support custom shell
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:27 -05:00
Casey Lee 532af98aef successfully able to run simple workflows
Signed-off-by: Casey Lee <[email protected]>
2020-02-20 21:05:25 -05:00
Casey Lee 8c49ba0cec initial load of yaml working 2020-02-04 16:38:41 -08:00
Casey LeeandGitHub 500e9677f3 Merge pull request #78 from qoomon/patch-1
doc: remove unnecessary brew command
2019-09-16 14:35:51 -07:00
Casey LeeandGitHub 1b1dc58007 Merge pull request #77 from SirWindfield/patch-1
add arch linux installation instructions
2019-09-04 21:51:31 -04:00
Casey Lee 6fa86b407f fix unit test failures in GitHub Actions caused by missing gitconfig 2019-05-28 09:47:40 -07:00
Casey Lee b5159281f9 update vendor 2019-05-23 08:46:23 -07:00
Casey LeeandGitHub 308162e2eb Merge pull request #68 from caarlos0/master
feat: support branches as GITHUB_REF
2019-05-22 23:15:58 -07:00
Casey LeeandGitHub 54ade14d18 Merge branch 'master' into master 2019-05-22 23:14:38 -07:00
Casey LeeandGitHub 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 LeeandGitHub cb6bfde683 Merge branch 'master' into patch-2 2019-05-22 23:12:45 -07:00
Casey LeeandGitHub 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 LeeandGitHub 205d9f7ac8 Merge branch 'master' into patch-1 2019-05-22 23:11:16 -07:00
Casey LeeandGitHub 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
Casey LeeandGitHub f2cb9e391e Merge pull request #56 from aidansteele/graph-render
Render correct graph for non-default events
2019-04-08 08:16:03 -07:00
Casey LeeandGitHub 449c899973 Merge pull request #55 from chaseadamsio/master
s/pull-request/pull_request
2019-04-02 17:26:26 -04:00
Casey Lee 048759a125 fix logic in determining when to pull images 2019-03-18 16:50:23 -07:00
Casey LeeandGitHub 967339e344 Merge pull request #48 from marccampbell/ignore-response
Ignore error, vet failure
2019-03-10 08:13:14 -07:00
Casey LeeandGitHub b18239ff77 Merge pull request #46 from sosedoff/capture-build-error
Handle docker image build failures
2019-03-02 07:53:24 -08:00
Casey Lee 1791f1fd44 skip integration test 2019-02-19 09:08:41 -08:00
Casey LeeandGitHub 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
Casey LeeandGitHub 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 LeeandGitHub a225d72c50 Merge branch 'master' into readme-update 2019-02-18 20:07:05 -08:00
Casey LeeandGitHub c2c65353d1 Merge pull request #40 from marccampbell/stdout
Use stdout for actionLogger
2019-02-18 20:05:29 -08:00
Casey LeeandGitHub 7fcacaadb3 Merge pull request #35 from sosedoff/detect-event-type
Detect workflow event type
2019-02-16 18:01:36 -07:00
Casey LeeandGitHub 32c1ec97e6 Merge pull request #34 from sosedoff/regex-fix
Regex tweaks
2019-02-14 19:46:59 -05:00
Casey Lee 2e52ef61c8 feedback from PR on --watch 2019-02-12 23:35:04 -05:00
Casey LeeandGitHub e27d5fa3af Merge pull request #30 from urcomputeringpal/watch
--watch
2019-02-12 23:30:02 -05:00
Casey LeeandGitHub 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
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 LeeandGitHub 18427728ae Merge pull request #27 from nektos/parser
Replace parser with new parser from GitHub
2019-02-07 09:12:09 -08:00