summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Increased vertical alignment of labels for issues in listsPhil Hughes2016-08-191-0/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'issue-boards-keyboard-shortcuts' into 'master' Jacob Schatz2016-08-191-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed keyboard shortcuts not working on issue boardsissue-boards-keyboard-shortcutsPhil Hughes2016-08-191-0/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'issue-boards-tooltip-hide' into 'master' Jacob Schatz2016-08-194-14/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Hides tooltip when draggingissue-boards-tooltip-hidePhil Hughes2016-08-193-13/+15
| * | | | | | | | Hides tooltips when dragging issuesPhil Hughes2016-08-193-7/+13
| |/ / / / / / /
* | | | | | | | Merge branch 'pipelines-ui-updates' into 'master' Jacob Schatz2016-08-193-19/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Add play icon SVGAnnabel Dunstone2016-08-191-4/+11
| * | | | | | | | Have hover color of builds span full widthAnnabel Dunstone2016-08-191-1/+4
| * | | | | | | | Fix alignment of icon on commits pageAnnabel Dunstone2016-08-191-14/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'cs-fix-image-size-in-blob' into 'master' Jacob Schatz2016-08-191-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Decrease max-width for image previews to 80%.cs-fix-image-size-in-blobConnor Shea2016-08-121-1/+1
| * | | | | | | | Fix small image previews in the file viewer.Connor Shea2016-08-081-2/+3
* | | | | | | | | Merge branch 'mr-title' into 'master' Jacob Schatz2016-08-191-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add space under MR titlemr-titleAnnabel Dunstone2016-08-181-0/+7
* | | | | | | | | | Merge branch '17932-move-to-project-dropdown' into 'master' Jacob Schatz2016-08-192-6/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdownPaco Guzman2016-08-182-6/+21
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'cs-async-branch-dropdown' into 'master' Jacob Schatz2016-08-193-3/+12
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Add dynamic sizing for dropdown toggle, update Changelog.Connor Shea2016-08-171-0/+9
| * | | | | | | | | Make the ref-selector function work properly for branch selection.Connor Shea2016-08-171-2/+3
| * | | | | | | | | Initial implementation of an async branch dropdown for Revert and Cherry Pick.Connor Shea2016-08-171-1/+0
* | | | | | | | | | Merge branch 'fix-alignment-build-status-icon' into 'master' Jacob Schatz2016-08-191-0/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix spacing and vertical alignment on build status icon on commits pageClement Ho2016-08-101-0/+20
* | | | | | | | | | | Merge branch 'fix-gfm-commit-font' into 'master' Jacob Schatz2016-08-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix commit mention font inconsistencyClement Ho2016-08-151-1/+1
* | | | | | | | | | | | Merge branch 'fix-badge-alignment' into 'master' Jacob Schatz2016-08-191-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix badge count alignmentClement Ho2016-08-171-0/+1
* | | | | | | | | | | | | Merge branch 'scroll-code-blocks' into 'master' Jacob Schatz2016-08-192-8/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Remove unneeded codescroll-code-blocksAnnabel Dunstone2016-08-121-15/+0
| * | | | | | | | | | | | Wrap single lines of code; horizontally scroll multi-line code blocksAnnabel Dunstone2016-08-122-1/+17
* | | | | | | | | | | | | Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan2016-08-1920-22/+953
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix jumping between discussions on changes tabDouwe Maan2016-08-181-0/+1
| * | | | | | | | | | | | Remove right margin on Jump button iconDouwe Maan2016-08-181-2/+6
| * | | | | | | | | | | | Fix bug causing “Jump to discussion” button not to showDouwe Maan2016-08-182-11/+7
| * | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-189-31/+133
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-187-18/+314
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Function should return a boolean.Connor Shea2016-08-171-1/+1
| * | | | | | | | | | | | Forgot another one.Connor Shea2016-08-171-0/+2
| * | | | | | | | | | | | Fix more incomplete if/else statements.Connor Shea2016-08-172-0/+8
| * | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-1736-83/+2147
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove non-standard VueJS files from vendor.Connor Shea2016-08-171-0/+2
| * | | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-172-6/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Add return statements for if statements that were missing them.Connor Shea2016-08-171-0/+4
| * | | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-1616-51/+219
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add comment for v-cloak selector. [ci skip]Connor Shea2016-08-161-1/+2
| * | | | | | | | | | | | | | Fix Resolve All button.Connor Shea2016-08-161-5/+1
| * | | | | | | | | | | | | | Improve CSS for line comment resolution button.Connor Shea2016-08-161-5/+2
| * | | | | | | | | | | | | | Resolve feedback.Connor Shea2016-08-151-6/+5
| * | | | | | | | | | | | | | Single quotes for consistency, cache 'this' selector.Connor Shea2016-08-151-3/+4
| * | | | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-1235-238/+433
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | |