summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Change update entrypoint instead of adding new keep-alive oneTomasz Maczukin2018-06-072-18/+9
* Introduce new keep-alive API entrypoint for CI jobTomasz Maczukin2018-06-071-0/+16
* wordingMark Chao2018-06-061-2/+2
* Merge branch '45821-avatar_api' into 'master'Rémy Coutable2018-06-063-0/+28
|\
| * Add Avatar APIImre2018-06-063-0/+28
* | Merge branch '25045-add-variables-to-post-pipeline-api' into 'master'Grzegorz Bizon2018-06-061-1/+6
|\ \
| * | Removes variables from pipelines apiJacopo2018-06-051-1/+0
| * | Review 1Jacopo2018-06-011-1/+5
| * | Rename variables_attributes => variables and adds spec for exclude/only optionJacopo2018-06-011-2/+2
| * | Adds variables to POST api/v4/projects/:id/pipelineJacopo2018-06-012-0/+2
* | | Merge branch 'sh-fix-events-nplus-one' into 'master'Rémy Coutable2018-06-051-0/+1
|\ \ \
| * | | Eliminate N+1 queries with authors and push_data_payload in Events APIStan Hu2018-06-051-0/+1
* | | | Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-052-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-012-2/+5
| |/ /
* | | Merge branch 'sh-fix-pipeline-jobs-nplus-one' into 'master'Rémy Coutable2018-06-051-0/+1
|\ \ \
| * | | Eliminate N+1 queries for CI job artifacts in /api/projects/:id/pipelines/:pi...sh-fix-pipeline-jobs-nplus-oneStan Hu2018-06-041-0/+1
| * | | Remove N+1 query for author in issues APIStan Hu2018-06-041-1/+1
* | | | Merge branch 'presigned-multipart-uploads' into 'master'Grzegorz Bizon2018-06-051-1/+1
|\ \ \ \
| * | | | Support presigned multipart uploadsKamil Trzciński2018-06-041-1/+1
* | | | | Merge branch 'sh-add-uncached-query-limiter' into 'master'Rémy Coutable2018-06-051-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove N+1 query for author in issues APIsh-add-uncached-query-limiterStan Hu2018-06-041-1/+1
| | |_|/ | |/| |
* | | | Add ability to search wiki titlesFrancisco Javier López2018-06-041-3/+1
| |/ / |/| |
* | | Fix N+1 with source projects in merge requests APIsh-fix-source-project-nplus-oneStan Hu2018-06-031-1/+1
|/ /
* | Merge branch '46010-add-more-validations-for-runners-and-runner-type' into 'm...Kamil Trzciński2018-06-012-11/+11
|\ \ | |/ |/|
| * Improve Runners API validationsKamil Trzciński2018-05-311-1/+1
| * Improve runner registration APIKamil Trzciński2018-05-311-7/+9
| * Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński2018-05-311-3/+1
* | Add merge requests list endpoint for groupsFelipe Artur2018-05-311-17/+32
* | Merge branch 'sh-fix-issue-api-perf-n-plus-one' into 'master'Nick Thomas2018-05-311-1/+1
|\ \ | |/ |/|
| * Eliminate cached N+1 queries for projects in Issue APIStan Hu2018-05-311-1/+1
* | Merge branch 'fj-36819-remove-v3-api' into 'master'Douwe Maan2018-05-3139-5362/+5
|\ \ | |/ |/|
| * Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-3039-5362/+5
* | Add missing usage_ping_enabled to API settingsStan Hu2018-05-301-0/+1
|/
* Merge branch 'dm-api-projects-members-preload' into 'master'Robert Speicher2018-05-302-16/+20
|\
| * Only preload member records for the relevant projects/groups/user in projects...dm-api-projects-members-preloadDouwe Maan2018-05-302-16/+20
* | Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern2018-05-301-1/+1
|\ \ | |/ |/|
| * Replace grape-route-helpers with our own grape-path-helpersStan Hu2018-05-301-1/+1
* | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-304-10/+13
|\ \ | |/ |/|
| * Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-294-10/+13
* | Merge remote-tracking branch 'dev/master'Mayra Cabrera2018-05-291-3/+3
|\ \
| * \ Merge branch 'security-dm-delete-deploy-key' into 'master'Mayra Cabrera2018-05-291-3/+3
| |\ \
| | * | Fix API to remove deploy key from project instead of deleting it entirelyDouwe Maan2018-05-041-3/+3
* | | | Merge branch '46758-fallout-of-cacheable-attribute' into 'master'Douwe Maan2018-05-292-4/+28
|\ \ \ \
| * | | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set wh...Rémy Coutable2018-05-292-4/+28
* | | | | Merge branch '44602-clarify-update-docs-text-about-restrictions' into 'master'Achilleas Pipinellis2018-05-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | include groups in descriptionDavin Walker2018-05-281-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'add-artifacts_expire_at-to-api' into 'master'Grzegorz Bizon2018-05-291-0/+1
|\ \ \ \
| * | | | Expose artifacts_expire_at field for job entity in apiSemyon Pupkov2018-05-261-0/+1
* | | | | Log queue duration for Grape API callssh-tag-queue-duration-api-callsStan Hu2018-05-281-1/+2
| |/ / / |/| | |
* | | | Merge branch 'ignore-writing-trace-if-it-already-archived' into 'master'Kamil Trzciński2018-05-281-2/+3
|\ \ \ \ | |_|/ / |/| | |