summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Refactor highlighting linesDouwe Maan2016-01-141-25/+4
| | * | | | | | | | | Remove duplication around highlighting.Douwe Maan2016-01-143-27/+25
| | * | | | | | | | | Refactor parallel_diff generation a bit.Douwe Maan2016-01-143-57/+83
| | * | | | | | | | | Use #sub instead of #gsub!. #3945Rubén Dávila2016-01-131-1/+1
| | * | | | | | | | | Use current commit id if it doesn't have a parent. #3945Rubén Dávila2016-01-131-1/+1
| | * | | | | | | | | Little refactor for usage of html_safe. #3945Rubén Dávila2016-01-134-9/+10
| | * | | | | | | | | Use html_safe instead of raw. #3945Rubén Dávila2016-01-131-2/+2
| | * | | | | | | | | Fix broken specs. #3945Rubén Dávila2016-01-122-2/+3
| | * | | | | | | | | Add more specs. #3945Rubén Dávila2016-01-121-0/+18
| | * | | | | | | | | Remove no longer required code. #3945Rubén Dávila2016-01-121-42/+9
| | * | | | | | | | | Fix broken spec. #3945Rubén Dávila2016-01-121-1/+2
| | * | | | | | | | | Small fixes from code review. #3945Rubén Dávila2016-01-123-8/+4
| | * | | | | | | | | Reuse existent vars with ref and path. #3945Rubén Dávila2016-01-121-3/+1
| | * | | | | | | | | Make diff_line_content helper return a safe String. #3945Rubén Dávila2016-01-124-5/+5
| | * | | | | | | | | Fix css for other highlighting themes. #3945Rubén Dávila2016-01-093-0/+12
| | * | | | | | | | | Fix broken spec for submodule commit. #3945Rubén Dávila2016-01-091-2/+10
| | * | | | | | | | | Fix broken specs. #3945Rubén Dávila2016-01-082-87/+86
| | * | | | | | | | | Fix broken specs. #3945Rubén Dávila2016-01-084-9/+10
| | * | | | | | | | | Update specs. #3945Rubén Dávila2016-01-081-16/+15
| | * | | | | | | | | Remove custom Lexer. #3945 [ci skip]Rubén Dávila2016-01-082-28/+1
| | * | | | | | | | | Change strategy to highlight diffs. #3945Rubén Dávila2016-01-0713-29/+76
| | * | | | | | | | | Don't process inline diffs on backend. #3945Rubén Dávila2016-01-073-147/+1
| | * | | | | | | | | Add some styling for syntax highlighting themes. #3945Rubén Dávila2016-01-077-2/+78
| | * | | | | | | | | Force white theme when viewing diffs. #3945Rubén Dávila2016-01-062-2/+2
| | * | | | | | | | | Use #html_safe instead of #raw in some diff views. #3945Rubén Dávila2016-01-063-5/+5
| | * | | | | | | | | Fix broken spec. #3945Rubén Dávila2015-12-311-8/+4
| | * | | | | | | | | Apply syntax highlighting when expanding diff plus some refactor. #3945Rubén Dávila2015-12-314-27/+74
| | * | | | | | | | | Don't modify "match" diff lines. #3945Rubén Dávila2015-12-302-1/+11
| | * | | | | | | | | A bit of refactoring. #3945Rubén Dávila2015-12-304-10/+12
| | * | | | | | | | | Add specs for Gitlab::Diff::Highlight. #3945Rubén Dávila2015-12-301-0/+28
| | * | | | | | | | | Fix broken spec and small refactor. #3945Rubén Dávila2015-12-306-35/+281
| | * | | | | | | | | Fix Rubocop complain. #3945Rubén Dávila2015-12-301-5/+5
| | * | | | | | | | | New implementation for highlighting diff files. #3945Rubén Dávila2015-12-3010-43/+68
| | * | | | | | | | | Set initial state on parent Lexer. #3945Rubén Dávila2015-12-281-0/+4
| | * | | | | | | | | Add syntax highlighting to diff view. #3945Rubén Dávila2015-12-286-9/+71
| * | | | | | | | | | Merge branch 'ruby_version' into 'master' Achilleas Pipinellis2016-01-202-6/+20
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | * | | | | | | | | Mention required Ruby versionruby_versionAchilleas Pipinellis2016-01-202-6/+20
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-01-201-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | Add note about minimum GitLab CI versionHenning Hoefer2016-01-201-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'feature/check-against-rbl-only' into 'master'Robert Speicher2016-01-2010-1/+242
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Add IP blocking against DNSBL at sign-upfeature/check-against-rbl-onlyTomasz Maczukin2016-01-2010-1/+242
| | |/ / / / / /
| * | | | | | | Merge branch 'fix-error-500-with-invalid-utf8' into 'master' Robert Speicher2016-01-202-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | Gracefully handle invalid UTF-8 sequences in Markdown linksfix-error-500-with-invalid-utf8Stan Hu2016-01-202-0/+3
| * | | | | | | | Merge branch 'sentry-integration' into 'master' Robert Speicher2016-01-2010-1/+76
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Target '_blank'sentry-integrationDouwe Maan2016-01-201-2/+2
| | * | | | | | | | Send user context to SentryDouwe Maan2016-01-201-0/+11
| | * | | | | | | | Use sentry in env production onlyJeroen Nijhof2016-01-203-13/+17
| | * | | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into sentry-...Jeroen Nijhof2016-01-2060-146/+585
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | Add sentry integrationJeroen Nijhof2016-01-189-1/+61
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'adjust-unicorn-memory-limits' into 'master' Robert Speicher2016-01-202-1/+6
| |\ \ \ \ \ \ \ \