summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'enable-scss-lint-pseudo-element' into 'master' Annabel Dunstone Gray2016-10-2611-27/+27
|\
| * Enable PseudoElement in scss-lintenable-scss-lint-pseudo-elementClement Ho2016-10-2611-27/+27
* | Merge branch '22746-fix-admin-users-mobile-view' into 'master' Annabel Dunstone Gray2016-10-262-0/+10
|\ \ | |/ |/|
| * prevent long usernames or user emails from breaking mobile layout on admin/ov...Mike Greiling2016-10-261-0/+9
| * ensure dropbox width is 240px at minimum (fix issues arising from acde2e30)Mike Greiling2016-10-241-0/+1
* | Merge branch '23607-mr-pipeline-status' into 'master' Alfredo Sumaran2016-10-262-5/+2
|\ \
| * | Show full status link on MR & commit pipelinesAnnabel Dunstone Gray2016-10-242-5/+2
* | | Merge branch 'eslint' into 'master' Fatih Acet2016-10-26192-0/+192
|\ \ \
| * | | disable ESLint for all JavaScript fileswinniehell2016-10-26192-0/+192
* | | | Merge branch '23661-lacking-padding-on-syntax-highlight-blocks-in-diff-commen...Annabel Dunstone Gray2016-10-261-1/+1
|\ \ \ \
| * | | | Fix horizontal padding for highlight blocks23661-lacking-padding-on-syntax-highlight-blocks-in-diff-commentsLuke Bennett2016-10-251-1/+1
* | | | | Merge branch '21988-refactor-less-readable-existance-checking-code-from-coffe...Alfredo Sumaran2016-10-264-14/+19
|\ \ \ \ \
| * | | | | Refactored less readable existance checksJack Davison2016-10-264-14/+19
* | | | | | Fixed typo in css classDaniel Voogsgerd2016-10-261-1/+1
|/ / / / /
* | | | | Merge branch 'issue-board-sidebar' into 'master' Fatih Acet2016-10-2631-46/+580
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into issue-board-sidebarissue-board-sidebarPhil Hughes2016-10-26183-660/+1123
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Moved avatar infront of labelsPhil Hughes2016-10-252-5/+9
| * | | | | Fixed height of sidebar causing scrolling issuesPhil Hughes2016-10-251-2/+5
| * | | | | Fixed users profile link in sidebarPhil Hughes2016-10-254-4/+5
| * | | | | Alignment of toggle buttonPhil Hughes2016-10-201-1/+1
| * | | | | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-207-7/+29
| |\ \ \ \ \
| * | | | | | Added button typesPhil Hughes2016-10-202-2/+2
| * | | | | | Hides/shows the boards sidebarPhil Hughes2016-10-209-32/+55
| * | | | | | Updated close sidebar iconPhil Hughes2016-10-193-3/+10
| * | | | | | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-1990-307/+1053
| |\ \ \ \ \ \
| * | | | | | | Scroll board into view when clicking issuePhil Hughes2016-10-198-15/+49
| * | | | | | | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-19380-2749/+5949
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed some JS stylingPhil Hughes2016-10-072-2/+2
| * | | | | | | | Fixed filter specsPhil Hughes2016-10-071-1/+1
| * | | | | | | | Make the subscribe button work correctlyPhil Hughes2016-10-072-2/+7
| * | | | | | | | Restore subscribe status in JSONPhil Hughes2016-10-072-2/+11
| * | | | | | | | Fix issue when clicking links inside issue showing sidebarPhil Hughes2016-10-072-2/+6
| * | | | | | | | Added testsPhil Hughes2016-10-073-3/+3
| * | | | | | | | Fixed sidebar dropdowns to work with VuePhil Hughes2016-10-077-6/+24
| * | | | | | | | Styling updates to sidebar to match designPhil Hughes2016-10-072-5/+35
| * | | | | | | | Correct the issue update pathPhil Hughes2016-10-074-4/+4
| * | | | | | | | Hides sidebar when clicking same issuePhil Hughes2016-10-072-2/+7
| * | | | | | | | Fixed issue with dragging opening the issue sidebarPhil Hughes2016-10-073-3/+35
| * | | | | | | | Sidebar details update when changingPhil Hughes2016-10-0718-49/+254
| * | | | | | | | Show clicked issue data in the sidebarPhil Hughes2016-10-0713-44/+147
| * | | | | | | | Added markup for sidebarPhil Hughes2016-10-077-7/+83
* | | | | | | | | Merge branch '21248-wrong-urlencoding-when-switching-branch-in-graphs-contrib...Fatih Acet2016-10-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove encode from the project-refs-dropdown renderRow method21248-wrong-urlencoding-when-switching-branch-in-graphs-contributersLuke Bennett2016-10-231-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bugfix/fix_sidekiq_stats' into 'master' Robert Speicher2016-10-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix sidekiq stats in admin areablackst0ne2016-10-261-1/+1
* | | | | | | | | | Escape quotes in gl_dropdown values to prevent exceptionsAirat Shigapov2016-10-261-0/+2
* | | | | | | | | | Fix typo on /help/ui to Alerts sectionSam Rose2016-10-261-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge branch 'replace-jquery-cookie-plugin' into 'master' Alfredo Sumaran2016-10-2611-40/+23
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | remove manual Cookie.set "path" option in favor of global settingMike Greiling2016-10-248-30/+9
| * | | | | | | | set default path for all calls to Cookies.set()Mike Greiling2016-10-241-0/+4