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-02-06Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Add sorting options for /users API (admin only)Dmitriy Zaporozhets
2018-02-06Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho
2018-02-06Move new project on push logic to a serviceTiago Botelho
2018-02-06Add specsTiago Botelho
2018-02-06Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho
2018-02-06Adds option to push over SSH to create a new projectTiago Botelho
2018-02-05Merge branch 'api-guard' into 'master'Rémy Coutable
2018-02-05Merge branch 'query-counts' into 'master'Rémy Coutable
2018-02-05Make find_user_from_sources extensible for EELin Jen-Shin
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-02-01Track and act upon the number of executed queriesYorick Peterse
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-31Remove N+1 queries with /projects/:project_id/{access_requests,members} API e...Stan Hu
2018-01-29Remove tap and use simplified method callOswaldo Ferreira
2018-01-28Return more consistent values for merge_status on MR APIOswaldo Ferreira
2018-01-25Revert "Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'"Douwe Maan
2018-01-24Merge branch 'search-100' into 'master'Yorick Peterse
2018-01-24Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'Douwe Maan
2018-01-24Make the exposing of the Application secret more explicitToon Claes
2018-01-24Add documentation about when the application API was addedToon Claes
2018-01-24Add application create APINicolas MERELLI
2018-01-24Use limit for search count queriesJan Provaznik
2018-01-24Return more consistent values for merge_status on MR APIOswaldo Ferreira
2018-01-22Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH ...Jacob Vosmaer (GitLab)
2018-01-22Merge branch '41673-blank-query-members-api' into 'master'Rémy Coutable
2018-01-22Merge branch '42231-protected-branches-api-route-returns-404-for-branches-wit...Rémy Coutable
2018-01-21Fix error on empty query for Members APIMark Fletcher
2018-01-19Fix protected branches API to accept name parameter with dotMark Fletcher
2018-01-19Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
2018-01-18Merge branch '42129-fix-project-snippet-user-agent-detail' into 'master'Sean McGivern
2018-01-17Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira
2018-01-17Fix the user-agent detail API endpoint for project snippetsNick Thomas
2018-01-17Make ruby lint happyOswaldo Ferreira
2018-01-17Adds sorting to deployments APIJacopo
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan
2018-01-17Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-inte...Stan Hu
2018-01-16Merge branch 'builds-api-nplusone' into 'master'Stan Hu
2018-01-16Enables Project Milestone Deletion via APIJacopo
2018-01-16Use preload instead of includes to avoid joinsMatija Čupić
2018-01-15Merge branch '42025-fix-issue-api' into 'master'Sean McGivern
2018-01-15Merge branch 'fix-duplication-circuit-breakers' into 'master'Douwe Maan
2018-01-15[API] Fix creating issue when assignee_id is emptyValery Sizov
2018-01-15Fix duplication in API::CircuitBreakersSerdar Dogruyol
2018-01-15Fix N+1 builds query in Jobs list APIMatija Čupić
2018-01-15Eager load user, runner, pipeline and its creatorMatija Čupić
2018-01-14Fix N+1 in v3 builds APIMatija Čupić