Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gitaly hook transistion changes | Jacob Vosmaer | 2018-12-20 | 1 | -1/+2 |
| | |||||
* | Revert "Merge branch 'sh-bump-ruby-version' into 'master'" | Douwe Maan | 2018-12-13 | 1 | -1/+1 |
| | | | This reverts merge request !257 | ||||
* | Upgrade to Ruby 2.5.3 | Stan Hu | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | Remove circular dependency between HTTPHelper and GitlabNetsh-fix-circular-dependency-errors | Stan Hu | 2018-11-27 | 1 | -0/+1 |
| | | | | | | | | | HttpHelper depended on exceptions defined in GitLabNet, but GitLabNet included HttpHelper. Specs in Ruby 2.5 were breaking as a result of Action::Custom not able to reference constants in GitLabNet: https://gitlab.com/gitlab-org/gitlab-shell/-/jobs/126362702. Closes https://gitlab.com/gitlab-org/gitlab-shell/issues/169 | ||||
* | Display helpful feedback when proxying an SSH git push to secondary request ↵ | Ash McKenzie | 2018-09-25 | 1 | -3/+0 |
| | | | | (v2) | ||||
* | Consider 300 a successful response also | Ash McKenzie | 2018-09-13 | 1 | -1/+2 |
| | |||||
* | Ensure text/plain & text/html content typs are handled and add missing specs ↵ | Ash McKenzie | 2018-09-11 | 1 | -0/+1 |
| | | | | for handled HTTP status codes | ||||
* | Move some GitlabNet requires into HTTPHelper | Ash McKenzie | 2018-09-07 | 1 | -0/+2 |
| | |||||
* | New HTTPCodes module | Ash McKenzie | 2018-09-07 | 1 | -0/+4 |
| | |||||
* | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'" | Nick Thomas | 2018-08-14 | 1 | -17/+2 |
| | | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0. | ||||
* | Rename NotFound -> NotFoundError | Ash McKenzie | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | HTTPHelper fix requires, add/use status constants | Ash McKenzie | 2018-08-01 | 1 | -2/+15 |
| | |||||
* | Move HTTP related exceptions into HTTPHelper | Ash McKenzie | 2018-08-01 | 1 | -0/+2 |
| | |||||
* | Support HTTP headers and sending JSON | Ash McKenzie | 2018-07-20 | 1 | -10/+16 |
| | |||||
* | Rename HTTPHelper#host to #internal_api_endpoint | Ash McKenzie | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Add #base_api_endpoint for re-usability | Ash McKenzie | 2018-07-20 | 1 | -1/+5 |
| | |||||
* | Move HTTP logic out into HTTPHelper | Ash McKenzie | 2018-07-20 | 1 | -0/+108 |