summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+1
* Merge branch 'dropdown-load-fix' into 'master' Douwe Maan2016-07-132-1/+6
|\
| * deletes swn filetiagonbotelho2016-07-131-0/+0
| * fixes test according to four-phase test patterntiagonbotelho2016-07-121-0/+0
| * removes basicprojectwithaccess and replaces it with basicprojectdetailstiagonbotelho2016-07-123-9/+1
| * changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho2016-07-122-17/+0
| * adds basic functionality to the new endpoint of the apitiagonbotelho2016-07-123-19/+17
| * implements filter_paramstiagonbotelho2016-07-122-0/+19
| * changes string to symbol in paramtiagonbotelho2016-07-121-1/+1
| * adds test to check json fields on simple request and changes the url request ...tiagonbotelho2016-07-121-1/+1
| * fixes missing field on basicprojectdetailstiagonbotelho2016-07-121-0/+1
| * changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho2016-07-122-19/+6
| * adds basic functionality to the new endpoint of the apitiagonbotelho2016-07-123-21/+25
| * implements filter_paramstiagonbotelho2016-07-123-0/+21
* | Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-1/+1
|/
* Merge branch 'remove-branch-api' into 'master' Rémy Coutable2016-07-121-0/+2
|\
| * api: expose {should,force}_remove_source_branchBen Boeckel2016-07-111-0/+2
* | entities: remove :description from MergeRequestBen Boeckel2016-07-111-1/+0
|/
* API: Expose shared projects in a groupapi-shared-projectsRobert Schilling2016-07-081-0/+1
* Expose shared groups for projectsapi-shared-groupsRobert Schilling2016-07-081-0/+11
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-3/+3
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-2/+2
* Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-2/+5
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-018-10/+0
* Merge branch 'todos-api' into 'master' Rémy Coutable2016-07-013-0/+108
|\
| * Support creating a todo on issuables via APItodos-apiRobert Schilling2016-07-011-0/+30
| * Expose target, filter by state as stringRobert Schilling2016-07-012-7/+7
| * Add todos API documentation and changelogRobert Schilling2016-07-011-3/+1
| * pass paginated array when deleting notesRobert Schilling2016-07-011-1/+1
| * Expose action_nameRobert Schilling2016-07-011-1/+1
| * Add user to project to see todosRobert Schilling2016-07-011-1/+1
| * Move to helper, no instance variablesRobert Schilling2016-07-011-9/+9
| * Fix rebaseRobert Schilling2016-07-011-4/+0
| * Add Todos APIDouglas Barbosa Alexandre2016-07-013-0/+84
* | Merge branch 'refactor-tags-branches-api' into 'master' Rémy Coutable2016-07-012-7/+7
|\ \ | |/ |/|
| * Ensure that branch and tag names are given in APIrefactor-tags-branches-apiRobert Schilling2016-06-302-7/+7
* | Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-0/+1
* | Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-11/+25
|/
* Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-copsGrzegorz Bizon2016-06-291-1/+1
* Remove redundant check in commit builds API endpointfix/builds-api-builds-for-commit-searchGrzegorz Bizon2016-06-281-2/+0
* Improve commit builds API endpoint RESTful behaviorGrzegorz Bizon2016-06-281-1/+3
* Find all builds for commit if multiple pipelinesGrzegorz Bizon2016-06-281-3/+3
* Rename Licenses API to License Templates APIDrew Blessing2016-06-272-3/+3
* gitlab-org/gitlab-ce#17818 - add api call for issues by groupMarc Siegfriedt2016-06-231-0/+35
* Fix builds API response not including commit dataGrzegorz Bizon2016-06-211-5/+1
* Merge branch '17521-gitlab-ci-yml-templates' into 'master' Jacob Schatz2016-06-214-32/+39
|\
| * fixup! override content methodZ.J. van de Weg2016-06-201-5/+1
| * Incorporate reviewZ.J. van de Weg2016-06-201-1/+5
| * Implement backend gitlab ci dropdownZ.J. van de Weg2016-06-201-1/+2
| * Refactor Gitlab::GitignoresZJ van de Weg2016-06-204-32/+38