summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed flexbox and wrap issuescorrect-issue-filter-dropdown-user-avatar-stretchLuke "Jared" Bennett2017-01-263-5/+9
* Revert "Make sure TraceReader uses Encoding.default_external"Lin Jen-Shin2017-01-262-15/+2
* Make sure TraceReader uses Encoding.default_externalLin Jen-Shin2017-01-262-2/+15
* Merge branch 'rs-empty_project-for-associations' into 'master' Rémy Coutable2017-01-2618-23/+30
|\
| * Use a project factory with a repository where necessaryrs-empty_project-for-associationsRobert Speicher2017-01-255-9/+15
| * Factories with a project association use `:empty_project` by defaultRobert Speicher2017-01-2414-14/+15
* | Merge branch 'rs-empty_project-helpers' into 'master' Rémy Coutable2017-01-2614-40/+41
|\ \
| * | Use `:empty_project` where possible in helper specsrs-empty_project-helpersRobert Speicher2017-01-2514-40/+41
| |/
* | Merge branch 'rs-empty_project-controllers' into 'master' Rémy Coutable2017-01-2643-74/+67
|\ \
| * | Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-2543-74/+67
| |/
* | Merge branch 'rs-empty_project-finders' into 'master' Rémy Coutable2017-01-2610-23/+23
|\ \
| * | Use `:empty_project` where possible in finder specsrs-empty_project-findersRobert Speicher2017-01-2510-23/+23
* | | Merge branch '27203-fix-ruby21-broken-master' into 'master' Rémy Coutable2017-01-261-4/+4
|\ \ \ | |/ / |/| |
| * | Use hashrocket for dasherized attribute27203-fix-ruby21-broken-masterRémy Coutable2017-01-251-4/+4
* | | Update CHANGELOG.md for 8.16.2DJ Mountney2017-01-256-19/+8
* | | Merge branch '27013-regression-in-commit-title-bar' into 'master' Annabel Dunstone Gray2017-01-254-3/+12
|\ \ \
| * | | fixed points from comments to improve code qualitydimitrieh2017-01-252-4/+5
| * | | added changelog entry27013-regression-in-commit-title-bardimitrieh2017-01-241-0/+4
| * | | fixed repo view, last commit, with updated clipboard button orderdimitrieh2017-01-241-1/+6
| * | | fixed commit title bardimitrieh2017-01-241-2/+1
* | | | Merge branch '24895-branch-index-delete-button-inconsistently-spaced-and-misa...Annabel Dunstone Gray2017-01-254-4/+5
|\ \ \ \
| * | | | properly center dropdown menu button in content-list context24895-branch-index-delete-button-inconsistently-spaced-and-misalignedMike Greiling2017-01-231-1/+2
| * | | | remove whitespace surrounding inline list controlsMike Greiling2017-01-232-2/+2
| * | | | remove whitespace surrounding dropdown buttonMike Greiling2017-01-231-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-widgetClement Ho2017-01-252-4/+15
|\ \ \ \ \
| * | | | | Display project ID in project settings (!8572)winniehell2017-01-252-4/+15
* | | | | | Merge branch 'fix/26518' into 'master' Douwe Maan2017-01-254-6/+38
|\ \ \ \ \ \
| * | | | | | Add CHANGELOG entryfix/26518Douglas Barbosa Alexandre2017-01-251-0/+4
| * | | | | | Fix access to the wiki code via HTTP when repository feature disabledDouglas Barbosa Alexandre2017-01-253-6/+34
* | | | | | | Merge branch 'copy-as-md' into 'master' Jacob Schatz2017-01-2512-41/+911
|\ \ \ \ \ \ \
| * | | | | | | Statisfy eslintcopy-as-mdDouwe Maan2017-01-252-13/+13
| * | | | | | | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-25177-526/+1392
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Run tests in a single browser sessionDouwe Maan2017-01-241-66/+81
| * | | | | | | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-24417-1774/+4185
| |\ \ \ \ \ \ \
| * | | | | | | | Improve handling of code blocks containing triple backticksDouwe Maan2017-01-192-4/+30
| * | | | | | | | Improve support for linebreaks, tables and nested blockquotes in listsDouwe Maan2017-01-192-15/+31
| * | | | | | | | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-19489-2201/+6387
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Remove unneeded checksDouwe Maan2017-01-191-4/+0
| * | | | | | | | | Trigger autosize on the textarea after pastingDouwe Maan2017-01-192-1/+16
| * | | | | | | | | Don't copy as GFM when more than GFM is selectedDouwe Maan2017-01-192-0/+6
| * | | | | | | | | Remove unneeded codeDouwe Maan2017-01-192-4/+2
| * | | | | | | | | Properly copy/paste allowed HTMLDouwe Maan2017-01-192-0/+53
| * | | | | | | | | No needed to create an arrayDouwe Maan2017-01-181-2/+2
| * | | | | | | | | Satisfy eslintDouwe Maan2017-01-182-65/+64
| * | | | | | | | | Satisfy RubocopDouwe Maan2017-01-181-2/+0
| * | | | | | | | | Move some functions to utilsDouwe Maan2017-01-184-61/+63
| * | | | | | | | | Add more SyntaxHighlightFilter and MathFilter testsDouwe Maan2017-01-173-21/+150
| * | | | | | | | | Fix ShortcutsIssuable#replyWithSelectedText testsDouwe Maan2017-01-173-34/+67
| * | | | | | | | | Fix SyntaxHighlightFilter specDouwe Maan2017-01-173-5/+6
| * | | | | | | | | Don't copy if there's nothing to copyDouwe Maan2017-01-161-0/+2