summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Update specs for sudo behaviorDouwe Maan2017-11-021-5/+2
* Add sudo API scopeDouwe Maan2017-11-022-74/+50
* Remove authentication using user.private_tokenDouwe Maan2017-11-021-16/+6
* Remove private_token from API user entityDouwe Maan2017-11-022-7/+1
* Remove Session APIDouwe Maan2017-11-022-21/+0
* Merge branch '39619-cancel-merge-when-pipeline-succeeds-from-the-api-fails' i...Rémy Coutable2017-10-311-1/+1
|\
| * Fix namespacing for MergeWhenPipelineSucceedsService in MR APIMark Fletcher2017-10-301-1/+1
* | Merge branch 'add-packagist-project-service' into 'master'Kamil Trzciński2017-10-312-0/+41
|\ \ | |/ |/|
| * Add Packagist project serviceMatt Coleman2017-10-132-0/+41
* | Merge branch 'api-configure-jira' into 'master'Douwe Maan2017-10-261-2/+2
|\ \
| * | Validate username/pw for Jiraservice, require them in the APIRobert Schilling2017-10-241-2/+2
* | | Add pages domains API implementationTravis Miller2017-10-223-0/+122
* | | Add pages domains API entitiesTravis Miller2017-10-221-0/+17
|/ /
* | Merge branch '37032-get-project-branch-invalid-name-message' into 'master'Rémy Coutable2017-10-181-8/+14
|\ \
| * | Get Project Branch API shows an helpful error message on invalid refnameJacopo2017-10-181-8/+14
* | | Merge branch 'sha-handling' into 'master'Douwe Maan2017-10-166-22/+21
|\ \ \
| * | | Adds requirements that supports anything in sha paramsGuilherme Vieira2017-10-126-22/+21
* | | | Move line code generation into Gitlab::Gitconflict-resolution-refactorAlejandro Rodríguez2017-10-122-2/+2
* | | | Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-122-2/+2
* | | | Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez2017-10-122-2/+2
| |_|/ |/| |
* | | Move all API authentication code to APIGuardDouwe Maan2017-10-122-92/+93
| |/ |/|
* | Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-064-2/+9
|\ \
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issu...Jarka Kadlecova2017-10-037-33/+150
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-204-7/+30
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-181-1/+1
| |\ \ \
| * | | | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-142-8/+3
| * | | | Support discussion lock in the APIJarka Kadlecova2017-09-144-2/+14
* | | | | Merge branch 'api-sentry-extra' into 'master'Douwe Maan2017-10-061-1/+1
|\ \ \ \ \
| * | | | | Send API parameters as extra data for sentry errorsapi-sentry-extraAlejandro Rodríguez2017-10-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan2017-10-0520-116/+229
|\ \ \ \ \
| * | | | | Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov2017-10-0514-79/+78
| * | | | | Merge branch '37970-timestamped-ci' into 'master'Kamil Trzciński2017-10-031-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Expose GitLab features to the CI runner37970-timestamped-ciAlessio Caiazza2017-10-031-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch '38571-fix-exception-in-raven-report' into 'master'Sean McGivern2017-10-021-3/+5
| |\ \ \ \
| | * | | | Ensure no exception is raised when Raven tries to get the current user in API...38571-fix-exception-in-raven-reportRémy Coutable2017-09-291-3/+5
| * | | | | add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner2017-09-291-0/+7
| |/ / / /
| * | | | Support custom attributes on usersMarkus Koller2017-09-283-0/+84
| * | | | Merge branch 'dm-api-unauthorized' into 'master'Sean McGivern2017-09-282-16/+38
| |\ \ \ \
| | * | | | Make sure API responds with 401 when invalid authentication info is provideddm-api-unauthorizedDouwe Maan2017-09-282-16/+38
| * | | | | refactor emails servicerefactor-servicesJames Lopez2017-09-281-4/+4
| * | | | | refactor users update serviceJames Lopez2017-09-283-3/+3
| * | | | | refactor services to match EE signatureJames Lopez2017-09-283-7/+7
| |/ / / /
| * | | | Merge branch '37467-helper-method-from-users-endpoint-overrides-api-helper-me...Rémy Coutable2017-09-271-2/+2
| |\ \ \ \
| | * | | | find_user users helper method no longer overrides find_user API helper method.37467-helper-method-from-users-endpoint-overrides-api-helper-methodTiago Botelho2017-09-261-2/+2
| | |/ / /
| * | | | Merge branch 'dm-simple-project-avatar-url' into 'master'Rémy Coutable2017-09-261-5/+6
| |\ \ \ \
| | * | | | Expose avatar_url when requesting list of projects from API with simple=truedm-simple-project-avatar-urlDouwe Maan2017-09-261-5/+6
| | |/ / /
| * | | | Expose last pipeline details in API response when getting a single commitMehdi Lahmam2017-09-261-0/+1
| |/ / /
* | | | fix calls to Emails::DestroyServiceBrett Walker2017-09-231-2/+2
* | | | Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker2017-09-231-2/+0
|/ / /
* | | Merge branch '20049-projects-api-forks' into 'master'Rémy Coutable2017-09-201-4/+19
|\ \ \