Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Properly highlight right side of parallel difffix-diff-comments | Douwe Maan | 2016-01-22 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Restore diff comments | Douwe Maan | 2016-01-22 | 1 | -4/+5 | |
| | | | | ||||||
| * | | | Merge branch 'unescaped-diffs' into 'master' | Robert Speicher | 2016-01-22 | 1 | -5/+11 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure non-highlighted diffs are still escaped Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12521 See merge request !2544 | |||||
| | * | | | Fix | Douwe Maan | 2016-01-22 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Make sure non-highlighted diffs are still escapedunescaped-diffs | Douwe Maan | 2016-01-22 | 1 | -5/+11 | |
| | |/ / | ||||||
| * | | | Merge branch 'ci/recursive-artifacts-entries' into 'master' | Robert Speicher | 2016-01-21 | 2 | -3/+12 | |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | Add method to calculate total size of artifacts in subpath See merge request !2500 | |||||
| | * | | Add method that calculates total size for artifacts subfolderci/recursive-artifacts-entries | Kamil Trzcinski | 2016-01-20 | 2 | -3/+12 | |
| | | | | ||||||
| * | | | Merge branch 'workhorse-path' into 'master' | Robert Speicher | 2016-01-21 | 2 | -3/+9 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Init script changes for gitlab-workhorse in 8.4 Goes with https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/31 Also bumps gitlab-workhorse to 0.6.1. [ci skip] See merge request !2529 | |||||
| | * | | | Init script changes for gitlab-workhorse in 8.4 | Jacob Vosmaer | 2016-01-21 | 2 | -3/+9 | |
| | | | | | ||||||
| * | | | | Fix import of GitHub's wiki when the repository has not been created | Douglas Barbosa Alexandre | 2016-01-21 | 1 | -2/+6 | |
| | | | | | ||||||
| * | | | | Merge branch 'ci/cache-key' into 'master' | Douwe Maan | 2016-01-21 | 1 | -0/+8 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added cache:key to .gitlab-ci.yml allowing to fine tune the caching The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need: 1. Cache per-build for all branches: ``` cache: key: "$CI_BUILD_NAME" untracked: true ``` 2. Cache per-branch for all jobs: ``` cache: key: "$CI_BUILD_REF" untracked: true ``` /cc @DouweM @grzesiek @axil See merge request !2436 | |||||
| | * | | | | Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingci/cache-key | Kamil Trzcinski | 2016-01-20 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'fix-github-pull-requests-import' into 'master' | Robert Speicher | 2016-01-20 | 1 | -1/+5 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cross projects detection when importing GitHub pull requests Fixes #12456 See merge request !2523 | |||||
| | * | | | | | Fix cross projects detection when importing GitHub pull requests | Douglas Barbosa Alexandre | 2016-01-20 | 1 | -1/+5 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'master' into issue_3945issue_3945 | Rubén Dávila | 2016-01-20 | 2 | -0/+139 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Merge branch 'feature/check-against-rbl-only' into 'master' | Robert Speicher | 2016-01-20 | 2 | -0/+139 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split from !2455 References #9092 See merge request !2515 | |||||
| | | * | | | | Add IP blocking against DNSBL at sign-upfeature/check-against-rbl-only | Tomasz Maczukin | 2016-01-20 | 2 | -0/+139 | |
| | | |/ / / | ||||||
| * | | | | | Merge branch 'master' into issue_3945 | Douwe Maan | 2016-01-20 | 1 | -0/+2 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Gracefully handle invalid UTF-8 sequences in Markdown linksfix-error-500-with-invalid-utf8 | Stan Hu | 2016-01-20 | 1 | -0/+2 | |
| | |/ / / | | | | | | | | | | | | | | | | Closes #6077 | |||||
| * | | | | Validate bounds just to be sure | Douwe Maan | 2016-01-20 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | Properly highlight lines around '\ No newline at end of file' | Douwe Maan | 2016-01-20 | 3 | -7/+15 | |
| | | | | | ||||||
| * | | | | Save and use actual diff base commit for MR diff highlighting | Douwe Maan | 2016-01-20 | 3 | -9/+25 | |
| | | | | | ||||||
| * | | | | Properly handle HTML entities with inline diffs | Douwe Maan | 2016-01-20 | 3 | -15/+19 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into issue_3945 | Douwe Maan | 2016-01-20 | 9 | -30/+56 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | Move parallel diff logic to separate class | Douwe Maan | 2016-01-20 | 2 | -0/+121 | |
| | | | | | ||||||
| * | | | | Don't crash when file can't be highlighted | Douwe Maan | 2016-01-19 | 1 | -9/+3 | |
| | | | | | ||||||
| * | | | | Refactor Gitlab::Highlight and fix tests | Douwe Maan | 2016-01-19 | 1 | -6/+20 | |
| | | | | | ||||||
| * | | | | Remove useless assignments | Douwe Maan | 2016-01-19 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | Add tests | Douwe Maan | 2016-01-15 | 2 | -0/+11 | |
| | | | | | ||||||
| * | | | | Whoops, forgot to add files | Douwe Maan | 2016-01-15 | 2 | -0/+160 | |
| | | | | | ||||||
| * | | | | Move inline diff marker logic to its own class | Douwe Maan | 2016-01-15 | 1 | -95/+11 | |
| | | | | | ||||||
| * | | | | Move inline diff logic to its own class | Douwe Maan | 2016-01-15 | 1 | -73/+11 | |
| | | | | | ||||||
| * | | | | Method was moved | Douwe Maan | 2016-01-15 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into issue_3945 | Rubén Dávila | 2016-01-14 | 93 | -368/+1497 | |
| |\ \ \ \ | ||||||
| * | | | | | More refactoring from last code review. #3945 | Rubén Dávila | 2016-01-14 | 2 | -7/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs | |||||
| * | | | | | Add inline diff markers in highlighted diffs. | Douwe Maan | 2016-01-14 | 3 | -34/+181 | |
| | | | | | | ||||||
| * | | | | | Refactor highlighting lines | Douwe Maan | 2016-01-14 | 1 | -25/+4 | |
| | | | | | | ||||||
| * | | | | | Remove duplication around highlighting. | Douwe Maan | 2016-01-14 | 2 | -12/+24 | |
| | | | | | | ||||||
| * | | | | | Use #sub instead of #gsub!. #3945 | Rubén Dávila | 2016-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This is because is not a good idea to modify the original lines * Also I run into this issue https://gitlab.com/gitlab-org/gitlab_git/issues/14 which is returning Diff Lines with the same @new_pos value. | |||||
| * | | | | | Little refactor for usage of html_safe. #3945 | Rubén Dávila | 2016-01-13 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Fix broken specs. #3945 | Rubén Dávila | 2016-01-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Remove no longer required code. #3945 | Rubén Dávila | 2016-01-12 | 1 | -42/+9 | |
| | | | | | | ||||||
| * | | | | | Small fixes from code review. #3945 | Rubén Dávila | 2016-01-12 | 1 | -4/+0 | |
| | | | | | | ||||||
| * | | | | | Fix broken spec for submodule commit. #3945 | Rubén Dávila | 2016-01-09 | 1 | -2/+10 | |
| | | | | | | ||||||
| * | | | | | Fix broken specs. #3945 | Rubén Dávila | 2016-01-08 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | Remove custom Lexer. #3945 [ci skip] | Rubén Dávila | 2016-01-08 | 2 | -28/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Inline diff is going to be generated client side now. #3945 | |||||
| * | | | | | Change strategy to highlight diffs. #3945 | Rubén Dávila | 2016-01-07 | 2 | -20/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we apply syntax highlighting to the whole old and new files. This basically help us to highlight adequately multiline content. | |||||
| * | | | | | Don't process inline diffs on backend. #3945 | Rubén Dávila | 2016-01-07 | 2 | -108/+1 | |
| | | | | | | ||||||
| * | | | | | Apply syntax highlighting when expanding diff plus some refactor. #3945 | Rubén Dávila | 2015-12-31 | 1 | -12/+43 | |
| | | | | | | ||||||
| * | | | | | Don't modify "match" diff lines. #3945 | Rubén Dávila | 2015-12-30 | 1 | -1/+6 | |
| | | | | | |