Commit graph

9 commits

Author SHA1 Message Date
Mike Greiling
704e866134
fix more instances of "import *" with spyOnDependency 2018-04-23 00:54:20 -05:00
Mike Greiling
f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Clement Ho
4c1e1ab1d7 Refactor dashboard todos inside dispatcher 2018-01-08 21:55:28 +00:00
Phil Hughes
e0bbadc2d2
use exported methods instead of gl.utils 2017-12-08 08:54:51 +00:00
Phil Hughes
855c258fdb
fixed todos spec 2017-09-12 15:39:08 +01:00
Filipa Lacerda
96e6fc70b4 Import modules instead of using the ones in global namespace
Removes set favicon related methods from global scope
Improves test related with favicon

Removes convertPermissionToBoolean from global scope.
Adds tests for convertPermissionToBoolean - were non existant

Removes setParamInURL from gl.utils

Removes parseIntPagination from gl.utils namespace

Remove normalizeCRLFHeaders from gl.utils namespace

Removes normalizeHeaders from gl.utils namespace

Use gl.utils for filtered search

Fix bad import

Fix broken test by cleaning window.history namespace

Adds changelog
2017-09-09 09:54:27 +01:00
Mike Greiling
571de11eb6 refactor Todos class to ES module syntax 2017-07-06 12:57:01 -05:00
Mike Greiling
283f968ef2 update frontend specs to use ES module syntax 2017-05-16 16:01:51 -05:00
Clement Ho
25fec0f882 Fix regression where cmd-click stopped working for todos and merge request tabs 2017-02-15 10:22:14 -06:00