| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use write_stderr instead of $stderr.puts | Ash McKenzie | 2019-04-04 | 1 | -1/+3 |
| | | |||||
| * | Revert "Merge branch 'sh-bump-ruby-version' into 'master'" | Douwe Maan | 2018-12-13 | 1 | -2/+1 |
| | | | | This reverts merge request !257 | ||||
| * | Upgrade to Ruby 2.5.3 | Stan Hu | 2018-12-13 | 1 | -1/+2 |
| | | |||||
| * | Display helpful feedback when proxying an SSH git push to secondary request ↵ | Ash McKenzie | 2018-09-25 | 1 | -21/+30 |
| | | | | | (v2) | ||||
| * | Print message to $stderr for custom action | Ash McKenzie | 2018-09-13 | 1 | -0/+6 |
| | | |||||
| * | Make ordered expectations around results output | Ash McKenzie | 2018-09-13 | 1 | -2/+2 |
| | | | | | This also cleans up the output from the tests as previously, Base64 encoded output was printed. | ||||
| * | Ensure text/plain & text/html content typs are handled and add missing specs ↵ | Ash McKenzie | 2018-09-11 | 1 | -1/+1 |
| | | | | | for handled HTTP status codes | ||||
| * | Only decode result body if it has content upon custom action failure | Stan Hu | 2018-09-07 | 1 | -1/+3 |
| | | |||||
| * | Custom Action supportash.mckenzie/custom-action-support | Ash McKenzie | 2018-09-08 | 1 | -0/+127 |
| | | |||||
| * | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'" | Nick Thomas | 2018-08-14 | 4 | -233/+0 |
| | | | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0. | ||||
| * | Revert "Pass custom git_config_options to Gitalyo" | Nick Thomas | 2018-08-14 | 1 | -5/+2 |
| | | | | | This reverts commit f4ce4a3c31a9a7fb2fa0bb7daa185d34b8c03c00. | ||||
| * | Pass custom git_config_options to Gitalyo | Rubén Dávila | 2018-08-07 | 1 | -2/+5 |
| | | | | | | The /api/internal/allowed endpoint on GitLab has been updated to return some custom git options that can be used with git commands, we need to pass these received options to Gitaly. | ||||
| * | Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactor | Ash McKenzie | 2018-08-02 | 3 | -4/+11 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactor | Ash McKenzie | 2018-08-01 | 2 | -11/+11 |
| | | |||||
| * | Use actor when we don't know if it's a Key or User | Ash McKenzie | 2018-08-01 | 4 | -27/+24 |
| | | | | | | | * Use gl_id when we don't know if it's a key-X or user-X * Use Actor.new_from(gl_id) which will figure out if it's a Key or User * Use key_str when we're referring to key-X as key_id is confusing | ||||
| * | New Action classes | Ash McKenzie | 2018-08-01 | 4 | -0/+229 |
| * Base - contains all common logic * Gitaly - performs interactions with Gitaly * API2FARecovery - 2FA recovery code generation * GitLFSAuthenticate - git-lfs authentication | |||||
