summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove HTTPCodes moduleash.mckenzie/display-feedback-v2Ash McKenzie2018-09-255-17/+6
* Nicer formatted output from GitLabAsh McKenzie2018-09-254-56/+70
* Include more log detail for Custom action errorsAsh McKenzie2018-09-181-2/+3
* Remove redundant logic from custom_spec.rbAsh McKenzie2018-09-181-15/+1
* Merge branch '155-merge-8-3-3-into-master' into 'master'Stan Hu2018-09-142-1/+4
|\
| * Release v8.3.3v8.3.38-3-stableNick Thomas2018-09-142-1/+4
* | Merge branch 'ash.mckenzie/display-feedback' into 'master'Stan Hu2018-09-135-25/+162
|\ \ | |/ |/|
| * 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-133-0/+111
| * Make ordered expectations around results outputAsh McKenzie2018-09-133-6/+21
| * Consider 300 a successful response alsoAsh McKenzie2018-09-131-1/+2
* | Merge branch '154-release-gitlab-shell-8-3-2' into 'master'Stan Hu2018-09-122-1/+5
|\ \
| * | Release GitLab Shell v8.3.2sh-release-gitlab-shell-8-3-3Nick Thomas2018-09-122-1/+5
|/ /
* | Merge branch 'sh-fix-nonatomic-puts' into 'master'v8.3.2Nick Thomas2018-09-121-2/+3
|\ \ | |/ |/|
| * Fix newlines not appearing between new log entriessh-fix-nonatomic-putsStan Hu2018-09-111-2/+3
* | Merge branch '154-ensure-http-status-codes-are-integers-add-missing-specs-for...Nick Thomas2018-09-1124-36/+662
|\ \ | |/ |/|
| * Ensure text/plain & text/html content typs are handled and add missing specs ...Ash McKenzie2018-09-1124-36/+662
|/
* Merge branch 'sh-release-8.3.1' into 'master'v8.3.1Stan Hu2018-09-102-1/+4
|\
| * Release 8.3.1 to fix version numberingStan Hu2018-09-102-1/+4
|/
* Merge branch 'sh-release-8.3.0' into 'master'Stan Hu2018-09-072-1/+4
|\
| * Release v8.3.0sh-release-8.3.0Stan Hu2018-09-072-1/+4
|/
* Merge branch 'ash.mckenzie/custom-action-support' into 'master'v8.3.0Stan Hu2018-09-0716-56/+618
|\
| * Only decode result body if it has content upon custom action failureStan Hu2018-09-071-1/+3
| * Custom Action supportash.mckenzie/custom-action-supportAsh McKenzie2018-09-0811-17/+564
| * GitlabAccessStatus needs HTTP response status codeAsh McKenzie2018-09-073-13/+20
| * Use constants for git commands in GitlabShellAsh McKenzie2018-09-071-6/+11
| * New HTTPCodes moduleAsh McKenzie2018-09-071-0/+3
| * GitAccessStatus initializer sensible defaultsAsh McKenzie2018-09-072-9/+2
| * Move some GitlabNet requires into HTTPHelperAsh McKenzie2018-09-072-2/+2
| * GitlabConfig, GitlabShell & GitlabKeys spec fixesAsh McKenzie2018-09-073-11/+16
* | Merge branch 'sh-release-8.2.1' into 'master'v8.2.1Nick Thomas2018-09-072-1/+4
|\ \ | |/ |/|
| * Release gitlab-shell v8.2.1sh-release-8.2.1Stan Hu2018-09-062-1/+4
|/
* Merge branch 'ash.mckenzie/allowed-api-proper-http-status-code-support' into ...Stan Hu2018-09-073-1/+11
|\
| * /api/v4/allowed returns proper HTTP status codesAsh McKenzie2018-09-071-1/+2
| * New HTTPCodes moduleAsh McKenzie2018-09-072-0/+9
|/
* Merge branch '153-release-8-2-0' into 'master'v8.2.0Robert Speicher2018-09-052-1/+5
|\
| * Release gitlab-shell v8.2.0Nick Thomas2018-09-052-1/+5
|/
* Merge branch 'zj-fix-non-200-resp-code' into 'master'Nick Thomas2018-09-053-2/+10
|\
| * Fix handling non 200 response codeszj-fix-non-200-resp-codeZeger-Jan van de Weg2018-09-053-2/+10
|/
* Merge branch 'zj-cleanup-exec' into 'master'Nick Thomas2018-08-244-223/+52
|\
| * Clean up cmd_exec execution environmentZeger-Jan van de Weg2018-08-244-198/+43
| * Remove non Gitaly code pathsZeger-Jan van de Weg2018-08-202-39/+23
|/
* Merge branch 'zj-remove-repo-path' into 'master'Nick Thomas2018-08-174-43/+7
|\
| * Remove repo_path from GitlabShellzj-remove-repo-pathZeger-Jan van de Weg2018-08-164-43/+7
|/
* Merge branch 'rs-rspec' into 'master'Nick Thomas2018-08-1619-319/+303
|\
| * Disable WEBrick logging in HTTPUNIXServer to reduce spec output noisers-rspecRobert Speicher2018-08-151-0/+6
| * Fix a RuboCop warningRobert Speicher2018-08-151-1/+1
| * Update webmock to 3.4.2Robert Speicher2018-08-154-7/+10
| * Reorganize spec_helper; add support files for VCR and HTTPUNIXServerRobert Speicher2018-08-153-35/+40
| * Use `output` matcher in one testRobert Speicher2018-08-151-4/+1