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-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-03Includes commit stats in POST project commits APIJacopo
2018-10-03Implements Web IDE commits counter in RedisTiago Botelho
2018-10-01Adds WebIDE commits to UsagePingTiago Botelho
2018-09-27Adds chmod action to POST /projects/:id/repository/commits APIJacopo
2018-09-12Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉
2018-07-12Allow collaboration with forks through the APIBob Van Landuyt
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-13Merge branch 'commits_api_with_stats' into 'master'Rémy Coutable
2018-06-12Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii
2018-06-06Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and fi...Imre Farkas
2018-03-26Allow merge requests related to a commit to be found via APIMark Fletcher
2018-03-01Add specsTiago Botelho
2018-02-20Add missing pagination on the commit diff endpointMaxime Roussin-Belanger
2018-02-14Refactor commits/refs API to use hash and add pagination headersRobert Schilling
2018-02-09Separate branch and tag namesRobert Schilling
2018-02-09Start with testsRobert Schilling
2018-01-29Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)
2018-01-09Add option to disable commit stats to commit APIFrancisco Javier López
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