Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the gssapi-with-mic auth method | Marin Hannache | 2023-01-23 | 1 | -0/+14 |
| | |||||
* | go: Bump major version to v14 | Patrick Steinhardt | 2022-07-05 | 1 | -14/+14 |
| | | | | | | | | | | | | | 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: unify instantiation of command.Shell | feistel | 2021-09-20 | 1 | -0/+14 |
| | |||||
* | refactor: cleanup func signature and remove unused args | feistel | 2021-09-08 | 1 | -4/+3 |
| | |||||
* | refactor: rearchitect command and executable Go modules | feistel | 2021-09-08 | 1 | -0/+65 |