summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/build.js
Commit message (Expand)AuthorAgeFilesLines
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-6/+25
* Remove nicescroll from job traceFilipa Lacerda2017-06-091-23/+29
* Resolve "Jobs page scrollbar and centering"Filipa Lacerda2017-06-081-2/+2
* Use throttle when window is resizedFilipa Lacerda2017-06-021-1/+2
* Update looks job logFilipa Lacerda2017-05-301-183/+150
* Improves support for long build traces:Filipa Lacerda2017-04-181-7/+17
* Added back in the CI status faviconPhil Hughes2017-04-101-0/+2
* FE: Resolve "Performance issues when processing large build traces with Ansi2...Filipa Lacerda2017-04-071-120/+148
* Optimise trace handling code to use streaming instead of full readKamil TrzciƄski2017-04-061-2/+2
* Show CI status as Favicon on Pipelines, Job and MR pagesKushal Pandya2017-04-061-0/+1
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-266/+264
* Merge branch '28723-consistent-handling-indexof' into 'master' Clement Ho2017-02-271-1/+1
|\
| * Keep consistent in handling indexOf resultsTakuya Noguchi2017-02-251-1/+1
* | Replace setInterval with setTimeout to prevent highly frequent requestsTakuya Noguchi2017-02-251-13/+20
|/
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* Fix build sidebar scrollingAnnabel Dunstone Gray2017-02-101-16/+0
* Remove navbar height offsetsAnnabel Dunstone Gray2017-02-101-1/+1
* Keep sidebars absolute until fixed at top; remove unneeded JSAnnabel Dunstone Gray2017-02-101-9/+3
* Fix sidebar scrollingAnnabel Dunstone Gray2017-02-101-0/+6
* Remove turbolinks.Bryce Johnson2017-02-021-2/+1
* 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