Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #102 - add windows support | Casey Lee | 2020-02-25 | 188 | -44552/+36275 |
* | fix #95 - change ports to array of stringsv0.2.3 | Casey Lee | 2020-02-25 | 1 | -1/+1 |
* | fix 99: support string and map variants of container | Casey Lee | 2020-02-25 | 5 | -5/+63 |
* | documentation for .actrc | Casey Lee | 2020-02-25 | 1 | -1/+9 |
* | fix #89 - support .actrc file | Casey Lee | 2020-02-25 | 3 | -1/+36 |
* | remove super verbose log statement | Casey Lee | 2020-02-25 | 1 | -1/+0 |
* | Merge pull request #98 from nektos/ISS-86v0.2.2 | Casey Lee | 2020-02-25 | 33 | -708/+1087 |
|\ | |||||
| * | run with copy of workingdir | Casey Lee | 2020-02-25 | 7 | -9/+26 |
| * | move action cache to volume | Casey Lee | 2020-02-25 | 3 | -40/+110 |
| * | actions | Casey Lee | 2020-02-25 | 1 | -1/+1 |
| * | makefile cleanups | Casey Lee | 2020-02-25 | 3 | -42/+30 |
| * | ci cleanup | Casey Lee | 2020-02-24 | 9 | -44/+17 |
| * | integration test | Casey Lee | 2020-02-24 | 12 | -71/+92 |
| * | unit tests pass | Casey Lee | 2020-02-24 | 4 | -17/+66 |
| * | cache dir for remote actions | Casey Lee | 2020-02-24 | 5 | -111/+76 |
| * | local actions done | Casey Lee | 2020-02-24 | 4 | -113/+105 |
| * | shared container for job | Casey Lee | 2020-02-24 | 2 | -0/+319 |
| * | shared container for job | Casey Lee | 2020-02-24 | 11 | -528/+442 |
| * | updates for tests | Casey Lee | 2020-02-22 | 3 | -5/+7 |
| * | unchecked error | Casey Lee | 2020-02-21 | 1 | -2/+2 |
| * | reuse containers to fix #86 | Casey Lee | 2020-02-21 | 6 | -22/+91 |
|/ | |||||
* | stop overwritting gitconfig | Casey Lee | 2020-02-21 | 1 | -5/+6 |
* | fixes #90 - hard reset when using a version for an action | Casey Lee | 2020-02-21 | 1 | -0/+9 |
* | new quickstart image | Casey Lee | 2020-02-21 | 1 | -1/+1 |
* | token for goreleaserv0.2.1 | Casey Lee | 2020-02-21 | 1 | -2/+1 |
* | new token for brew | Casey Lee | 2020-02-21 | 1 | -0/+1 |
* | add warning | Casey Lee | 2020-02-21 | 1 | -0/+2 |
* | update for platforms | Casey Lee | 2020-02-21 | 3 | -6/+26 |
* | fix unit tsts for runner | Casey Lee | 2020-02-21 | 1 | -3/+9 |
* | add support to override platform | Casey Lee | 2020-02-21 | 8 | -37/+59 |
* | disable integration testingv0.2.0 | Casey Lee | 2020-02-21 | 1 | -2/+1 |
* | default task for Makefile | Casey Lee | 2020-02-21 | 1 | -9/+2 |
* | support for secrets | Casey Lee | 2020-02-21 | 17 | -17/+715 |
* | code complexity of NewPlanExecutor | Casey Lee | 2020-02-21 | 2 | -9/+15 |
* | align name of job in output | Casey Lee | 2020-02-21 | 1 | -8/+22 |
* | matrix is done | Casey Lee | 2020-02-21 | 8 | -45/+218 |
* | skip unsupported platforms | Casey Lee | 2020-02-21 | 6 | -14/+23 |
* | initial support for expressons | Casey Lee | 2020-02-21 | 10 | -108/+286 |
* | fix tests | Casey Lee | 2020-02-21 | 7 | -30/+160 |
* | expressions working | Casey Lee | 2020-02-21 | 114 | -0/+32361 |
* | merge master | Casey Lee | 2020-02-21 | 1 | -2/+0 |
* | add funding.yml | Casey Lee | 2020-02-21 | 1 | -0/+1 |
* | HCL syntax disclaimer on README | Casey Lee | 2020-02-21 | 1 | -0/+2 |
* | bug with local action | Casey Lee | 2020-02-21 | 1 | -0/+3 |
* | updates to readme for next act release | Casey Lee | 2020-02-21 | 1 | -20/+6 |
* | test updates | Casey Lee | 2020-02-21 | 11 | -30/+37 |
* | add commands support | Casey Lee | 2020-02-21 | 12 | -33/+303 |
* | cleanup logging | Casey Lee | 2020-02-21 | 13 | -55/+184 |
* | ignore actions/checkout locally | Casey Lee | 2020-02-21 | 2 | -0/+7 |
* | ci tests | Casey Lee | 2020-02-21 | 8 | -20/+50 |