summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/todos.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Todo done clicking is kind of unusable.Jacopo2017-02-171-85/+58
* Fix regression where cmd-click stopped working for todos and merge request tabs27922-cmd-click-todo-doesn-t-workClement Ho2017-02-151-10/+7
* Use `gl.utils.isMetaClick` to identify meta-clicksKushal Pandya2017-02-071-5/+1
* Use plain JS in `goToTodoUrl`, make comment more conciseKushal Pandya2017-02-071-7/+8
* Add Ctrl+Click supportKushal Pandya2017-02-071-3/+18
* Remove turbolinks.Bryce Johnson2017-02-021-4/+3
* Do not rely on style class for changing DOM state on "Mark all as done"23634-remove-project-groupingOswaldo Ferreira2017-01-271-1/+1
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-2/+2
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-131-1/+4
* Merge branch 'add-todo-toggle-event' into 'master' remove-tooltip-text-truncation-from-pipeline-graph-build-node-tooltipsFatih Acet2016-10-271-1/+2
|\
| * Add todo toggle eventClement Ho2016-10-261-1/+2
* | disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|/
* Make fixes to get tests passing.Bryce Johnson2016-10-051-1/+1
* Fix todos specs.Bryce Johnson2016-10-051-1/+1
* Set defaults in constructor, in case opts are undefined.Bryce Johnson2016-10-051-2/+2
* Make use of destructuring options, clean up based on feedback.Bryce Johnson2016-10-051-5/+5
* Use parentheses in IFFE's as per AirBnb styleguide.Bryce Johnson2016-10-051-1/+1
* Fixup refs to currPage and currPages.Bryce Johnson2016-10-051-2/+2
* Refactor Todos to ES6.Bryce Johnson2016-10-051-0/+161