Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move go code up one level | Nick Thomas | 2019-10-18 | 18 | -1966/+0 |
| | |||||
* | Upgrade Gitaly to 1.68.0jc-upgrade-gitaly | John Cai | 2019-10-14 | 3 | -3/+3 |
| | | | | Gitaly 1.68.0 upgrades gRPC to 1.24.0 | ||||
* | Rewrite bin/check in Go | Nick Thomas | 2019-10-08 | 2 | -0/+102 |
| | |||||
* | Clean upadd-ip-address-to-call-to-rails-api | Małgorzata Ksionek | 2019-10-03 | 1 | -1/+0 |
| | |||||
* | Add cr remarks | Małgorzata Ksionek | 2019-10-03 | 1 | -2/+0 |
| | |||||
* | Introduce changes from code review | Małgorzata Ksionek | 2019-10-03 | 4 | -67/+6 |
| | |||||
* | Update methods to use new path | Małgorzata Ksionek | 2019-10-01 | 2 | -2/+2 |
| | |||||
* | Clean up files | Małgorzata Ksionek | 2019-09-30 | 1 | -0/+28 |
| | |||||
* | Add cr remarks | Małgorzata Ksionek | 2019-09-29 | 2 | -3/+14 |
| | |||||
* | Add cr remarks | Małgorzata Ksionek | 2019-09-26 | 2 | -7/+2 |
| | |||||
* | Add code review remarks | Małgorzata Ksionek | 2019-09-26 | 2 | -15/+7 |
| | |||||
* | Add ip address to headers | Małgorzata Ksionek | 2019-09-26 | 2 | -0/+42 |
| | |||||
* | Fix logic errors in gitlabnet client tests | Nick Thomas | 2019-09-20 | 1 | -8/+8 |
| | |||||
* | Implement AuthorizedKeys command181-authorized-keys-check-go | Patrick Bajao | 2019-08-08 | 2 | -0/+170 |
| | | | | | | Build this command when `Executable` name is `gitlab-shell-authorized-keys-check`. Feature flag is the same name. | ||||
* | Rename CommandArgs to Shell | Patrick Bajao | 2019-07-31 | 7 | -21/+21 |
| | | | | | | Other functions are still expecting for `CommandArgs` instead of `Shell`. They should be expecting `commandargs.Shell` now since it has been renamed. | ||||
* | Go implementation for LFS authenticate | Igor | 2019-06-06 | 2 | -0/+183 |
| | |||||
* | Go implementation for git-upload-archive | Igor | 2019-06-05 | 1 | -0/+8 |
| | |||||
* | Go implementation for git-upload-pack | Igor | 2019-06-03 | 3 | -16/+16 |
| | |||||
* | Go implementation for git-receive-pack | Igor | 2019-05-31 | 10 | -33/+414 |
| | |||||
* | Introduce gitlabnet.ParseJSON to DRY | Igor Drozdov | 2019-05-22 | 4 | -60/+48 |
| | |||||
* | Support calling internal API using HTTPS | Igor | 2019-05-01 | 3 | -4/+166 |
| | |||||
* | Support calling internal api using HTTP | Igor | 2019-04-24 | 9 | -115/+204 |
| | |||||
* | Provide go implementation for 2fa_recovery_codes command | Igor | 2019-03-21 | 6 | -6/+368 |
| | |||||
* | Wrap Stderr & Stdout in a reporter struct | Bob Van Landuyt | 2019-03-15 | 2 | -13/+62 |
| | | | | | The reporter struct can be used for passing around and reporting to the io.Writer of choice. | ||||
* | Detect user based on key, username or id | Bob Van Landuyt | 2019-03-14 | 6 | -0/+468 |
This allows gitlab-shell to be called with an argument of the format `key-123` or `username-name`. When called in this way, `gitlab-shell` will call the GitLab internal API. If the API responds with user information, it will print a welcome message including the username. If the API responds with a successful but empty response, gitlab-shell will print a welcome message for an anonymous user. If the API response includes an error message in JSON, this message will be printed to stderr. If the API call fails, an error message including the status code will be printed to stderr. |