summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-object-store-artifacts' into 'master'Grzegorz Bizon2018-02-281-1/+1
* Merge branch 'sh-optimize-mr-api' into 'master'Stan Hu2017-07-081-1/+3
|\
| * Remove many N+1 queries with merge requests APIsh-optimize-mr-apiStan Hu2017-07-071-1/+3
* | Merge branch 'gitaly-internal-allowed-send-repo' into 'master'Robert Speicher2017-07-082-7/+31
|\ \
| * | Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-072-7/+31
* | | Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+6
|\ \ \ | |_|/ |/| |
| * | fix specsJames Lopez2017-07-071-1/+1
| * | add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+6
* | | Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master'Sean McGivern2017-07-071-12/+17
|\ \ \
| * \ \ Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'Sean McGivern2017-07-072-5/+13
| |\ \ \
| * \ \ \ Merge branch 'master' into 33929-allow-to-enable-perf-bar-for-a-groupSean McGivern2017-07-074-52/+90
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Improve Features API and its docs and add a Changelog itemRémy Coutable2017-07-061-12/+17
* | | | | Merge branch 'feature/user-agent-details-api' into 'master'Douwe Maan2017-07-074-0/+54
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add spec and project snippet user agent details endpointJames Lopez2017-07-071-0/+16
| * | | | refactor code based on feedbackJames Lopez2017-07-063-5/+3
| * | | | add user agent details API endpoints to issues and snippetsJames Lopez2017-07-062-0/+34
| * | | | add issues spec and user agent details to entitiesJames Lopez2017-07-061-0/+6
* | | | | Merge branch 'feature/intermediate/32568-adding-variables-to-pipelines-schedu...Kamil Trzciński2017-07-071-3/+6
|\ \ \ \ \
| * | | | | Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS...Kamil Trzcinski2017-07-071-3/+6
| | |_|/ / | |/| | |
* | | | | Native group milestonesFelipe Artur2017-07-071-2/+7
|/ / / /
* | | | Merge branch '33748-fix-n-plus-1-query-in-the-projects-api' into 'master'Robert Speicher2017-07-072-2/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-072-2/+18
* | | | Merge branch '34716-environment-specific-variables-ce' into 'master'Douwe Maan2017-07-061-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Backports for ee-2112Lin Jen-Shin2017-07-061-2/+6
| |/ /
* | | Merge branch '33657-user-projects-api' into 'master'Rémy Coutable2017-07-062-49/+67
|\ \ \ | |/ / |/| |
| * | Add user projects APIvanadium232017-07-062-49/+67
* | | 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-062-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-057-28/+89
| |\ \ \ | | |/ /
| * | | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-052-2/+2
| * | | Fix various descriptions given the feedbackLin Jen-Shin2017-07-041-1/+1
| * | | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-305-9/+49
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-2899-3414/+10794
| |\ \ \
| * | | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-082-0/+7
* | | | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-047-19/+70
|\ \ \ \
| * \ \ \ Merge branch '34141-allow-unauthenticated-access-to-the-users-api' into 'master'Rémy Coutable2017-07-041-6/+20
| |\ \ \ \
| | * | | | Simplify authentication logic in the v4 users API for !12445.Timothy Andrew2017-07-042-7/+8
| | * | | | Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew2017-06-3010-23/+72
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew2017-06-302-17/+13
| | * | | | Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew2017-06-262-6/+23
| * | | | | Optimize creation of commit API by using Repository#commit instead of Reposit...sh-optimize-project-commit-apiStan Hu2017-07-031-1/+1
| | |/ / / | |/| | |
| * | | | bugfix: use `require_dependency` to bring in DeclarativePolicybugfix/declarative-policy-reloadinghttp://jneen.net/2017-06-291-1/+1
| * | | | Merge branch '34078-allow-to-enable-feature-flags-with-more-granularity' into...Robert Speicher2017-06-291-5/+34
| |\ \ \ \
| | * | | | Rename flipper_group to feature_group34078-allow-to-enable-feature-flags-with-more-granularityRémy Coutable2017-06-281-4/+4
| | * | | | Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually ...Rémy Coutable2017-06-271-0/+1
| | * | | | Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-271-5/+33
| * | | | | Merge branch 'refactor/declarative-policy' into 'master'Sean McGivern2017-06-291-1/+3
| |\ \ \ \ \
| | * | | | | use subject scope in :id/usershttp://jneen.net/2017-06-271-1/+3
| | |/ / / /