summaryrefslogtreecommitdiff
path: root/spec/action
Commit message (Collapse)AuthorAgeFilesLines
* Display helpful feedback when proxying an SSH git push to secondary request ↵Ash McKenzie2018-09-251-46/+38
| | | | (v2)
* primary_repo can be a String or a Hashash.mckenzie/display-feedbackAsh McKenzie2018-09-131-34/+44
|
* Print message to $stderr for custom actionAsh McKenzie2018-09-131-0/+6
|
* Make ordered expectations around results outputAsh McKenzie2018-09-131-2/+17
| | | | This also cleans up the output from the tests as previously, Base64 encoded output was printed.
* Custom Action supportash.mckenzie/custom-action-supportAsh McKenzie2018-09-081-0/+136
|
* Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'"Nick Thomas2018-08-144-270/+0
| | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0.
* Revert "Pass custom git_config_options to Gitalyo"Nick Thomas2018-08-141-3/+1
| | | | This reverts commit f4ce4a3c31a9a7fb2fa0bb7daa185d34b8c03c00.
* Pass custom git_config_options to GitalyoRubén Dávila2018-08-071-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-refactorAsh McKenzie2018-08-023-5/+7
|
* Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactorAsh McKenzie2018-08-012-9/+9
|
* Use actor when we don't know if it's a Key or UserAsh McKenzie2018-08-013-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 classesAsh McKenzie2018-08-014-0/+265
* Base - contains all common logic * Gitaly - performs interactions with Gitaly * API2FARecovery - 2FA recovery code generation * GitLFSAuthenticate - git-lfs authentication