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
AgeCommit message (Expand)Author
2018-01-10Merge branch 'fj-41681-add-param-disable-commit-stats-api' into 'master'Douwe Maan
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-09-26Expose last pipeline details in API response when getting a single commitMehdi Lahmam
2017-09-06renames ambiguous methods and add specmicael.bergeron
2017-09-03Fix specShinya Maeda
2017-09-01Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern
2017-08-17Correct the cherry-pick message for merge commitsSaverio Miroddi
2017-08-16Fix build failures related to cherry-pick message changesSaverio Miroddi
2017-08-10Added tests for commits API with an unauthenticated user and a public/private...Jacopo
2017-08-08Fix the /projects/:id/repository/commits endpoint to handle dots in the ref n...Rémy Coutable
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-04-20Refactor changing files in web UIDouwe Maan
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-14Ensure dots in project path is allowed in the commits APIRémy Coutable
2017-03-08Returns correct header data for commits endpointOswaldo Ferreira
2017-03-08Manually set total_count when paginating commitsJordan Ryan Reuter
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira
2017-02-20Use grape validation for datesRobert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
2017-02-16Merge branch '27873-when-a-commit-appears-in-several-projects-commit-comments...Rémy Coutable
2017-02-15Ensure only commit comments relevant to target project are returnedMark Fletcher
2017-02-14entities: use the RepoCommit entity for branch commitsBen Boeckel
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2017-01-03Fix Commits API to accept a Project path upon POSTMark Fletcher
2016-12-14Fix wrong error message expectation in API::Commits specRémy Coutable
2016-12-13Make rubocop happyRobert Schilling
2016-12-13API: Ability to cherry-pick a commitRobert Schilling
2016-12-04Merge branch 'api-expose-commiter-details' into 'master' Rémy Coutable
2016-12-01API: Expose committer details for a commitRobert Schilling
2016-11-28Changed API spec files to describe the correct classLivier
2016-10-24Added path parameter to Commits APILuis HGO
2016-10-11refactors tests because of gitlab-test repository changestiagonbotelho
2016-10-05multi-file commitMarc Siegfriedt
2016-09-18Add specs that target status failureKamil Trzcinski
2016-08-15Fix tests which broke in the mergeLin Jen-Shin
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-07-28Add commit stats to commit api responsedixpac
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-03Rename remaining ci_commits in specsKamil Trzcinski
2016-06-03Use pipelines in context of ProjectKamil Trzcinski
2016-04-29API support for the 'since' and 'until' operators on commit requestsPaco Guzman
2016-04-17Make some logic less twistableKamil Trzcinski
2016-04-12Fix specsKamil Trzcinski
2016-03-07Add traits for each access_level to ProjectMember factoryRobert Speicher