Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display helpful feedback when proxying an SSH git push to secondary request ↵ | Ash McKenzie | 2018-09-25 | 1 | -46/+38 |
| | | | | (v2) | ||||
* | primary_repo can be a String or a Hashash.mckenzie/display-feedback | Ash McKenzie | 2018-09-13 | 1 | -34/+44 |
| | |||||
* | 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/+17 |
| | | | | This also cleans up the output from the tests as previously, Base64 encoded output was printed. | ||||
* | Custom Action supportash.mckenzie/custom-action-support | Ash McKenzie | 2018-09-08 | 1 | -0/+136 |
| | |||||
* | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'" | Nick Thomas | 2018-08-14 | 4 | -270/+0 |
| | | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0. | ||||
* | Revert "Pass custom git_config_options to Gitalyo" | Nick Thomas | 2018-08-14 | 1 | -3/+1 |
| | | | | This reverts commit f4ce4a3c31a9a7fb2fa0bb7daa185d34b8c03c00. | ||||
* | Pass custom git_config_options to Gitalyo | Rubén Dávila | 2018-08-07 | 1 | -1/+3 |
| | | | | | 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 | -5/+7 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactor | Ash McKenzie | 2018-08-01 | 2 | -9/+9 |
| | |||||
* | Use actor when we don't know if it's a Key or User | Ash McKenzie | 2018-08-01 | 3 | -9/+12 |
| | | | | | | * 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/+265 |
* Base - contains all common logic * Gitaly - performs interactions with Gitaly * API2FARecovery - 2FA recovery code generation * GitLFSAuthenticate - git-lfs authentication |