summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/build.js
Commit message (Expand)AuthorAgeFilesLines
* resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-4/+4
* Use string constant variable for `#down-build-trace`26109-preserve-scroll-position-on-autoreloadKushal Pandya2017-01-121-4/+4
* Use better approach to access hashKushal Pandya2017-01-121-5/+2
* Scroll to bottom on build completion if autoscroll was activeKushal Pandya2017-01-121-1/+15
* Hide Scroll Top for failed buildKushal Pandya2016-12-231-2/+2
* 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
* 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
* 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
* Move `isInViewport` to `gl.utils`, make scroll buttons sticky alwaysKushal Pandya2016-12-211-24/+12
* Cache commonly referenced DOM elements, cleaning upKushal Pandya2016-12-211-40/+29
* Update selector for build status textKushal Pandya2016-12-211-2/+2
* Fix Autoscroll status icon misalignment on page reloadKushal Pandya2016-12-211-2/+1
* Add animation to autoscroll indicator when activatedKushal Pandya2016-12-211-0/+2
* Fix rebase conflictsKushal Pandya2016-12-211-19/+0
* ESLint: remove extra indentationKushal Pandya2016-12-211-2/+2
* ESLint: Clean up nested if blocksKushal Pandya2016-12-211-9/+2
* Improve isInViewport impl, autoscroll behaviorKushal Pandya2016-12-211-0/+26
* ESLint: remove extra indentationKushal Pandya2016-12-211-2/+2
* ESLint: Clean up nested if blocksKushal Pandya2016-12-211-9/+2
* Improve isInViewport impl, autoscroll behaviorKushal Pandya2016-12-211-47/+83
* Enable build log autoscroll when page scrolls to bottomKushal Pandya2016-12-211-9/+37
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+5
* Improve name of build log state data attributefix/build-without-trace-exceptionsGrzegorz Bizon2016-11-221-1/+1
* Fix typo in Build page JavaScript (!7563)winniehell2016-11-181-1/+1
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* Merge branch 'improve-build-scroll-controls-responsive-behaviour' into 'master' Fatih Acet2016-11-081-47/+50
|\
| * Add javascript unit tests for BuildJared Deckard2016-11-041-8/+8
| * Removed inline JS and added new affix declarationLuke Bennett2016-11-041-40/+43
* | Replace jQuery.timeago with timeago.jsClement Ho2016-11-071-1/+1
|/
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Replaced deprecated use of document.body.scrollTopLuke Bennett2016-10-241-1/+1
* Added subnav to labels edit+new and milestones edit+new+show18844-missing-subnavs-on-some-pagesLuke Bennett2016-10-071-7/+29
* Correctly parse the date of artifact expiringbuild-expire-sidebarPhil Hughes2016-10-051-1/+1
* Now anchors to the top or bottom of the build trace with the correct offsetfix-build-trace-anchorsLuke Bennett2016-09-091-6/+6
* trace step buttons now scroll 50px up or down at a timeLuke Bennett2016-09-091-2/+11
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+8
* Merge branch 'master' into build-cancel-spinnerPhil Hughes2016-08-301-1/+3
* Remove params from build; general refactorAnnabel Dunstone2016-08-171-9/+10