Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/api
AgeCommit message (Expand)Author
2018-05-31Add merge requests list endpoint for groupsFelipe Artur
2018-05-31Merge branch 'sh-fix-issue-api-perf-n-plus-one' into 'master'Nick Thomas
2018-05-31Merge branch 'fj-36819-remove-v3-api' into 'master'Douwe Maan
2018-05-31Eliminate cached N+1 queries for projects in Issue APIStan Hu
2018-05-30Add missing usage_ping_enabled to API settingsStan Hu
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-05-30Merge branch 'dm-api-projects-members-preload' into 'master'Robert Speicher
2018-05-30Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern
2018-05-30Only preload member records for the relevant projects/groups/user in projects...Douwe Maan
2018-05-30Replace grape-route-helpers with our own grape-path-helpersStan Hu
2018-05-30Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes
2018-05-29Merge remote-tracking branch 'dev/master'Mayra Cabrera
2018-05-29Merge branch 'security-dm-delete-deploy-key' into 'master'Mayra Cabrera
2018-05-29Merge branch '46758-fallout-of-cacheable-attribute' into 'master'Douwe Maan
2018-05-29Merge branch '44602-clarify-update-docs-text-about-restrictions' into 'master'Achilleas Pipinellis
2018-05-29Add 'squash and rebase' feature to CEblackst0ne
2018-05-29Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set wh...Rémy Coutable
2018-05-29Merge branch 'add-artifacts_expire_at-to-api' into 'master'Grzegorz Bizon
2018-05-28Log queue duration for Grape API callsStan Hu
2018-05-28include groups in descriptionDavin Walker
2018-05-28Merge branch 'ignore-writing-trace-if-it-already-archived' into 'master'Kamil Trzciński
2018-05-28Merge branch 'zj-internal-repo-path' into 'master'Grzegorz Bizon
2018-05-28Revert correctlyShinya Maeda
2018-05-28Disallow updating job stauts if it's not runningShinya Maeda
2018-05-26Expose artifacts_expire_at field for job entity in apiSemyon Pupkov
2018-05-25Merge branch '46740-projectmilestones-setting-start_date-via-the-api-requires...Rémy Coutable
2018-05-25Return '/' as a bogus repo path to gitlab-shellJacob Vosmaer
2018-05-24Allow start_date as only parameter when updating Milestone via APIMark Fletcher
2018-05-24Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...Rémy Coutable
2018-05-23Use ApplicationSetting.current_without_cache instead of ApplicationSetting.cu...Rémy Coutable
2018-05-22Merge branch 'ab-42194-keyset-pagination' into 'master'Yorick Peterse
2018-05-22Expose readme url in Project APIImre Farkas
2018-05-22Fix `expose_url` helper does not include custom base url if it is setFrancisco Javier López
2018-05-21Add feature-flag for keyset pagination.Andreas Brandl
2018-05-21Add keyset pagination for API calls.Andreas Brandl
2018-05-21Refactor and extract DefaultPaginationStrategy.Andreas Brandl
2018-05-21Merge branch 'create-live-trace-only-if-job-is-complete' into 'master'Kamil Trzciński
2018-05-21Add the same gurad clause with artifacts uplaodingShinya Maeda
2018-05-21Append trace only if the job is runningShinya Maeda
2018-05-21Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable
2018-05-21Add created_by_me and assigned_to_me scopesMark Chao
2018-05-18Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne
2018-05-18Merge branch 'sh-fix-grape-logging-status-code' into 'master'Douwe Maan
2018-05-18Fix api_json.log not always reporting the right HTTP status codeStan Hu
2018-05-18Move API group deletion to SidekiqStan Hu
2018-05-17Don't pass the repository path to Gitlab ShellZeger-Jan van de Weg
2018-05-16Merge branch 'jprovazn-remote-upload-destroy' into 'master'Kamil Trzciński
2018-05-16Remove unnecessary runner.is_shared? checks in api because they are handled b...Dylan Griffith
2018-05-16Allow admin to assign shared runner to project through APIDylan Griffith
2018-05-16Change policy list_runner_jobs -> read_runnerDylan Griffith