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-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
2016-12-21ESLint: Clean up nested if blocksKushal Pandya
2016-12-21Improve isInViewport impl, autoscroll behaviorKushal Pandya
2016-12-21ESLint: remove extra indentationKushal Pandya
2016-12-21ESLint: Clean up nested if blocksKushal Pandya
2016-12-21Improve isInViewport impl, autoscroll behaviorKushal Pandya
2016-12-21Enable build log autoscroll when page scrolls to bottomKushal Pandya
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-22Improve name of build log state data attributeGrzegorz Bizon
2016-11-18Fix typo in Build page JavaScript (!7563)winniehell
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-09Merge branch 'improve-build-scroll-controls-responsive-behaviour' into 'master' Fatih Acet
2016-11-07Replace jQuery.timeago with timeago.jsClement Ho
2016-11-04Add javascript unit tests for BuildJared Deckard
2016-11-04Removed inline JS and added new affix declarationLuke Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-24Replaced deprecated use of document.body.scrollTopLuke Bennett
2016-10-07Added subnav to labels edit+new and milestones edit+new+showLuke Bennett
2016-10-05Correctly parse the date of artifact expiringPhil Hughes
2016-09-09Now anchors to the top or bottom of the build trace with the correct offsetLuke Bennett
2016-09-09trace step buttons now scroll 50px up or down at a timeLuke Bennett
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-30Merge branch 'master' into build-cancel-spinnerPhil Hughes
2016-08-17Remove params from build; general refactorAnnabel Dunstone