Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-05Revert change to design. Go back to scrollable pageFilipa Lacerda
2017-06-30Only verifies top position after the request has finished to account for errorsFilipa Lacerda
2017-06-29Job details won't scroll horizontally to show long linesFilipa Lacerda
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-09Remove nicescroll from job traceFilipa Lacerda
2017-06-08Resolve "Jobs page scrollbar and centering"Filipa Lacerda
2017-06-02Use throttle when window is resizedFilipa Lacerda
2017-05-30Update looks job logFilipa Lacerda
2017-04-18Improves support for long build traces:Filipa Lacerda
2017-04-10Added back in the CI status faviconPhil Hughes
2017-04-07FE: Resolve "Performance issues when processing large build traces with Ansi2...Filipa Lacerda
2017-04-06Optimise trace handling code to use streaming instead of full readKamil TrzciƄski
2017-04-06Show CI status as Favicon on Pipelines, Job and MR pagesKushal Pandya
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-02-27Merge branch '28723-consistent-handling-indexof' into 'master' Clement Ho
2017-02-25Keep consistent in handling indexOf resultsTakuya Noguchi
2017-02-25Replace setInterval with setTimeout to prevent highly frequent requestsTakuya Noguchi
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-11Fix build sidebar scrollingAnnabel Dunstone Gray
2017-02-11Remove navbar height offsetsAnnabel Dunstone Gray
2017-02-11Keep sidebars absolute until fixed at top; remove unneeded JSAnnabel Dunstone Gray
2017-02-11Fix sidebar scrollingAnnabel Dunstone Gray
2017-02-02Remove turbolinks.Bryce Johnson
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-12Use string constant variable for `#down-build-trace`Kushal Pandya
2017-01-12Use better approach to access hashKushal Pandya
2017-01-12Scroll to bottom on build completion if autoscroll was activeKushal Pandya
2016-12-23Hide Scroll Top for failed buildKushal Pandya
2016-12-21Move comments to next lineKushal Pandya
2016-12-21Replace `$.fadeIn()` usage with `$.show()`Kushal Pandya
2016-12-21Use cached element referencesKushal Pandya
2016-12-21Set offset via constant variableKushal Pandya
2016-12-21Use `get(0)` instead of direct array index accessKushal Pandya
2016-12-21Fix scroll top button overlappingKushal Pandya
2016-12-21Prevent scroll bottom button and scroll indicator clashesKushal Pandya
2016-12-21Fix case where Autoscroll indicator overlays scroll bottom buttonKushal Pandya
2016-12-21Refactor build log scroll button logic to prevent icon overlapsKushal Pandya
2016-12-21Cache common references to `.status-text` elementKushal Pandya
2016-12-21Use `bind` instead of currying to access outer contextKushal Pandya
2016-12-21ESLint: use outer `this` by currying functionKushal Pandya
2016-12-21Fix incorrect scroll button appearance in certain casesKushal Pandya
2016-12-21Move `isInViewport` to `gl.utils`, make scroll buttons sticky alwaysKushal Pandya
2016-12-21Cache commonly referenced DOM elements, cleaning upKushal Pandya
2016-12-21Update selector for build status textKushal Pandya
2016-12-21Fix Autoscroll status icon misalignment on page reloadKushal Pandya
2016-12-21Add animation to autoscroll indicator when activatedKushal Pandya
2016-12-21Fix rebase conflictsKushal Pandya
2016-12-21ESLint: remove extra indentationKushal Pandya