summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* if issue is not valid we revert back to the old labels when updating19721-issues-created-through-api-do-not-notify-label-subscriberstiagonbotelho2016-08-261-8/+0
* refactors update issue api request and some minor commentstiagonbotelho2016-08-261-0/+8
* Add Sentry logging to API callsadd-sentry-logging-to-apiStan Hu2016-08-241-0/+32
* Restore back-compatibility for current members API endpointsRémy Coutable2016-08-101-1/+0
* New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-19/+6
* Replace parse_boolean with to_booleanRobert Schilling2016-07-201-5/+1
* API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-191-0/+7
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-1/+1
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+1
* Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-1/+1
* Implement @DouweM's feedback.Timothy Andrew2016-06-161-11/+3
* Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-141-0/+18
|\
| * Fix Error 500 when using closes_issues API with an external issue trackerStan Hu2016-06-111-0/+8
| * Satisfy Rubocopworkhorse-helpersDouwe Maan2016-06-101-2/+2
| * Add workhorse controller and API helpersDouwe Maan2016-06-061-0/+10
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-031-2/+13
|\ \ | |/
| * Enable Style/DefWithParentheses cop and fix single offenseRobert Speicher2016-05-231-1/+1
| * Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
| * Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+11
* | Reuse the private token param and header for personal access tokens.Timothy Andrew2016-05-111-2/+2
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-05-111-0/+16
|\ \ | |/
| * API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-0/+16
* | Combine `API::Helpers::Core` and `API::Helpers::Authentication` back into `AP...Timothy Andrew2016-04-281-0/+397
* | Refactor `API::Helpers` into `API::Helpers::Core` and `API::Helpers::Authenti...Timothy Andrew2016-04-281-385/+0
|/
* Merge branch 'api-star-project' into 'master' Rémy Coutable2016-04-131-0/+4
|\
| * Styling changes to code and docsRobert Schilling2016-04-131-1/+1
| * API: Star and unstar a projectRobert Schilling2016-04-131-0/+4
* | API: Return 404 if user does not have access to groupRobert Schilling2016-04-131-2/+1
|/
* minor improvements and fixed specsZeger-Jan van de Weg2016-03-191-3/+1
* Fix add_pagination_headers to keep request parameters in Link headerMichi3022016-02-021-5/+15
* Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-271-2/+3
* Change 'public' flag to more robust 'visibility' query.Josh Frye2016-01-191-2/+2
* Add public params to GET /projects api. Closes #3788Josh Frye2016-01-191-0/+4
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into add-pag...Rémy Coutable2016-01-141-1/+3
|\
| * Refactor build artifacts upload API endpointGrzegorz Bizon2016-01-141-1/+3
* | Add pagination headers to already paginated API resourcesadd-pagination-headers-to-apiRémy Coutable2016-01-141-11/+19
|/
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-6/+1
* Use normal file upload mechanism to upload artifactsKamil Trzcinski2015-11-101-6/+10
* Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski2015-11-101-1/+1
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+44
* Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-1/+1
* Fix rubocop warnings in libGuilherme Garnier2015-10-031-3/+2
* fix specs. Stage 3Valery Sizov2015-09-151-0/+38
* fix specs. Stage 2Valery Sizov2015-09-141-3/+2
* Drone CI serviceKirilll Zaitsev2015-09-021-0/+26
* Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-161-1/+1
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-0/+4
* Enable more rubocop style checksDmitriy Zaporozhets2015-03-241-2/+2
* Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-141-1/+4
|\
| * use constant-time string compare for internal api authenticationJörg Thalheim2015-03-061-1/+4