summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/diff/highlight_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* [master] Stored XSS in Gitlab Merge Request from imported repositoryFrancisco Javier López2018-10-011-0/+28
* Escaped html charactersChantal Rollison2018-08-211-5/+5
* Method to track recoverable exceptions in sentryBob Van Landuyt2018-04-171-5/+4
* Fix 500 error when diff context line has broken encoding42332-actionview-template-error-366-524-out-of-rangeSean McGivern2018-02-221-0/+22
* Use described_class when possibleRémy Coutable2017-07-271-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Fix specsDouwe Maan2017-05-101-2/+2
* Fix specsDouwe Maan2017-03-141-3/+3
* Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-231-6/+6
* Enable Style/BarePercentLiteralsDouwe Maan2017-02-231-6/+6
* Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-011-4/+4
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-1/+1
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-1/+1
* apparently this gets encoded now?http://jneen.net/2016-07-141-1/+1
* we no longer encode double-quoteshttp://jneen.net/2016-07-141-3/+3
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-3/+3
* Fix specs and add a new oneDouwe Maan2016-01-301-24/+24
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-19/+55
* Update testsDouwe Maan2016-01-201-1/+1
* Refactor Gitlab::Highlight and fix testsDouwe Maan2016-01-191-44/+19
* More refactoring from last code review. #3945Rubén Dávila2016-01-141-1/+1
* Add inline diff markers in highlighted diffs.Douwe Maan2016-01-141-2/+2
* Add more specs. #3945Rubén Dávila2016-01-121-0/+18
* Update specs. #3945Rubén Dávila2016-01-081-16/+15
* Apply syntax highlighting when expanding diff plus some refactor. #3945Rubén Dávila2015-12-311-13/+29
* Don't modify "match" diff lines. #3945Rubén Dávila2015-12-301-0/+5
* A bit of refactoring. #3945Rubén Dávila2015-12-301-1/+1
* Add specs for Gitlab::Diff::Highlight. #3945Rubén Dávila2015-12-301-0/+28