summaryrefslogtreecommitdiff
path: root/internal/executable
Commit message (Collapse)AuthorAgeFilesLines
* go: Bump major version to v14Patrick Steinhardt2022-07-051-1/+1
| | | | | | | | | | | | | While gitlab-shell currently has a major version of v14, the module path it exposes is not using that major version like it is required by the Go standard. This makes it impossible for dependents to import gitlab-shell as a dependency without using a commit as version. Fix this by changing the module path of gitlab-shell to instead be `gitlab.com/gitlab-org/gitlab-shell/v14` and adjust all imports accordingly. Changelog: fixed
* refactor: fix style issuesfeistel2021-09-081-4/+4
|
* refactor: rearchitect command and executable Go modulesfeistel2021-09-082-5/+3
|
* refactor: add acceptargs field to executablefeistel2021-09-082-7/+9
| | | | | parse logic will only run if the executable accept args. healthcheck is the only one not accepting arguments.
* Revert "Update executable.go"Igor Drozdov2020-07-231-0/+22
| | | This reverts commit 869aeb9057962b089abfd8ce0b6d4a0962bbb154
* Update executable.goIgor Drozdov2020-07-231-22/+0
|
* Rename import pathsNick Thomas2019-10-181-1/+1
|
* Move go code up one levelNick Thomas2019-10-182-0/+164