summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* fixed commit diff linking and added specsfix/diff-titleLuke "Jared" Bennett2017-01-143-24/+26
* Fixes pipeline status cell is too wide by adding missing classes in table hea...26615-pipeline-status-cellFilipa Lacerda2017-01-121-6/+6
* 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
* Backend reviewClement Ho2017-01-111-6/+3
* Remove duplicate methodClement Ho2017-01-091-18/+0
* Fix code review suggestionsClement Ho2017-01-092-5/+7
* Fix indentationClement Ho2017-01-091-14/+15
* Fix javascript error for when there are no issuesClement Ho2017-01-091-7/+10
* Code review changesClement Ho2017-01-093-2/+4
* Add symbolsClement Ho2017-01-091-4/+4
* Fix specsClement Ho2017-01-091-1/+8
* Enable filtering with multiple wordsClement Ho2017-01-093-3/+7
* Refactor addWordToInputClement Ho2017-01-096-33/+33
* Fix specsClement Ho2017-01-092-2/+2
* Fix specsClement Ho2017-01-092-8/+20
* Refactor and use regex for string processingClement Ho2017-01-097-235/+90
* Make changes to make it more flexible for new filtersClement Ho2017-01-093-5/+19
* Add selected tagName check for itemClickedClement Ho2017-01-092-15/+20
* Fix dropdown hint reset when changing tabsClement Ho2017-01-091-1/+9
* Add specs for filtered search token keysClement Ho2017-01-091-0/+4
* Fix spinach testsClement Ho2017-01-091-1/+1
* Add jasmine tests to dropdown utilsClement Ho2017-01-091-0/+68
* Fix eslintClement Ho2017-01-098-81/+37
* Fix es6 errorsClement Ho2017-01-093-37/+68
* Rename to .js.es6Clement Ho2017-01-091-0/+0
* Fix eslintClement Ho2017-01-0910-72/+81
* Convert hasOwnProperty check to if statementClement Ho2017-01-091-1/+1
* Simplify if else to make code easier to understandClement Ho2017-01-091-4/+5
* Refactor FilteredSearchTokenKeys modelClement Ho2017-01-094-71/+81
* Refactor getUrlParamsArray()Clement Ho2017-01-092-3/+7
* Use turbolinks instead of window.locationClement Ho2017-01-091-1/+1
* Add getParameterByNameClement Ho2017-01-092-16/+18
* Refactor static data to get information from other variables insteadClement Ho2017-01-092-3/+3
* Convert string concatenations with an array joinClement Ho2017-01-091-14/+11
* Move functions into classClement Ho2017-01-091-83/+81
* Convert to single quotesClement Ho2017-01-091-2/+2
* Reduce over-verbosenessClement Ho2017-01-091-4/+2
* Fix regex for +Clement Ho2017-01-091-1/+1
* Remove unnecessary stopPropagationClement Ho2017-01-091-2/+0
* Add support for delete keyClement Ho2017-01-091-1/+3
* Fix code styling issuesClement Ho2017-01-093-15/+16
* Fix missing method from refactoringClement Ho2017-01-091-1/+8
* Add additional check before setting outerHTMLClement Ho2017-01-091-1/+5
* Add comments to resolve todosClement Ho2017-01-091-3/+3
* Remove unnecessary functionClement Ho2017-01-091-10/+2
* Fix bug where labels with spaces weren't being escaped when selectedClement Ho2017-01-091-2/+2
* Refactor and add commentsClement Ho2017-01-097-66/+58
* Refactor itemClickedClement Ho2017-01-093-18/+15