summaryrefslogtreecommitdiff
path: root/lib/gitlab/file_detector.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop warning54011-all-files-named-index-have-their-content-rendered-as-if-they-were-text-filesJames Lopez2018-11-161-1/+1
* Remove redundant end anchorsJames Lopez2018-11-161-1/+1
* Update regex to use unionJames Lopez2018-11-161-1/+1
* Fix text rendering of readme/indexJames Lopez2018-11-141-1/+1
* Test type of README file without extensionAchilleas Pipinellis2018-11-021-1/+1
* Render index.* like README.* when it's present in a directoryJakub Jirutka2018-11-021-1/+1
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Remove Koding integration and documentationStan Hu2018-10-121-1/+0
* Recognize 'UNLICENSE' license filesJ.D. Bean2018-09-061-1/+1
* Fix Xcode project detection by looking for dirs instead of filesdm-xcode-project-directoryDouwe Maan2018-05-221-1/+1
* Add Repository#xcode_project? methodDouwe Maan2018-05-091-0/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-11/+11
* Cache issuable template namesSean McGivern2017-10-121-0/+2
* Match full file path in FileDetectorSean McGivern2017-10-121-14/+12
* Add auxiliary blob viewers to dependency filesDouwe Maan2017-05-171-3/+19
* Select dependency linker based on file typedm-dependency-linker-file-typeDouwe Maan2017-05-121-0/+1
* Implement auxiliary blob viewersDouwe Maan2017-05-101-1/+2
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Unify detecting of special repository filesYorick Peterse2016-11-211-0/+63