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
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-03-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-28Fix moving issues API failing when text includes commit URLsStan Hu
2019-08-02Fix inline rendering of SVGs from current repoHeinrich Lee Yu
2019-06-14Speed up commit loads by disabling BatchLoader replace_methodsStan Hu
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2019-03-09Add back Rugged support for retrieving a commit tree entryStan Hu
2019-01-31[master] Pipelines section is available to unauthorized usersKamil Trzciński
2018-12-07Truncate merge request titles with periods instead of ellipsisStan Hu
2018-11-19Match users better by their private commit emailNick Thomas
2018-09-25Merge branch 'fix-committer-typo' into 'master'Rémy Coutable
2018-09-25Fix committer typoGeorge Tsiolis
2018-09-24Use `Gitlab::SafeRequestStore` in more placesMichael Kozono
2018-08-21Make it clearer when Commit#description returns no_commit_messageSean McGivern
2018-08-21to avoid “NoMethodError (undefined method `split' for nil:NilClass)” whil...yisiliang
2018-06-26Client-side fix for Gitaly TreeEntry bugJacob Vosmaer
2018-05-17Preload pipeline data for project pipelinesYorick Peterse
2018-05-16Workhorse to send raw diff and patch for commitsZeger-Jan van de Weg
2018-04-17Return nil on empty pathZeger-Jan van de Weg
2018-01-29Fix an order dependency in a specNick Thomas
2018-01-15Migrate Commit#uri_type to GitalyAhmad Sherif
2018-01-12Display related merge requests in commit detail pageHiroyuki Sato
2018-01-04Remove the Commit#tree methodJacob Vosmaer
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
2017-11-16Optimise getting the pipeline status of commitsYorick Peterse
2017-09-15Prepare Repository#merge for migration to GitalyJacob Vosmaer
2017-08-22Improve description of a Commit#cherry_pick_message UTSaverio Miroddi
2017-08-21Fix rubocop errors in spec/models/commit_spec.rbSaverio Miroddi
2017-08-21Add UT for cherry-pick of an existing merge that is not foundSaverio Miroddi
2017-08-21Reverse order of commits in MR cherry-pick messageSaverio Miroddi
2017-08-18Remove redundant statement part in a test suiteSaverio Miroddi
2017-08-17Correct the cherry-pick message for merge commitsSaverio Miroddi
2017-08-16Extended UTs for the new cherry-pick message formatSaverio Miroddi
2017-08-08Incorporate Gitaly's CommitService.FindCommit RPCAlejandro Rodríguez
2017-08-08Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez
2017-08-03Change all `:empty_project` to `:project`Robert Speicher