Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure TraceReader uses Encoding.default_externalfix-trace-reader-encoding | Lin Jen-Shin | 2017-01-26 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | Encoding.default_external was chosen over Encoding.default_internal because File.read is returning Encoding.default_external, therefore we should align with it. Alternatively, we could force both of them to be Encoding.default_internal. However, ideally this should be determined by different projects. For example, some projects might want to use an encoding different to what GitLab is using. This might not happen soon though. Closes #27052 | ||||
* | Merge branch 'rs-empty_project-for-associations' into 'master' | Rémy Coutable | 2017-01-26 | 18 | -23/+30 |
|\ | | | | | | | | | Factories with a project association use `:empty_project` by default See merge request !8770 | ||||
| * | Use a project factory with a repository where necessaryrs-empty_project-for-associations | Robert Speicher | 2017-01-25 | 5 | -9/+15 |
| | | |||||
| * | Factories with a project association use `:empty_project` by default | Robert Speicher | 2017-01-24 | 14 | -14/+15 |
| | | |||||
* | | Merge branch 'rs-empty_project-helpers' into 'master' | Rémy Coutable | 2017-01-26 | 14 | -40/+41 |
|\ \ | | | | | | | | | | | | | Use `:empty_project` where possible in helper specs See merge request !8796 | ||||
| * | | Use `:empty_project` where possible in helper specsrs-empty_project-helpers | Robert Speicher | 2017-01-25 | 14 | -40/+41 |
| |/ | |||||
* | | Merge branch 'rs-empty_project-controllers' into 'master' | Rémy Coutable | 2017-01-26 | 43 | -74/+67 |
|\ \ | | | | | | | | | | | | | Use `:empty_project` where possible in controller specs See merge request !8797 | ||||
| * | | Use `empty_project` where possible in controller specsrs-empty_project-controllers | Robert Speicher | 2017-01-25 | 43 | -74/+67 |
| |/ | |||||
* | | Merge branch 'rs-empty_project-finders' into 'master' | Rémy Coutable | 2017-01-26 | 10 | -23/+23 |
|\ \ | | | | | | | | | | | | | Use `:empty_project` where possible in finder specs See merge request !8794 | ||||
| * | | Use `:empty_project` where possible in finder specsrs-empty_project-finders | Robert Speicher | 2017-01-25 | 10 | -23/+23 |
| | | | |||||
* | | | Merge branch '27203-fix-ruby21-broken-master' into 'master' | Rémy Coutable | 2017-01-26 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Use hashrocket for dasherized attribute Closes #27203 See merge request !8775 | ||||
| * | | Use hashrocket for dasherized attribute27203-fix-ruby21-broken-master | Rémy Coutable | 2017-01-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | Otherwise Ruby 2.1 is not happy. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Update CHANGELOG.md for 8.16.2 | DJ Mountney | 2017-01-25 | 6 | -19/+8 |
| | | | | | | | | | [ci skip] | ||||
* | | | Merge branch '27013-regression-in-commit-title-bar' into 'master' | Annabel Dunstone Gray | 2017-01-25 | 4 | -3/+12 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "regression in commit title bar" Closes #27013 See merge request !8751 | ||||
| * | | | fixed points from comments to improve code quality | dimitrieh | 2017-01-25 | 2 | -4/+5 |
| | | | | |||||
| * | | | added changelog entry27013-regression-in-commit-title-bar | dimitrieh | 2017-01-24 | 1 | -0/+4 |
| | | | | |||||
| * | | | fixed repo view, last commit, with updated clipboard button order | dimitrieh | 2017-01-24 | 1 | -1/+6 |
| | | | | |||||
| * | | | fixed commit title bar | dimitrieh | 2017-01-24 | 1 | -2/+1 |
| | | | | |||||
* | | | | Merge branch ↵ | Annabel Dunstone Gray | 2017-01-25 | 4 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '24895-branch-index-delete-button-inconsistently-spaced-and-misaligned' into 'master' Resolve "Branch index delete button inconsistently spaced and misaligned" Closes #24895 See merge request !8646 | ||||
| * | | | | properly center dropdown menu button in content-list context24895-branch-index-delete-button-inconsistently-spaced-and-misaligned | Mike Greiling | 2017-01-23 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | remove whitespace surrounding inline list controls | Mike Greiling | 2017-01-23 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | remove whitespace surrounding dropdown button | Mike Greiling | 2017-01-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'display-project-id' into 'master' 26001-show-tags-which-contain-a-given-commit-in-their-own-metadata-row-on-the-commit-page-widget | Clement Ho | 2017-01-25 | 2 | -4/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display project ID Closes #18350 See merge request !8572 | ||||
| * | | | | | Display project ID in project settings (!8572) | winniehell | 2017-01-25 | 2 | -4/+15 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix/26518' into 'master' | Douwe Maan | 2017-01-25 | 4 | -6/+38 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix access to the wiki code via HTTP when repository feature disabled Closes #26518 See merge request !8758 | ||||
| * | | | | | | Add CHANGELOG entryfix/26518 | Douglas Barbosa Alexandre | 2017-01-25 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Fix access to the wiki code via HTTP when repository feature disabled | Douglas Barbosa Alexandre | 2017-01-25 | 3 | -6/+34 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'copy-as-md' into 'master' | Jacob Schatz | 2017-01-25 | 12 | -41/+911 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copying a rendered issue/comment will paste into GFM textareas as actual GFM See merge request !8597 | ||||
| * | | | | | | | Statisfy eslintcopy-as-md | Douwe Maan | 2017-01-25 | 2 | -13/+13 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-25 | 177 | -526/+1392 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6 | ||||
| * | | | | | | | Run tests in a single browser session | Douwe Maan | 2017-01-24 | 1 | -66/+81 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-24 | 417 | -1774/+4185 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Improve handling of code blocks containing triple backticks | Douwe Maan | 2017-01-19 | 2 | -4/+30 |
| | | | | | | | | | |||||
| * | | | | | | | | Improve support for linebreaks, tables and nested blockquotes in lists | Douwe Maan | 2017-01-19 | 2 | -15/+31 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-19 | 489 | -2201/+6387 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6 | ||||
| * | | | | | | | | | Remove unneeded checks | Douwe Maan | 2017-01-19 | 1 | -4/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Trigger autosize on the textarea after pasting | Douwe Maan | 2017-01-19 | 2 | -1/+16 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Don't copy as GFM when more than GFM is selected | Douwe Maan | 2017-01-19 | 2 | -0/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove unneeded code | Douwe Maan | 2017-01-19 | 2 | -4/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Properly copy/paste allowed HTML | Douwe Maan | 2017-01-19 | 2 | -0/+53 |
| | | | | | | | | | | |||||
| * | | | | | | | | | No needed to create an array | Douwe Maan | 2017-01-18 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Satisfy eslint | Douwe Maan | 2017-01-18 | 2 | -65/+64 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Satisfy Rubocop | Douwe Maan | 2017-01-18 | 1 | -2/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Move some functions to utils | Douwe Maan | 2017-01-18 | 4 | -61/+63 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add more SyntaxHighlightFilter and MathFilter tests | Douwe Maan | 2017-01-17 | 3 | -21/+150 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix ShortcutsIssuable#replyWithSelectedText tests | Douwe Maan | 2017-01-17 | 3 | -34/+67 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix SyntaxHighlightFilter spec | Douwe Maan | 2017-01-17 | 3 | -5/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Don't copy if there's nothing to copy | Douwe Maan | 2017-01-16 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Improve spec | Douwe Maan | 2017-01-16 | 3 | -157/+163 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Address style feedback | Douwe Maan | 2017-01-16 | 1 | -143/+150 |
| | | | | | | | | | |