summaryrefslogtreecommitdiff
path: root/spec/helpers/blob_helper_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-14/+34
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+55
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+106
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-9/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-34/+39
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-1/+85
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+28
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-0/+2
* Open WebIDE in fork when user doesn't have access51952-redirect-to-webide-in-forkMarkus Koller2019-07-121-7/+31
* Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce in...Kieran Andrews2019-04-031-0/+13
* Makes the Web IDE the default editorPhil Hughes2019-02-261-0/+8
* Move :plain option to Highlight classMark Chao2018-10-301-54/+4
* Use stable gitlab-styles and eliminate offensesLin Jen-Shin2018-07-091-2/+2
* Resolve "Web IDE doesn't work for branches with slashes"Tim Zallmann2018-05-231-2/+8
* fixed rubocopPhil Hughes2018-04-251-2/+2
* restore original script_name configPhil Hughes2018-04-251-0/+11
* added helper specPhil Hughes2018-04-251-0/+14
* refactor methods inline41255-refactoring-of-blob-link-methods-in-blob_helperJames Lopez2018-02-231-1/+1
* refactor code based on feedbackJames Lopez2018-02-231-4/+4
* some initial refactoringJames Lopez2018-02-231-5/+5
* Only highlight search results under the highlighting size limit41666-cannot-search-with-keyword-mergeSean McGivern2018-01-161-0/+7
* Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-251-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Fix Diff#too_large? and specsDouwe Maan2017-05-301-11/+9
* Consistent diff and blob size limit namesDouwe Maan2017-05-291-6/+6
* Rename BlobViewer max_size to overridable_max_size and absolute_max_size to m...dm-blob-viewer-concernsDouwe Maan2017-05-151-2/+2
* Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan2017-05-131-1/+2
* Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-16/+32
* Use blob viewers for snippetsDouwe Maan2017-04-301-0/+1
* Address feedbackDouwe Maan2017-04-271-24/+30
* Satisfy RubocopDouwe Maan2017-04-271-1/+0
* Add specsDouwe Maan2017-04-271-0/+110
* Fix some specsDouwe Maan2017-04-271-3/+2
* Linking to edit file directlyEric Eastwood2017-04-061-1/+1
* Fix specsDouwe Maan2017-03-141-7/+7
* Use `:empty_project` where possible in helper specsrs-empty_project-helpersRobert Speicher2017-01-251-1/+1
* edit_blob_link can receive the blob to avoid access to the repository20454-edit-button-mrPaco Guzman2016-08-181-2/+24
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-5/+5
* Improve diff performance by eliminating redundant checks for text blobsremove-redundant-blob-text-callsStan Hu2016-07-291-0/+18
* use %(...) and %[...] in favor of %<...>feature.rouge-20http://jneen.net/2016-07-141-1/+1
* remove uses of the nowrap: featurehttp://jneen.net/2016-07-141-9/+9
* rm spec for a deleted methodhttp://jneen.net/2016-07-141-14/+0
* Update SVG sanitizer to conform to SVG 1.1Stan Hu2016-05-061-0/+12
* Refactor Gitlab::Highlight and fix testsDouwe Maan2016-01-191-30/+33
* New implementation for highlighting diff files. #3945Rubén Dávila2015-12-301-11/+0
* Add syntax highlighting to diff view. #3945Rubén Dávila2015-12-281-0/+11