summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | add space between icon and button textwinniehell2016-08-171-0/+4
| | * | | | | | fix fork button icon alignmentwinniehell2016-08-172-1/+2
| | * | | | | | fix star button icon alignmentwinniehell2016-08-171-3/+3
| * | | | | | | Merge branch 'remove-sleep-calls-from-phantom-update-spinach-specs' into 'mas...Robert Speicher2016-08-172-3/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Now waits for All issuables to load when clickedremove-sleep-calls-from-phantom-update-spinach-specsLuke Bennett2016-08-172-0/+4
| | * | | | | | | Removed sleep calls introduced in !5740Luke Bennett2016-08-172-3/+0
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch '2451-fix-mentions-in-issue-updates' into 'master' Robert Speicher2016-08-1717-5/+206
| |\ \ \ \ \ \ \
| | * | | | | | | Fix a rubocop violationNick Thomas2016-08-171-1/+0
| | * | | | | | | DRY up the additions to notification_service_spec.rbNick Thomas2016-08-161-46/+28
| | * | | | | | | DRY up the added update service specs, add two email helpersNick Thomas2016-08-164-62/+49
| | * | | | | | | Include the reason for emailing in the new_mention emailsNick Thomas2016-08-162-0/+6
| | * | | | | | | Address minor review comments for testsNick Thomas2016-08-163-17/+17
| | * | | | | | | Add new mention notifications to changelogNick Thomas2016-08-151-0/+1
| | * | | | | | | Allow people to subscribe to mentions in updated MRs and IssuesNick Thomas2016-08-153-6/+16
| | * | | | | | | Add notifications for new user mentions in merge requestsNick Thomas2016-08-157-1/+107
| | * | | | | | | Remove superfluous parens on a method callNick Thomas2016-08-151-1/+1
| | * | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 2451-fi...Nick Thomas2016-08-1544-124/+437
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix a 'missing keyword' error introduced in the last commitNick Thomas2016-08-151-1/+3
| | * | | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 2451-fi...Nick Thomas2016-08-1238-163/+451
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-128-3/+111
| * | | | | | | | | | Merge branch 'fix-issuable-filter' into 'master' Douglas Barbosa Alexandre2016-08-173-3/+43
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Hide `Create new list button` on Issues and MRs pagesDouglas Barbosa Alexandre2016-08-173-3/+43
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'add-delimiter-project-stats' into 'master' Jacob Schatz2016-08-172-2/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add delimiter to project stars and forks countClement Ho2016-08-092-2/+3
| * | | | | | | | | | | Merge branch '20808-merge-request-new-diff-view' into 'master' Robert Speicher2016-08-173-1/+21
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix merge request new view not changing code view rendering style20808-merge-request-new-diff-viewPaco Guzman2016-08-113-1/+21
| * | | | | | | | | | | | Merge branch 'issue-boards' into 'master' Douwe Maan2016-08-1789-85/+5635
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'issue-boards-ui' into 'issue-boards' Jacob Schatz2016-08-1741-89/+3884
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Removed vue assetsPhil Hughes2016-08-172-10080/+0
| | | * | | | | | | | | | | | Test updatePhil Hughes2016-08-171-20/+5
| | | * | | | | | | | | | | | Fixed failing testPhil Hughes2016-08-171-0/+2
| | | * | | | | | | | | | | | Added wait for vue in logged out & guest testsPhil Hughes2016-08-171-0/+2
| | | * | | | | | | | | | | | Fixed bug when moving listPhil Hughes2016-08-172-2/+1
| | | * | | | | | | | | | | | Removed if around board deletingPhil Hughes2016-08-171-8/+10
| | | * | | | | | | | | | | | Fixed permissions around create new list buttonPhil Hughes2016-08-172-2/+28
| | | * | | | | | | | | | | | Code improvementsPhil Hughes2016-08-173-41/+24
| | | * | | | | | | | | | | | Improved code readabilityPhil Hughes2016-08-179-124/+57
| | | * | | | | | | | | | | | Testing buildsPhil Hughes2016-08-171-2/+15
| | | * | | | | | | | | | | | Fix feature spec for issues boardDouglas Barbosa Alexandre2016-08-171-16/+32
| | | * | | | | | | | | | | | Updated testsPhil Hughes2016-08-171-9/+3
| | | * | | | | | | | | | | | Updated teaspoon mock tests endpointsPhil Hughes2016-08-171-4/+5
| | | * | | | | | | | | | | | Updated tests for creating with boardPhil Hughes2016-08-171-2/+4
| | | * | | | | | | | | | | | Tests updatedPhil Hughes2016-08-173-25/+14
| | | * | | | | | | | | | | | Tests updatePhil Hughes2016-08-173-63/+93
| | | * | | | | | | | | | | | Added vue resource interceptorPhil Hughes2016-08-173-2/+41
| | | * | | | | | | | | | | | Fix issue with paging not working sometimesPhil Hughes2016-08-171-1/+1
| | | * | | | | | | | | | | | Fixed some flexbox height issuesPhil Hughes2016-08-171-0/+5
| | | * | | | | | | | | | | | Updated rspec to not use sleep when draggingPhil Hughes2016-08-174-17/+20
| | | * | | | | | | | | | | | Uses dataset rather than jQuery to get attribute valuesPhil Hughes2016-08-176-40/+45
| | | * | | | | | | | | | | | Updated JSON endpointsPhil Hughes2016-08-171-11/+8