Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate recursive tree entries fetching to Gitaly | Ahmad Sherif | 2018-02-26 | 1 | -19/+1 |
| | |||||
* | Load tree readme asynchronouslydm-async-tree-readme | Douwe Maan | 2017-05-10 | 1 | -4/+1 |
| | |||||
* | Unify detecting of special repository files | Yorick Peterse | 2016-11-21 | 1 | -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 API | Rebeca Méndez | 2016-11-12 | 1 | -2/+20 |
| | |||||
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobs | Jacob Vosmaer | 2016-02-01 | 1 | -4/+12 |
|\ | |||||
| * | Prioritize previewable over plain README filesprioritize-previewable-over-plain-readmes | Douglas Barbosa Alexandre | 2016-01-25 | 1 | -4/+12 |
| | | |||||
* | | WIP lazy blobs | Jacob Vosmaer | 2016-02-01 | 1 | -0/+2 |
|/ | |||||
* | Validate README format before displaying | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -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 MarkupHelper | Jakub Jirutka | 2015-05-18 | 1 | -3/+3 |
| | |||||
* | Fix tree readme. | Douwe Maan | 2015-03-18 | 1 | -4/+10 |
| | |||||
* | Find tree readme lazily. | Douwe Maan | 2015-03-18 | 1 | -20/+19 |
| | |||||
* | Move finding of contributing file from tree to repository. | Douwe Maan | 2015-03-18 | 1 | -6/+1 |
| | |||||
* | Factor markup? || gitlab_markdown? into new method | Ciro Santilli | 2014-10-04 | 1 | -1/+1 |
| | |||||
* | Move calls to Gitlab::MarkdownHelper to application_helper | Robert Schilling | 2014-08-11 | 1 | -2/+3 |
| | |||||
* | Use readme we support to render if there are multiple readmes | Robert Schilling | 2014-08-11 | 1 | -1/+18 |
| | |||||
* | Use new gitlab_git gem. It makes CONTRIBUTING.md work | Dmitriy Zaporozhets | 2014-02-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Added the contribution guide notice | Jeroen van Baarsen | 2014-02-22 | 1 | -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_git | Dmitriy Zaporozhets | 2014-02-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix README detection for subdir | Dmitriy Zaporozhets | 2013-10-13 | 1 | -1/+2 |
| | |||||
* | Update code to work with gitlab_git 3 | Dmitriy Zaporozhets | 2013-10-01 | 1 | -8/+16 |
| | |||||
* | Gitlab::Git::Tree & Blob added | Dmitriy Zaporozhets | 2013-04-02 | 1 | -5/+1 |
| | |||||
* | store commits for MR as array of hashes | Dmitriy Zaporozhets | 2013-04-02 | 1 | -24/+8 |
| | |||||
* | Extend models functionality with old decorator methods. Use Repository model | Dmitriy Zaporozhets | 2013-03-31 | 1 | -0/+8 |
| | |||||
* | REpostiry, Team models | Dmitriy Zaporozhets | 2013-01-03 | 1 | -3/+4 |
| | |||||
* | remove encode lib, clean all encoded area. | Saito | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | cosmetical cleanup of models | Nihad Abbasov | 2012-09-27 | 1 | -10/+2 |
| | |||||
* | Add TreeController and spec | Robert Speicher | 2012-09-26 | 1 | -3/+7 |
| | |||||
* | tree view need use ascii-8bit, file name need be utf8. | Saito | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -1/+1 |
| | | | | Didn't bother with files in db/, config/, or features/ | ||||
* | Project linguist integration | Dmitriy Zaporozhets | 2012-04-21 | 1 | -1/+1 |
| | |||||
* | Design tab for profile. Colorscheme as db valuev2.0.0 | Dmitriy Zaporozhets | 2011-12-20 | 1 | -0/+2 |
| | |||||
* | fixed image preview | gitlabhq | 2011-12-01 | 1 | -0/+1 |
| | |||||
* | file name overflow fixed | gitlabhq | 2011-11-22 | 1 | -0/+4 |
| | |||||
* | ref controller refactored | gitlabhq | 2011-11-21 | 1 | -0/+1 |
| | |||||
* | decorators & tree model | Dmitriy Zaporozhets | 2011-11-20 | 1 | -0/+24 |