summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a simple mode to merge request APIsh-add-mr-simple-modeStan Hu2017-07-111-0/+7
* Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-081-2/+18
* Merge branch 'feature/user-agent-details-api' into 'master'Douwe Maan2017-07-071-0/+6
|\
| * refactor code based on feedbackJames Lopez2017-07-061-1/+1
| * add issues spec and user agent details to entitiesJames Lopez2017-07-061-0/+6
* | Native group milestonesFelipe Artur2017-07-071-2/+7
* | Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-071-2/+10
|/
* Merge branch '33772-readonly-gitlab-ci-cache' into 'master'Kamil Trzciński2017-07-061-1/+1
|\
| * Introduce cache policies for CI jobsNick Thomas2017-07-051-1/+1
* | Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-0/+1
|\ \
| * | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-1/+1
| * | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-1/+9
| |\ \ | | |/
| * | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-104/+338
| |\ \
| * | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-0/+1
* | | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| |_|/ |/| |
* | | Rename members_count to members_count_with_descendants and expose only to gro...Oswaldo Ferreira2017-06-281-2/+6
* | | Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira2017-06-281-1/+5
| |/ |/|
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* | Merge branch 'dt/printing-to-api' into 'master'Rémy Coutable2017-06-211-0/+1
|\ \
| * | add printing_merge_request_link_enabled to APIDavid Turner2017-06-191-0/+1
* | | Re-instate is_admin flag in users API is current user is an adminMike Ricketts2017-06-201-2/+5
|/ /
* | Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan2017-06-141-0/+3
|\ \
| * | Help landing page customizationsRobin Bobbitt2017-06-141-0/+3
* | | Rename API::Entities::JobRequest::ServiceImage to API::Entities::JobRequest::...Tomasz Maczukin2017-06-121-2/+2
* | | Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+6
|/ /
* | Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-071-2/+2
|\ \
| * | Support descriptions for snippetsJarka Kadlecova2017-05-311-2/+2
* | | Merge branch 'projects-api-import-status' into 'master'Douwe Maan2017-06-021-0/+2
|\ \ \
| * | | Expose import_status in Projects APIRobin Bobbitt2017-06-021-0/+2
* | | | Merge branch '24196-protected-variables' into 'master'Kamil Trzciński2017-06-011-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into '24196-protected-variables'Kamil Trzciński2017-06-011-0/+22
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-06-011-0/+11
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-05-311-1/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into '24196-protected-variables'Lin Jen-Shin (godfat)2017-05-261-1/+3
| |\ \ \ \ \
| * | | | | | API and doc for protected variablesLin Jen-Shin2017-05-251-0/+1
* | | | | | | Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern2017-06-011-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Change no_limits to limitsdm-collapsed-blobDouwe Maan2017-05-311-3/+3
| * | | | | | Consistent diff and blob size limit namesDouwe Maan2017-05-291-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-0/+22
| |_|_|/ / |/| | | |
* | | | | Use PipelineScheduleDetailsShinya Maeda2017-05-301-1/+4
* | | | | Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda2017-05-301-1/+1
* | | | | Expose last_pipeline only when detailed statusShinya Maeda2017-05-301-1/+1
* | | | | Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for...Shinya Maeda2017-05-301-1/+1
* | | | | includes last_pipelineShinya Maeda2017-05-301-3/+1
* | | | | Define last_pipeline in PipelineScheduleEntityShinya Maeda2017-05-301-1/+3
* | | | | Remove if from last_pipeline in entityShinya Maeda2017-05-301-1/+1
* | | | | Add API support for pipeline scheduleShinya Maeda2017-05-301-0/+8
|/ / / /
* | | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Hide nested group UI/API support for MySQLYorick Peterse2017-05-171-1/+4
* | | | Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-231-1/+3
| |/ / |/| |