summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-1834-88/+88
* resolve all no-plusplus eslint violationsMike Greiling2017-01-1822-75/+75
* Merge branch '26616-fix-search-group-project-filters' into 'master' Alfredo Sumaran2017-01-162-1/+7
|\
| * Fix dropdown filter input value after blur26616-fix-search-group-project-filtersEric Eastwood2017-01-161-1/+1
| * Fix group/project filters on search pageEric Eastwood2017-01-161-0/+6
* | Merge branch 'pipeline_index_mini_graph_fix' into 'master' Fatih Acet2017-01-161-13/+6
|\ \ | |/ |/|
| * phil said this is good - no need to dynamically update since this is a static...pipeline_index_mini_graph_fixRegis2017-01-151-49/+7
| * works in browsers without sourceCapabilities APIRegis2017-01-151-1/+4
| * update commented documentation to reflect new changesRegis2017-01-151-2/+3
| * fix clicking url bar, browser UI, dev tools collapsing the mini_graphRegis2017-01-151-1/+3
| * fix UI without Promise or timeOut/intervalRegis2017-01-151-2/+9
| * fix UI behaviourRegis2017-01-151-1/+1
| * Merge branch 'master' into pipeline_index_mini_graph_fixRegis2017-01-1523-19/+1895
| |\
| * | make tests pass - change a bit of logicRegis2017-01-121-6/+8
| * | fixed issue - description in function (check diff)Regis2017-01-121-3/+23
* | | Merge branch 'fix/diff-title' into 'master' Alfredo Sumaran2017-01-163-24/+26
|\ \ \ | |_|/ |/| |
| * | fixed commit diff linking and added specsfix/diff-titleLuke "Jared" Bennett2017-01-143-24/+26
* | | change how pagination component is loadedpipelines_missing_paginationRegis2017-01-151-0/+1
* | | fix pagination component handling different header styles from different serv...Regis2017-01-131-8/+18
|/ /
* | 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