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
2019-09-18Add latest changes from gitlab-org/gitlab@12-3-auto-deploy-20190916stable-branch-foss-testGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-28Fix moving issues API failing when text includes commit URLsStan Hu
2019-07-25Enable Rubocop Performance/ReverseEachStan Hu
2019-06-13Speed up merge request loads by disabling BatchLoader replace_methodsStan Hu
2019-06-05Use Redis for CacheMarkDownField on non AR modelsPatrick Bajao
2019-02-06Allow custom squash commit messagesLuke Duncalfe
2019-01-31[master] Pipelines section is available to unauthorized usersKamil Trzciński
2018-12-28Skip per-commit validations which have already passed on another change/branchFrancisco Javier López
2018-12-07Truncate merge request titles with periods instead of ellipsisStan Hu
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-11-19Match users better by their private commit emailNick Thomas
2018-11-07User can keep their commit email privateTiago Botelho
2018-10-03Add pipeline status to diffs/commit_itemPaul Slaughter
2018-09-06Properly fix an introduced N+1 SQL issue loading commit authorsNick Thomas
2018-09-06Bulk-render commit titles in the tree view to improve performanceNick Thomas
2018-08-21Make it clearer when Commit#description returns no_commit_messageSean McGivern
2018-08-21use #blank? instead #nil?yisiliang
2018-08-21to avoid “NoMethodError (undefined method `split' for nil:NilClass)” whil...yisiliang
2018-08-10Create empty Commits::UpdateService and wire it upPeter Leitzen
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-05-17Preload pipeline data for project pipelinesYorick Peterse
2018-05-02Merge branch 'blackst0ne-rails5-add-touch-later-to-commit-model' into 'master'Rémy Coutable
2018-05-01Merge request and commit discussions APIJan Provaznik
2018-04-29[Rails5] Add `touch_later` to `Commit` modelblackst0ne
2018-04-19Fix N+1 queries when loading participants for a commit noteStan Hu
2018-04-06Add support for patch link extension for commit links on GFMOswaldo Ferreira
2018-04-04Add banzai filter to detect commit message trailers and properly link the usersOmar Mekky
2018-03-26Send notification emails when push to a merge requestYarNayar
2018-03-06Lazy fetch parent commits for a commitZeger-Jan van de Weg
2018-03-01Fetch commit signatures from Gitaly in batchesAhmad Sherif
2018-02-16stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron
2018-02-14API - Include project in commits&blobs search resultsJarka Kadlecová
2018-01-15Migrate Commit#uri_type to GitalyAhmad Sherif
2018-01-12Display related merge requests in commit detail pageHiroyuki Sato
2018-01-12Only search for MR revert commits on notes after MR was mergedSean McGivern
2018-01-04Remove the Commit#tree methodJacob Vosmaer
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
2017-12-13Adds ordering to projects contributors in APIJacopo
2017-12-07add support for the commit reference filtermicael.bergeron
2017-11-23Fix link text from group contextJarka Kadlecova
2017-11-21Batchload blobs for diff generationZeger-Jan van de Weg
2017-11-16Optimise getting the pipeline status of commitsYorick Peterse
2017-09-25Remove unnecessary commentsDouwe Maan
2017-09-25Properly compare diff refs and diff positions when shas are truncatedDouwe Maan
2017-09-06Adds cacheless render to Banzai object renderTiago Botelho
2017-09-05pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel
2017-09-01Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern
2017-08-21Change a variable name in Commit#cherry_pick_descriptionSaverio Miroddi
2017-08-21Reverse order of commits in MR cherry-pick messageSaverio Miroddi