summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Add port section to CI Image objectFrancisco Javier López2019-04-031-0/+5
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-5/+3
|\
| * Merge branch 'security-id-potential-denial-languages' into 'master'GitLab Release Tools Bot2019-04-021-5/+3
| |\
| | * Return cached languages if they've been detected beforeIgor Drozdov2019-03-201-5/+3
* | | Include cluster domain into Project Cluster APIMayra Cabrera2019-04-012-1/+3
* | | Fix API /project/:id/branches not returning correct merge statusStan Hu2019-03-301-2/+2
* | | Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'Andreas Brandl2019-03-271-2/+0
|\ \ \
| * | | Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-2/+0
* | | | Resolve "Get milestone by title via API"Fabio Busatto2019-03-272-0/+8
* | | | Merge branch 'bvl-allow-more-repos-per-resource-ce' into 'master'James Lopez2019-03-272-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Allow multiple repositories per projectBob Van Landuyt2019-03-262-8/+10
| |/ /
* | | Merge branch 'backport-api-parameters' into 'master'Robert Speicher2019-03-269-48/+183
|\ \ \
| * | | Backport parameters for API::ParametersYorick Peterse2019-03-261-0/+8
| * | | Backport parameters for API::UsersYorick Peterse2019-03-261-0/+8
| * | | Backport API parameters for API::SettingsYorick Peterse2019-03-261-0/+36
| * | | Backport changes to API::ProtectedBranchesYorick Peterse2019-03-261-0/+24
| * | | Backport parameters from API::ProjectsYorick Peterse2019-03-262-35/+44
| * | | Backport API::Issues parameters from EEYorick Peterse2019-03-262-13/+37
| * | | Backport API::Helpers::ProjectsHelpers from EEYorick Peterse2019-03-261-0/+11
| * | | Backport EE API parameters for API::GroupsYorick Peterse2019-03-261-0/+15
| |/ /
* | | Show statistics also when repository is disabledPeter Marko2019-03-231-1/+1
|/ /
* | Add highest_role method to UserThiago Presa2019-03-222-1/+5
* | Apply suggestion to lib/api/search.rbAlexis Reigel2019-03-151-1/+1
* | un-dry the search api scopeAlexis Reigel2019-03-141-12/+12
* | return 400 on users search and feature is disabledAlexis Reigel2019-03-141-8/+11
* | add feature flag for users searchAlexis Reigel2019-03-141-1/+8
* | extract helper for search scope api paramAlexis Reigel2019-03-141-12/+12
* | add users search to search apiAlexis Reigel2019-03-142-4/+5
|/
* Run rubocop -aNick Thomas2019-03-132-20/+14
* Merge branch 'resolve-lib-differences' into 'master'Robert Speicher2019-03-1215-717/+842
|\
| * Add method to API::Variables for filtering paramsYorick Peterse2019-03-041-0/+10
| * Update Triggers documentation per EEYorick Peterse2019-03-041-1/+1
| * Refactor API::Settings for EEYorick Peterse2019-03-041-0/+7
| * Move API::Services constants to a helperYorick Peterse2019-03-042-695/+724
| * Refactor API::Search for EEYorick Peterse2019-03-042-9/+38
| * Move eventable types constant to a helperYorick Peterse2019-03-042-3/+14
| * Move LFS HTTP URL to a separate methodYorick Peterse2019-03-041-1/+9
| * Use a method for updating groups in the APIYorick Peterse2019-03-041-1/+9
| * Use a method for creating groups in the APIYorick Peterse2019-03-041-1/+9
| * Refactor API noteable types constantsYorick Peterse2019-03-044-6/+21
* | Remove fake repository_path responseFabio Papa2019-03-121-5/+0
* | Authenticate the internal API using a headerBob Van Landuyt2019-03-111-4/+7
* | Provide EE backports for filtering by approver featureIgor2019-03-072-0/+18
* | Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'"Igor2019-03-072-18/+0
* | Merge branch 'sh-optimize-todos-api' into 'master'Sean McGivern2019-03-074-4/+35
|\ \
| * | Significantly reduce N+1 queries in /api/v4/todos endpointStan Hu2019-03-064-4/+35
* | | Provide EE backports for filtering by approver featureIgor2019-03-072-0/+18
* | | Merge branch '41888-access-personal-snippets-by-api' into 'master'Robert Speicher2019-03-061-13/+12
|\ \ \
| * | | Allow all personal snippets to be accessed by APINick Thomas2019-03-061-13/+12
* | | | Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1