summaryrefslogtreecommitdiff
path: root/spec/models/blob_viewer
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-1910-0/+11
|
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-0112-0/+24
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* Allow to include files from another projectsKamil Trzciński2019-01-071-4/+6
| | | | This adds `project:, file:, ref:` specification support.
* Fix xss vulnerability sourced from package.json's homepageMark Chao2018-09-191-4/+17
|
* Reconcile differences in spec/models/blob_viewerMatija Čupić2018-09-081-1/+1
|
* Stub http request on specs intead of mocking HTTPartyMatija Čupić2018-09-071-4/+6
| | | | CE mirror of bb2a9fde8e6a4d1df13638fe336f641b9c72ef59
* Improve external architectureMatija Čupić2018-09-071-3/+3
| | | | CE mirror of 4f17c7b2c30188302e6a73421acbf5a09fb2c823
* Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-1/+1
| | | | | | Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
* BlobViewer::PackageJson - if private link to homepageMario de la Ossa2017-12-181-3/+4
|
* Do not generate links for private NPM modules in blob viewMario de la Ossa2017-12-181-0/+46
|
* Replaces 'WikiPage::CreateService' calls with 'wiki_page' factoryJacopo2017-10-131-1/+1
| | | | We replace the usage of WikiPage::CreateService with the wiki_page factory in the specs.
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-029-10/+10
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-017-7/+7
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-2712-12/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't show auxiliary blob viewer for README when there is no wikidm-readme-auxiliary-blob-viewer-without-wikiDouwe Maan2017-07-061-0/+49
|
* Detect if file that appears to be text in the first 1024 bytes is actually ↵dm-blob-binaryness-changeDouwe Maan2017-06-081-2/+2
| | | | binary afer loading all data
* Fix Diff#too_large? and specsDouwe Maan2017-05-301-32/+4
|
* Consistent diff and blob size limit namesDouwe Maan2017-05-291-27/+27
|
* Add auxiliary blob viewers to dependency filesDouwe Maan2017-05-175-0/+125
|
* Add auxiliary blob viewer for CHANGELOGDouwe Maan2017-05-171-0/+27
|
* Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵dm-blob-viewer-concernsDouwe Maan2017-05-151-20/+20
| | | | max_size
* Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan2017-05-132-17/+20
|
* Implement auxiliary blob viewersDouwe Maan2017-05-105-34/+167
|
* Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-3/+3
|
* Add specsDouwe Maan2017-04-271-2/+183
|
* Add test stubsDouwe Maan2017-04-271-0/+5