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 (Collapse)Author
2022-10-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-10-17Use cached readme blobs where appropriateNick Thomas
GitLab keeps a cache of the rendered HTML for a repository's README as stored in the HEAD branch. However, it was not used in all circumstances. In particular, the new blob viewer framework bypassed this cache entirely. This MR ensures a ::ReadmeBlob is returned instead of a ::Blob when asking a repository for an individual blob, if the commit and path match the readme for HEAD. This makes the cached HTML available to consumers, including the blob viewer. The ReadmeBlob is a simple delegator to the Blob, so should be compatible in all cases. Adding the rendered_markdown method is the only additional behaviour it contains.
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
2018-02-26Migrate recursive tree entries fetching to GitalyAhmad Sherif
2017-05-10Load tree readme asynchronouslyDouwe Maan
2016-11-21Unify detecting of special repository filesYorick Peterse
This moves the logic of detecting special repository files (e.g. a README or a Koding configuration file) to a single class: Gitlab::FileDetector. Moving this logic into a single place allows this to be re-used more easily. This commit also changes Repository#gitlab_ci_yaml so that its cached similar to other data (e.g. the Koding configuration file).
2016-11-12Issue #4270: Recursive option for files through APIRebeca Méndez
2016-02-01Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobsJacob Vosmaer
2016-02-01WIP lazy blobsJacob Vosmaer
2016-01-25Prioritize previewable over plain README filesDouglas Barbosa Alexandre
2016-01-05Validate README format before displayingDouglas Barbosa Alexandre
Take the first previewable README file as project’s README, otherwise if none file is available, or we can’t preview any of them, we assume that project doesn’t have a README file.
2015-05-18Rename MarkdownHelper to MarkupHelperJakub Jirutka
2015-03-18Fix tree readme.Douwe Maan
2015-03-18Find tree readme lazily.Douwe Maan
2015-03-18Move finding of contributing file from tree to repository.Douwe Maan
2014-10-04Factor markup? || gitlab_markdown? into new methodCiro Santilli
2014-08-11Move calls to Gitlab::MarkdownHelper to application_helperRobert Schilling
2014-08-11Use readme we support to render if there are multiple readmesRobert Schilling
2014-02-27Use new gitlab_git gem. It makes CONTRIBUTING.md workDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-22Added the contribution guide noticeJeroen van Baarsen
This is shown at the creation of new issues and new merge requests, when the repository has a contribution guide file.
2014-02-04Improve code according to new gitlab_gitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-13Fix README detection for subdirDmitriy Zaporozhets
2013-10-01Update code to work with gitlab_git 3Dmitriy Zaporozhets
2013-04-02Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets
2013-04-02store commits for MR as array of hashesDmitriy Zaporozhets
2013-04-01Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets
2013-01-03REpostiry, Team modelsDmitriy Zaporozhets
2012-11-08remove encode lib, clean all encoded area.Saito
2012-09-27cosmetical cleanup of modelsNihad Abbasov
2012-09-27Add TreeController and specRobert Speicher
2012-09-11tree view need use ascii-8bit, file name need be utf8.Saito
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
Didn't bother with files in db/, config/, or features/
2012-04-21Project linguist integrationDmitriy Zaporozhets
2011-12-21Design tab for profile. Colorscheme as db valuev2.0.0Dmitriy Zaporozhets
2011-12-01fixed image previewgitlabhq
2011-11-22file name overflow fixedgitlabhq
2011-11-21ref controller refactoredgitlabhq
2011-11-21decorators & tree modelDmitriy Zaporozhets