summaryrefslogtreecommitdiff
path: root/app/models/blob_viewer
Commit message (Expand)AuthorAgeFilesLines
* BlobViewer::PackageJson - if private link to homepageMario de la Ossa2017-12-181-3/+9
* Do not generate links for private NPM modules in blob viewMario de la Ossa2017-12-182-3/+22
* move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin2017-09-121-1/+1
* Fix external link to Composer websiteMark Fletcher2017-08-171-1/+1
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Clean up some backendDouwe Maan2017-08-032-2/+2
* Don't show auxiliary blob viewer for README when there is no wikidm-readme-auxiliary-blob-viewer-without-wikiDouwe Maan2017-07-061-0/+6
* Implement diff viewersDouwe Maan2017-06-141-8/+6
* Detect if file that appears to be text in the first 1024 bytes is actually bi...dm-blob-binaryness-changeDouwe Maan2017-06-081-7/+7
* Merge branch 'dm-blob-file-type' into 'master'Grzegorz Bizon2017-06-081-1/+1
|\
| * Add Blob#file_type convenience methoddm-blob-file-typeDouwe Maan2017-06-081-1/+1
* | Merge branch 'dm-empty-blob-viewer-binary' into 'master'Grzegorz Bizon2017-06-081-1/+0
|\ \ | |/ |/|
| * Empty blob viewer isn’t binary-onlydm-empty-blob-viewer-binaryDouwe Maan2017-06-071-1/+0
* | Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-3/+1
|/
* Consistent diff and blob size limit namesDouwe Maan2017-05-295-24/+18
* Render plain README using Markup viewer so it is displayed below treedm-render-plain-readmeDouwe Maan2017-05-181-0/+1
* Merge branch 'dm-gemfile-viewer'Rémy Coutable2017-05-1812-0/+242
|\
| * Add auxiliary blob viewers to dependency filesDouwe Maan2017-05-1712-0/+242
* | Add auxiliary viewer for READMEdm-readme-viewerDouwe Maan2017-05-172-0/+20
|/
* Add auxiliary blob viewer for CHANGELOGDouwe Maan2017-05-173-1/+19
* Add auxiliary viewer for CONTRIBUTINGdm-contributing-viewerDouwe Maan2017-05-161-0/+10
* Rename BlobViewer max_size to overridable_max_size and absolute_max_size to m...dm-blob-viewer-concernsDouwe Maan2017-05-155-14/+22
* Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan2017-05-136-42/+42
* Allow blob viewer to support multiple filetypesDouwe Maan2017-05-134-7/+7
* Implement auxiliary blob viewersDouwe Maan2017-05-106-8/+116
* Merge branch 'balsalmiq-support' into 'master' Phil Hughes2017-05-051-0/+12
|\
| * Merge branch 'master' into balsalmiq-supportLuke "Jared" Bennett2017-04-301-0/+12
| |\
| * | Moved partialLuke "Jared" Bennett2017-04-281-1/+1
| * | added balsamiq blobviewer classLuke "Jared" Bennett2017-04-281-0/+12
* | | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-5/+6
| |/ |/|
* | Display video blobs in-line like imagesdm-video-viewerDouwe Maan2017-04-281-0/+12
|/
* Fix typoDouwe Maan2017-04-271-1/+1
* Address feedbackDouwe Maan2017-04-271-9/+12
* Explain BlobViewer::Base#render_errorDouwe Maan2017-04-272-0/+16
* Explain how viewers are selected from RICH_VIEWERSDouwe Maan2017-04-271-6/+1
* Add specsDouwe Maan2017-04-271-3/+3
* Set BlobViewer::Base.binary instead of .textDouwe Maan2017-04-2712-17/+17
* Add BlobViewer::Base#binary? methodDouwe Maan2017-04-271-2/+6
* Refactor overriding max sizeDouwe Maan2017-04-272-19/+12
* Address feedbackDouwe Maan2017-04-272-4/+5
* Download blob viewer is client-sideDouwe Maan2017-04-272-2/+4
* Add rich blob viewersDouwe Maan2017-04-2710-0/+112
* Add simple blob viewersDouwe Maan2017-04-275-0/+55
* Refactor Blob and add BlobViewer::BaseDouwe Maan2017-04-271-0/+81