- 09 Aug, 2019 2 commits
-
-
Patrick Bajao authored
Build this command when `Executable` name is `gitlab-shell-authorized-principals-check`. Feature flag is the same name.
-
Ash McKenzie authored
Implement AuthorizedKeys command See merge request gitlab-org/gitlab-shell!321
-
- 08 Aug, 2019 1 commit
-
-
Patrick Bajao authored
Build this command when `Executable` name is `gitlab-shell-authorized-keys-check`. Feature flag is the same name.
-
- 05 Aug, 2019 1 commit
-
-
Ash McKenzie authored
Support falling back to ruby version of checkers See merge request gitlab-org/gitlab-shell!318
-
- 02 Aug, 2019 1 commit
-
-
Patrick Bajao authored
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.
-
- 31 Jul, 2019 2 commits
-
-
Patrick Bajao authored
Other functions are still expecting for `CommandArgs` instead of `Shell`. They should be expecting `commandargs.Shell` now since it has been renamed.
-
Patrick Bajao authored
`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.
-
- 29 Jul, 2019 1 commit
-
-
Patrick Bajao authored
Rename the ruby scripts to have `-ruby` suffix and add a symlink for both to `./gitlab-shell`. The executable name will be used to determine how args will be parsed. For now, we only parse the arguments for gitlab-shell commands. If the executable is `gitlab-shell-authorized-keys-check` or `gitlab-shell-authorized-principals-check`, it'll always fallback to the ruby version. Ruby specs test the ruby script, the fallback from go to ruby and go implementation of both (still pending).
-
- 22 Jul, 2019 2 commits
-
-
Nick Thomas authored
Update rubygems version on CI for go tests See merge request gitlab-org/gitlab-shell!320
-
Patrick Bajao authored
-
- 01 Jul, 2019 1 commit
-
-
Nick Thomas authored
Resolve "Update .PHONY to have accurate list of targets" Closes #198 See merge request gitlab-org/gitlab-shell!316
-
- 28 Jun, 2019 2 commits
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- 27 Jun, 2019 5 commits
-
-
Ash McKenzie authored
-
Nick Thomas authored
Add Makefile for easier building and testing Closes #194 See merge request gitlab-org/gitlab-shell!310
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- 17 Jun, 2019 2 commits
-
-
Nick Thomas authored
Set Go111MODULE to 'off' during compilation See merge request gitlab-org/gitlab-shell!315
-
Zeger-Jan van de Weg authored
Given more to the Go community moves to Go modules, one might default to GO111MODULE to on in their environment. If this is done, this project fails to compile. By setting the environment for the compilation this is fixed.
-
- 11 Jun, 2019 2 commits
-
-
Nick Thomas authored
Enable all migration features by default See merge request gitlab-org/gitlab-shell!313
-
Igor authored
In order to uncomment it in the Makefile of GDK
-
- 06 Jun, 2019 4 commits
-
-
Nick Thomas authored
Release v9.3.0 See merge request gitlab-org/gitlab-shell!312
-
Nick Thomas authored
-
Nick Thomas authored
Go implementation for LFS authenticate Closes #163 See merge request gitlab-org/gitlab-shell!308
-
Igor authored
-
- 05 Jun, 2019 2 commits
-
-
Nick Thomas authored
Go implementation for git-upload-archive Closes #162 See merge request gitlab-org/gitlab-shell!307
-
Igor authored
-
- 04 Jun, 2019 2 commits
-
-
Ash McKenzie authored
Respect GITLAB_SHELL_DIR in the Go version Closes #187 See merge request gitlab-org/gitlab-shell!309
-
Nick Thomas authored
-
- 03 Jun, 2019 4 commits
-
-
Nick Thomas authored
Go implementation for git-upload-pack Closes #160 See merge request gitlab-org/gitlab-shell!305
-
Igor authored
-
Nick Thomas authored
Return Fallback cmd if feature is enabled, but unimplemented See merge request gitlab-org/gitlab-shell!306
-
Igor authored
-
- 31 May, 2019 3 commits
-
-
Nick Thomas authored
Go implementation for git-receive-pack Closes #161 See merge request gitlab-org/gitlab-shell!300
-
Igor authored
-
Nick Thomas authored
Only build against go1.11 and go1.12 See merge request gitlab-org/gitlab-shell!304
-
- 30 May, 2019 1 commit
-
-
Nick Thomas authored
-
- 22 May, 2019 2 commits
-
-
Nick Thomas authored
Refactor execution and parsing logic in Go's implementation See merge request gitlab-org/gitlab-shell!302
-
Igor Drozdov authored
-