Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-18Todo done clicking is kind of unusable.Jacopo
2017-02-15Fix regression where cmd-click stopped working for todos and merge request tabsClement Ho
2017-02-07Use `gl.utils.isMetaClick` to identify meta-clicksKushal Pandya
2017-02-07Use plain JS in `goToTodoUrl`, make comment more conciseKushal Pandya
2017-02-07Add Ctrl+Click supportKushal Pandya
2017-02-02Remove turbolinks.Bryce Johnson
2017-01-28Do not rely on style class for changing DOM state on "Mark all as done"Oswaldo Ferreira
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-12-14expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling
2016-10-27Merge branch 'add-todo-toggle-event' into 'master' Fatih Acet
2016-10-27Add todo toggle eventClement Ho
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-05Make fixes to get tests passing.Bryce Johnson
2016-10-05Fix todos specs.Bryce Johnson
2016-10-05Set defaults in constructor, in case opts are undefined.Bryce Johnson
2016-10-05Make use of destructuring options, clean up based on feedback.Bryce Johnson
2016-10-05Use parentheses in IFFE's as per AirBnb styleguide.Bryce Johnson
2016-10-05Fixup refs to currPage and currPages.Bryce Johnson
2016-10-05Refactor Todos to ES6.Bryce Johnson