| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase code line height and decrease empty diff font sizechange-code-font-size-to-12px | Annabel Dunstone Gray | 2016-12-21 | 2 | -2/+2 |
* | Change code font size to 12px | Luke "Jared" Bennett | 2016-12-17 | 1 | -1/+1 |
* | Merge branch 'zj-mattermost-session' into 'master'
| Grzegorz Bizon | 2016-12-17 | 4 | -0/+227 |
|\ |
|
| * | Fix rubocop failureszj-mattermost-session | Kamil Trzcinski | 2016-12-17 | 2 | -17/+23 |
| * | Store mattermost_url in settings | Kamil Trzcinski | 2016-12-17 | 4 | -13/+35 |
| * | Improve Mattermost Session specs | Kamil Trzcinski | 2016-12-17 | 2 | -26/+50 |
| * | Ensure the session is destroyed | Z.J. van de Weg | 2016-12-17 | 1 | -3/+5 |
| * | Improve session tests | Z.J. van de Weg | 2016-12-17 | 3 | -45/+74 |
| * | Setup mattermost session | Z.J. van de Weg | 2016-12-17 | 2 | -0/+144 |
|/ |
|
* | Merge branch 'cleaner-merge-commit-messages' into 'master'
| Sean McGivern | 2016-12-17 | 9 | -21/+242 |
|\ |
|
| * | Change closes issues reference text on MergeRequest#merge_commit_message to m... | Gabriel Gizotti | 2016-12-16 | 3 | -6/+5 |
| * | add feature specs to test toggling of merge commit message between message wi... | Gabriel Gizotti | 2016-12-16 | 2 | -3/+75 |
| * | add eslint disable prefix for prefer-arrow-callback rule on header of merge_r... | Gabriel Gizotti | 2016-12-16 | 1 | -1/+1 |
| * | Add feature spec to verify all 4 different states of closing issues message o... | Gabriel Gizotti | 2016-12-16 | 1 | -0/+57 |
| * | add guard clause to MergeRequest#issues_mentioned_but_not_closing | Gabriel Gizotti | 2016-12-16 | 1 | -9/+6 |
| * | add js prefix to classes used to toggle description on commit message in merg... | Gabriel Gizotti | 2016-12-16 | 2 | -10/+10 |
| * | Show either description or closes issues references on MergeRequest#merge_com... | Gabriel Gizotti | 2016-12-16 | 3 | -12/+12 |
| * | Unify commit message listeners in one function | Gabriel Gizotti | 2016-12-16 | 1 | -11/+6 |
| * | better text for mentioned but not closed | Gabriel Gizotti | 2016-12-16 | 1 | -1/+1 |
| * | add mentioned but not closed message to the same line as closes issueswq | Gabriel Gizotti | 2016-12-16 | 1 | -13/+14 |
| * | extract duplicate logic into a variable on _commit_message_container | Gabriel Gizotti | 2016-12-16 | 1 | -2/+3 |
| * | Better `Closes issues` text for MergeRequest#merge_commit_message | Gabriel Gizotti | 2016-12-16 | 1 | -1/+2 |
| * | move javascript code from _commit_message_container view to javascripts/merge... | Gabriel Gizotti | 2016-12-16 | 2 | -21/+26 |
| * | backend completely drives creation of merge commit message | Gabriel Gizotti | 2016-12-16 | 5 | -26/+37 |
| * | Remove unnecessary code from MergeRequest#issues_mentioned_but_not_closing | Gabriel Gizotti | 2016-12-16 | 1 | -4/+2 |
| * | describe #closes_issues and describe # #issues_mentioned_but_not_closing on m... | Gabriel Gizotti | 2016-12-16 | 1 | -24/+14 |
| * | only render MR description toggle javascript if description is available | Gabriel Gizotti | 2016-12-16 | 1 | -20/+19 |
| * | keep branch being merged, MR title and MR reference in merge commit message w... | Gabriel Gizotti | 2016-12-16 | 1 | -2/+8 |
| * | Add toggle links for using default message and description on change merge co... | Gabriel Gizotti | 2016-12-16 | 2 | -0/+29 |
| * | shorter lines on MergeRequest#merge_commit_message | Gabriel Gizotti | 2016-12-16 | 1 | -2/+9 |
| * | only look for issues mentioned on description on MergeRequest#issues_mentione... | Gabriel Gizotti | 2016-12-16 | 2 | -3/+5 |
| * | better mentioned but not closing message and icon | Gabriel Gizotti | 2016-12-16 | 2 | -9/+2 |
| * | diplays mentioned but not merged message on MR show page | Gabriel Gizotti | 2016-12-16 | 2 | -0/+20 |
| * | introduce MergeRequest#issues_mentioned_but_not_closing | Gabriel Gizotti | 2016-12-16 | 2 | -15/+46 |
| * | Remove whole description from #merge_commit_message and add add closed issues | Gabriel Gizotti | 2016-12-16 | 2 | -5/+12 |
* | | Merge branch '23573-sort-functionality-for-project-member' into 'master'
| Douglas Barbosa Alexandre | 2016-12-17 | 13 | -13/+356 |
|\ \ |
|
| * | | Fix query in Projects::ProjectMembersController to fetch members23573-sort-functionality-for-project-member | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -2/+2 |
| * | | Improve test for sort dropdown on members page | Nur Rony | 2016-12-16 | 3 | -1/+19 |
| * | | Fix sort dropdown alignment | Nur Rony | 2016-12-16 | 1 | -2/+2 |
| * | | Undo changes on members search button stylesheet | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -16/+15 |
| * | | Use factories to create project/group membership on specs | Douglas Barbosa Alexandre | 2016-12-16 | 2 | -4/+4 |
| * | | Remove unused id from shared members sort dropdown | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -1/+1 |
| * | | Fix sort functionality on project/group members to return invited users | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -4/+15 |
| * | | Refactor MembersHelper#filter_group_project_member_path | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -5/+1 |
| * | | Remove unnecessary curly braces from sort dropdown partial | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -1/+1 |
| * | | Sort group/project members alphabetically by default | Douglas Barbosa Alexandre | 2016-12-16 | 4 | -3/+17 |
| * | | Add feature spec for sort functionality on group/project members list | Douglas Barbosa Alexandre | 2016-12-16 | 2 | -0/+164 |
| * | | Add option to sort group/project members by access level | Douglas Barbosa Alexandre | 2016-12-16 | 2 | -0/+20 |
| * | | Fix sort functionality for group/project members | Douglas Barbosa Alexandre | 2016-12-16 | 3 | -12/+28 |
| * | | Fix MembersHelper | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -11/+11 |