Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Reduce MR widget title by one pixel | Filipa Lacerda | 2016-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | | Use same font size for all items in issue title | Filipa Lacerda | 2016-12-21 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge branch 'change-code-font-size-to-12px' into 'master' | Annabel Dunstone Gray | 2016-12-21 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | 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 'backport-mr-widget-ci-js' into 'master' | Alfredo Sumaran | 2016-12-21 | 4 | -24/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove unneeded bundle refs.backport-mr-widget-ci-js | Bryce Johnson | 2016-12-21 | 1 | -2/+0 | |
| * | | | | | | | | | | | Move javascript for widget check to ci_bundle. | Bryce Johnson | 2016-12-21 | 2 | -25/+40 | |
| * | | | | | | | | | | | Backport moving MR widget CI JS out of script tag. | Bryce Johnson | 2016-12-21 | 3 | -18/+30 | |
* | | | | | | | | | | | | Merge branch '22742-filter-protocol-relative-urls' into 'master' | Rémy Coutable | 2016-12-21 | 3 | -1/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Filter protocol-relative URLs in ExternalLinkFilter. Fixes issue #22742. | Makoto Scott-Hinkle | 2016-12-21 | 3 | -1/+19 | |
* | | | | | | | | | | | | | Merge branch '25905-mr-when-succeeds-dropdown' into 'master' | Fatih Acet | 2016-12-21 | 2 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Adds background color for disabled state to merge when succeeds dropdown | Filipa Lacerda | 2016-12-21 | 2 | -0/+12 | |
* | | | | | | | | | | | | | Merge branch '19620-auto-scroll-log' into 'master' | Alfredo Sumaran | 2016-12-21 | 9 | -57/+266 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Renamed with `.svg`19620-auto-scroll-log | Kushal Pandya | 2016-12-21 | 4 | -0/+0 | |
| * | | | | | | | | | | | | Move comments to next line | Kushal Pandya | 2016-12-21 | 1 | -4/+12 | |
| * | | | | | | | | | | | | Replace `$.fadeIn()` usage with `$.show()` | Kushal Pandya | 2016-12-21 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Use cached element references | Kushal Pandya | 2016-12-21 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Set offset via constant variable | Kushal Pandya | 2016-12-21 | 1 | -2/+3 | |
| * | | | | | | | | | | | | Use `get(0)` instead of direct array index access | Kushal Pandya | 2016-12-21 | 1 | -8/+8 | |
| * | | | | | | | | | | | | Remove author name | Kushal Pandya | 2016-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Fix scroll top button overlapping | Kushal Pandya | 2016-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Combine common rules | Kushal Pandya | 2016-12-21 | 1 | -32/+13 | |
| * | | | | | | | | | | | | Prevent scroll bottom button and scroll indicator clashes | Kushal Pandya | 2016-12-21 | 1 | -0/+3 | |
| * | | | | | | | | | | | | Fix case where Autoscroll indicator overlays scroll bottom button | Kushal Pandya | 2016-12-21 | 1 | -3/+15 | |
| * | | | | | | | | | | | | Refactor build log scroll button logic to prevent icon overlaps | Kushal Pandya | 2016-12-21 | 1 | -11/+16 | |
| * | | | | | | | | | | | | Cache common references to `.status-text` element | Kushal Pandya | 2016-12-21 | 1 | -2/+3 | |
| * | | | | | | | | | | | | Use `bind` instead of currying to access outer context | Kushal Pandya | 2016-12-21 | 1 | -9/+7 | |
| * | | | | | | | | | | | | SCSSLint: Space before brace | Kushal Pandya | 2016-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | ESLint: use outer `this` by currying function | Kushal Pandya | 2016-12-21 | 1 | -8/+9 | |
| * | | | | | | | | | | | | Fix incorrect scroll button appearance in certain cases | Kushal Pandya | 2016-12-21 | 1 | -1/+12 | |
| * | | | | | | | | | | | | Add `isInViewport` | Kushal Pandya | 2016-12-21 | 1 | -0/+13 | |
| * | | | | | | | | | | | | Make scroll buttons sticky always | Kushal Pandya | 2016-12-21 | 1 | -16/+7 | |
| * | | | | | | | | | | | | Move `isInViewport` to `gl.utils`, make scroll buttons sticky always | Kushal Pandya | 2016-12-21 | 1 | -24/+12 | |
| * | | | | | | | | | | | | Embed SVG using `custom_icon` | Kushal Pandya | 2016-12-21 | 1 | -2/+7 | |
| * | | | | | | | | | | | | Flip embedded SVG on hover | Kushal Pandya | 2016-12-21 | 1 | -5/+22 | |
| * | | | | | | | | | | | | Embed SVG using `custom_icon` | Kushal Pandya | 2016-12-21 | 8 | -4/+12 | |
| * | | | | | | | | | | | | Cache commonly referenced DOM elements, cleaning up | Kushal Pandya | 2016-12-21 | 1 | -40/+29 | |
| * | | | | | | | | | | | | Update class names & element types | Kushal Pandya | 2016-12-21 | 1 | -3/+3 | |
| * | | | | | | | | | | | | Update selector for build status text | Kushal Pandya | 2016-12-21 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Refactor SCSS: fix SCSSLints, simplify specificity | Kushal Pandya | 2016-12-21 | 1 | -108/+111 | |
| * | | | | | | | | | | | | added a running loading indicator | Dimitrie Hoekstra | 2016-12-21 | 2 | -1/+34 | |
| * | | | | | | | | | | | | Fix Autoscroll status icon misalignment on page reload | Kushal Pandya | 2016-12-21 | 1 | -2/+1 | |
| * | | | | | | | | | | | | Autoscroll is disabled by default | Kushal Pandya | 2016-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Add animation to autoscroll indicator when activated | Kushal Pandya | 2016-12-21 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Add autoscroll status indicator animation | Kushal Pandya | 2016-12-21 | 1 | -15/+9 | |
| * | | | | | | | | | | | | Updated styles to use scroll icons | Kushal Pandya | 2016-12-21 | 1 | -22/+46 | |
| * | | | | | | | | | | | | Replace scroll buttons with new icons | Kushal Pandya | 2016-12-21 | 1 | -8/+4 | |
| * | | | | | | | | | | | | Icon for Build Scroll | Kushal Pandya | 2016-12-21 | 4 | -0/+4 | |
| * | | | | | | | | | | | | Fix rebase conflicts | Kushal Pandya | 2016-12-21 | 1 | -19/+0 |