summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dz-whitelist-more-project-names-2' into 'master' Dmitriy Zaporozhets2016-12-221-1/+1
|\
| * Whitelist next project names: notes, servicesdz-whitelist-more-project-names-2Dmitriy Zaporozhets2016-12-211-1/+1
* | Merge branch 'minor-mini-pipeline-animation-glitch' into 'master' Alfredo Sumaran2016-12-221-2/+2
|\ \
| * | fixed minor animation glitch in mini pipeline graph animationdimitrieh2016-12-221-2/+2
* | | Merge branch '23638-remove-builds-tab' into 'master' Kamil Trzciński2016-12-2115-113/+14
|\ \ \
| * | | Resolve conflicts23638-remove-builds-tabFilipa Lacerda2016-12-211-0/+1
| * | | Remove builds tabsFilipa Lacerda2016-12-211-4/+0
| * | | Remove builds from merge request tabs fileFilipa Lacerda2016-12-213-443/+3
| * | | Changes after reviewFilipa Lacerda2016-12-212-2/+2
| * | | Remove builds tab from commitFilipa Lacerda2016-12-2110-60/+6
| * | | Removes builds tab from merge requestFilipa Lacerda2016-12-216-23/+421
* | | | Merge branch 'adam-auto-deploy' into 'master' Kamil Trzciński2016-12-213-3/+9
|\ \ \ \
| * | | | Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deployAdam Niedzielski2016-12-213-3/+9
* | | | | Merge branch '25938-progress-bar-gone' into 'master' Fatih Acet2016-12-211-1/+1
|\ \ \ \ \
| * | | | | Put back progress bar CSS25938-progress-bar-goneFilipa Lacerda2016-12-211-1/+1
* | | | | | Merge branch '25906-title-size' into 'master' Fatih Acet2016-12-212-1/+2
|\ \ \ \ \ \
| * | | | | | Reduce MR widget title by one pixelFilipa Lacerda2016-12-211-1/+1
| * | | | | | Use same font size for all items in issue titleFilipa Lacerda2016-12-211-0/+1
* | | | | | | Merge branch 'change-code-font-size-to-12px' into 'master' Annabel Dunstone Gray2016-12-212-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Increase code line height and decrease empty diff font sizechange-code-font-size-to-12pxAnnabel Dunstone Gray2016-12-212-2/+2
| * | | | | | | Change code font size to 12pxLuke "Jared" Bennett2016-12-171-1/+1
* | | | | | | | Merge branch 'backport-mr-widget-ci-js' into 'master' Alfredo Sumaran2016-12-213-24/+48
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Move javascript for widget check to ci_bundle.Bryce Johnson2016-12-212-25/+40
| * | | | | | | Backport moving MR widget CI JS out of script tag.Bryce Johnson2016-12-212-18/+27
* | | | | | | | Merge branch '25905-mr-when-succeeds-dropdown' into 'master' Fatih Acet2016-12-211-0/+8
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Adds background color for disabled state to merge when succeeds dropdownFilipa Lacerda2016-12-211-0/+8
* | | | | | | | Merge branch '19620-auto-scroll-log' into 'master' Alfredo Sumaran2016-12-218-57/+262
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Renamed with `.svg`19620-auto-scroll-logKushal Pandya2016-12-214-0/+0
| * | | | | | | Move comments to next lineKushal Pandya2016-12-211-4/+12
| * | | | | | | Replace `$.fadeIn()` usage with `$.show()`Kushal Pandya2016-12-211-2/+2
| * | | | | | | Use cached element referencesKushal Pandya2016-12-211-2/+2
| * | | | | | | Set offset via constant variableKushal Pandya2016-12-211-2/+3
| * | | | | | | Use `get(0)` instead of direct array index accessKushal Pandya2016-12-211-8/+8
| * | | | | | | Fix scroll top button overlappingKushal Pandya2016-12-211-1/+1
| * | | | | | | Combine common rulesKushal Pandya2016-12-211-32/+13
| * | | | | | | Prevent scroll bottom button and scroll indicator clashesKushal Pandya2016-12-211-0/+3
| * | | | | | | Fix case where Autoscroll indicator overlays scroll bottom buttonKushal Pandya2016-12-211-3/+15
| * | | | | | | Refactor build log scroll button logic to prevent icon overlapsKushal Pandya2016-12-211-11/+16
| * | | | | | | Cache common references to `.status-text` elementKushal Pandya2016-12-211-2/+3
| * | | | | | | Use `bind` instead of currying to access outer contextKushal Pandya2016-12-211-9/+7
| * | | | | | | SCSSLint: Space before braceKushal Pandya2016-12-211-1/+1
| * | | | | | | ESLint: use outer `this` by currying functionKushal Pandya2016-12-211-8/+9
| * | | | | | | Fix incorrect scroll button appearance in certain casesKushal Pandya2016-12-211-1/+12
| * | | | | | | Add `isInViewport`Kushal Pandya2016-12-211-0/+13
| * | | | | | | Make scroll buttons sticky alwaysKushal Pandya2016-12-211-16/+7
| * | | | | | | Move `isInViewport` to `gl.utils`, make scroll buttons sticky alwaysKushal Pandya2016-12-211-24/+12
| * | | | | | | Embed SVG using `custom_icon`Kushal Pandya2016-12-211-2/+7
| * | | | | | | Flip embedded SVG on hoverKushal Pandya2016-12-211-5/+22
| * | | | | | | Embed SVG using `custom_icon`Kushal Pandya2016-12-218-4/+12
| * | | | | | | Cache commonly referenced DOM elements, cleaning upKushal Pandya2016-12-211-40/+29