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-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-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
2018-05-16Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith
2018-05-16Use can? policies for lib/api/runners.rbDylan Griffith
2018-05-16Allow group runners to be viewed/edited in APIDylan Griffith
2018-05-16Whitelisted query limits for group destroy APIJan Provaznik
2018-05-15Remove authentication for readonly endpoints in issues APIhaseeb
2018-05-10Block access to API & git when terms are enforcedBob Van Landuyt
2018-05-09Support 'active' setting on Runner Registration API endpointTomasz Maczukin
2018-05-08Expose runner ip address to runners APILars Greiss
2018-05-07Enforce proper 416 support for runner trace patch endpointKamil Trzciński
2018-05-04Backports every CE related change from ee-44542 to CETiago Botelho
2018-05-04Merge branch 'feature/runner-per-group' into 'master'Kamil Trzciński
2018-05-03Fix lambda arguments in Grape entitiesRémy Coutable
2018-05-03Merge branch 'master' into feature/runner-per-groupDylan Griffith
2018-05-01Merge request and commit discussions APIJan Provaznik
2018-05-01show only groups an admin is a member of in dashboards/gropsRoger Rüttimann
2018-04-30Remove API changes for assigning group runner to projectDylan Griffith
2018-04-30Start persisting runner_type when creating runnersDylan Griffith
2018-04-30Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith
2018-04-27Add sha filter to list pipelinesJames Ramsay
2018-04-24Merge branch 'master' into siemens-runner-per-groupDylan Griffith
2018-04-23Resolve "Namespace factory is problematic"Lin Jen-Shin
2018-04-23Merge branch '45576-fix-create-project-for-user-endpoint' into 'master'Rémy Coutable
2018-04-23Add 2FA filter to users API for admins onlyDmitriy Zaporozhets
2018-04-23Fix project creation for user endpoint bugMark Fletcher
2018-04-23runner can't be assigned to more than 1 groupAlexis Reigel
2018-04-23disallow group runners to become project runnersAlexis Reigel
2018-04-23revert support for v3 apiAlexis Reigel
2018-04-23support group runners in existing API endpointsAlexis Reigel
2018-04-19Add an API endpoint to download git repository snapshotsNick Thomas
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉