summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert correctlyShinya Maeda2018-05-281-2/+2
| * | | Disallow updating job stauts if it's not runningShinya Maeda2018-05-281-0/+1
* | | | Merge branch 'zj-internal-repo-path' into 'master'Grzegorz Bizon2018-05-282-7/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Return '/' as a bogus repo path to gitlab-shellzj-internal-repo-pathJacob Vosmaer2018-05-251-1/+5
| * | | Don't pass the repository path to Gitlab ShellZeger-Jan van de Weg2018-05-172-7/+1
* | | | Merge branch '46740-projectmilestones-setting-start_date-via-the-api-requires...Rémy Coutable2018-05-251-1/+1
|\ \ \ \
| * | | | Allow start_date as only parameter when updating Milestone via APIMark Fletcher2018-05-241-1/+1
| | |/ / | |/| |
* | | | Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-242-2/+2
|/ / /
* | | Use ApplicationSetting.current_without_cache instead of ApplicationSetting.cu...Rémy Coutable2018-05-232-2/+2
* | | Merge branch 'ab-42194-keyset-pagination' into 'master'Yorick Peterse2018-05-221-40/+213
|\ \ \
| * | | Add feature-flag for keyset pagination.ab-42194-keyset-paginationAndreas Brandl2018-05-211-1/+1
| * | | Add keyset pagination for API calls.Andreas Brandl2018-05-211-5/+165
| * | | Refactor and extract DefaultPaginationStrategy.Andreas Brandl2018-05-211-43/+56
* | | | Expose readme url in Project APIImre Farkas2018-05-221-1/+1
* | | | Fix `expose_url` helper does not include custom base url if it is setFrancisco Javier López2018-05-221-2/+7
|/ / /
* | | Merge branch 'create-live-trace-only-if-job-is-complete' into 'master'Kamil Trzciński2018-05-211-0/+1
|\ \ \
| * | | Add the same gurad clause with artifacts uplaodingShinya Maeda2018-05-211-1/+2
| * | | Append trace only if the job is runningShinya Maeda2018-05-211-1/+1
* | | | Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable2018-05-212-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-212-8/+10
* | | | Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-182-0/+34
* | | | Merge branch 'sh-fix-grape-logging-status-code' into 'master'Douwe Maan2018-05-181-8/+9
|\ \ \ \
| * | | | Fix api_json.log not always reporting the right HTTP status codeStan Hu2018-05-171-8/+9
| | |/ / | |/| |
* | | | Move API group deletion to SidekiqStan Hu2018-05-182-3/+6
|/ / /
* | | Merge branch 'jprovazn-remote-upload-destroy' into 'master'Kamil Trzciński2018-05-162-0/+2
|\ \ \
| * | | Whitelisted query limits for group destroy APIjprovazn-remote-upload-destroyJan Provaznik2018-05-162-0/+2
* | | | Remove unnecessary runner.is_shared? checks in api because they are handled b...Dylan Griffith2018-05-161-2/+0
* | | | Allow admin to assign shared runner to project through APIDylan Griffith2018-05-161-2/+2
* | | | Change policy list_runner_jobs -> read_runnerDylan Griffith2018-05-161-1/+1
* | | | Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith2018-05-162-2/+2
* | | | Use can? policies for lib/api/runners.rbDylan Griffith2018-05-161-9/+5
* | | | Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-0/+1
|/ / /
* | | Remove authentication for readonly endpoints in issues APIhaseeb2018-05-151-1/+2
|/ /
* | Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-1/+11
* | Support 'active' setting on Runner Registration API endpointTomasz Maczukin2018-05-091-1/+2
* | Expose runner ip address to runners APILars Greiss2018-05-081-0/+1
* | Enforce proper 416 support for runner trace patch endpointKamil Trzciński2018-05-071-3/+14
* | Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-0/+1
|/
* Merge branch 'feature/runner-per-group' into 'master'Kamil Trzciński2018-05-042-6/+21
|\