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
2019-03-26Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann
2019-03-23Move some tests from Karma to JestWinnie Hellmann
2019-03-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
2018-10-17Prettify all spec filesMike Greiling
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-06-25Resolve "2FA should not attempt to use U2F in unsupported browsers"Jan Beckmann
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-05-29fix `spaced-comment`Lukas Eipert
2018-04-23fix illegal references to "this" in module contextMike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-01Remove u2f webpack bundleMike Greiling
2017-10-10Remove u2f from globalnamespaceFilipa Lacerda
2017-05-17update frontend specs to use ES module syntaxMike Greiling
2017-05-09remove bind polyfill from mock_u2f_device.jsMike Greiling
2017-04-06Fix rspec and spinach testsJose Ivan Vargas
2017-02-18fix overlooked window binding in spec filesMike Greiling
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-10prevent u2f authenticate test from auto-submitting a formMike Greiling
2017-01-10use ~ to reference non-local scripts instead of resolve.rootMike Greiling
2017-01-10include spec_helper within karma config rather than each individual testMike Greiling
2017-01-10fix spec_helper missing/broken referencesMike Greiling
2017-01-10Swapped out teaspoon for karmaLuke "Jared" Bennett
2017-01-05replace Teaspoon fixture methods with jasmine-jquery methods to reduce depend...Mike Greiling
2017-01-05generate u2f frontend fixtures dynamicallyMike Greiling
2016-12-27Improved the u2f flowLuke "Jared" Bennett
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-15Make UX upgrades to SignIn/Register views.Bryce Johnson
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet
2016-07-14Use a single challenge for U2F authentication.Timothy Andrew
2016-06-06Implement authentication (login) using a U2F device.Timothy Andrew
2016-06-06Implement U2F registration.Timothy Andrew