summaryrefslogtreecommitdiff
path: root/app/models/tree.rb
Commit message (Collapse)AuthorAgeFilesLines
* Migrate recursive tree entries fetching to GitalyAhmad Sherif2018-02-261-19/+1
|
* Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-4/+1
|
* Unify detecting of special repository filesYorick Peterse2016-11-211-1/+3
| | | | | | | | | | 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).
* Issue #4270: Recursive option for files through APIRebeca Méndez2016-11-121-2/+20
|
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobsJacob Vosmaer2016-02-011-4/+12
|\
| * Prioritize previewable over plain README filesprioritize-previewable-over-plain-readmesDouglas Barbosa Alexandre2016-01-251-4/+12
| |
* | WIP lazy blobsJacob Vosmaer2016-02-011-0/+2
|/
* Validate README format before displayingDouglas Barbosa Alexandre2016-01-051-8/+6
| | | | | | 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.
* Rename MarkdownHelper to MarkupHelperJakub Jirutka2015-05-181-3/+3
|
* Fix tree readme.Douwe Maan2015-03-181-4/+10
|
* Find tree readme lazily.Douwe Maan2015-03-181-20/+19
|
* Move finding of contributing file from tree to repository.Douwe Maan2015-03-181-6/+1
|
* Factor markup? || gitlab_markdown? into new methodCiro Santilli2014-10-041-1/+1
|
* Move calls to Gitlab::MarkdownHelper to application_helperRobert Schilling2014-08-111-2/+3
|
* Use readme we support to render if there are multiple readmesRobert Schilling2014-08-111-1/+18
|
* Use new gitlab_git gem. It makes CONTRIBUTING.md workDmitriy Zaporozhets2014-02-271-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added the contribution guide noticeJeroen van Baarsen2014-02-221-1/+6
| | | | | This is shown at the creation of new issues and new merge requests, when the repository has a contribution guide file.
* Improve code according to new gitlab_gitDmitriy Zaporozhets2014-02-041-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix README detection for subdirDmitriy Zaporozhets2013-10-131-1/+2
|
* Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-8/+16
|
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-021-5/+1
|
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-021-24/+8
|
* Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets2013-03-311-0/+8
|
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-3/+4
|
* remove encode lib, clean all encoded area.Saito2012-11-091-1/+1
|
* cosmetical cleanup of modelsNihad Abbasov2012-09-271-10/+2
|
* Add TreeController and specRobert Speicher2012-09-261-3/+7
|
* tree view need use ascii-8bit, file name need be utf8.Saito2012-09-111-1/+1
|
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-1/+1
| | | | Didn't bother with files in db/, config/, or features/
* Project linguist integrationDmitriy Zaporozhets2012-04-211-1/+1
|
* Design tab for profile. Colorscheme as db valuev2.0.0Dmitriy Zaporozhets2011-12-201-0/+2
|
* fixed image previewgitlabhq2011-12-011-0/+1
|
* file name overflow fixedgitlabhq2011-11-221-0/+4
|
* ref controller refactoredgitlabhq2011-11-211-0/+1
|
* decorators & tree modelDmitriy Zaporozhets2011-11-201-0/+24