Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move go code up one level | Nick Thomas | 2019-10-18 | 1 | -131/+0 |
| | |||||
* | Add Executable struct181-migrate-gitlab-shell-checks-fallback | Patrick Bajao | 2019-08-02 | 1 | -7/+28 |
| | | | | | | | | | | This struct is responsible for determining the name and root dir of the executable. The `RootDir` property will be used to find the config. The `Name` property will be used to determine what `Command` and `CommandArgs` to be built. | ||||
* | Support different CommandArgs type | Patrick Bajao | 2019-07-31 | 1 | -0/+110 |
`CommandArgs` has been renamed to `Shell`. An interface has been added that includes `Executable()` and `Arguments()` method. The `BaseArgs` implement this methods and should be embeeded in each type. |