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
2018-06-21disable nodeEnv within karma configMike Greiling
2018-05-01adjust webpack configMike Greiling
2018-05-01Fix memory and performance issues in Karma test suiteMike Greiling
2018-04-23disable sourcemaps when generating coverage report to avoid out-of-memory errorsMike Greiling
2018-04-11use commander for safer cli argument parsingLukas Eipert
2018-04-10move TEST_FILES variable to `process.env`Lukas Eipert
2018-04-10remove unnecessary webpack plugins assignment in karma configLukas Eipert
2018-04-10read which testfiles to run from CLILukas Eipert
2018-04-10Merge branch 'master' into winh-single-karma-testLukas Eipert
2018-04-08Projects and groups badges settings UIFrancisco Javier López
2018-03-23prettify all node scriptsMike Greiling
2018-02-21Rest of Dispatcher RefactorJacob Schatz
2018-01-23Set timezone for karma to UTCTakuya Noguchi
2017-12-22Add option to run a single Karma spec fileWinnie Hellmann
2017-11-08fix karma config fileJose Ivan Vargas
2017-08-21disable webpack.optimize.ModuleConcatenationPlugin during karma testsMike Greiling
2017-06-20Merge branch 'master' of github.com:gitlabhq/gitlabhqkushalpandya
2017-06-16Increase karma socket timeoutMike Greiling
2017-06-14add DEBUG flag option to karma configMike Greiling
2017-06-14run chrome with --no-sandbox flag to get around docker privilege limitationsMike Greiling
2017-06-14force chrome to produce debug output as it runs in CIMike Greiling
2017-06-14replace PhantomJS with headless Chrome as karma test runnerMike Greiling
2017-06-13Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling
2017-06-13replace PhantomJS with headless Chrome as karma test runnerMike Greiling
2017-05-31Use inline source maps for karma (!11815)winh
2017-03-21Only add frontend code coverage instrumentation when generating coverage reportMike Greiling
2017-03-16remove all references to the .es6 in our config files and documentationMike Greiling
2017-03-04remove problematic plugins from karma's webpack configMike Greiling
2017-02-16Merge branch 'instrument-in-karma' into 'master' Alfredo Sumaran
2017-02-16Move babel config for instanbul to karma config (!9286)winniehell
2017-02-15Make Karma output look nicer for CI (!9165)winniehell
2017-02-11Reintroduce coverage report for JavaScript (!9133)winniehell
2017-02-08Revert "Merge branch 'fix-karma-coverage' into 'master'"Clement Ho
2017-02-07fix karma coverage reportMike Greiling
2017-01-13add phantomJS to karma configMike Greiling
2017-01-10prevent karma from reloading on save until webpack is readyMike Greiling
2017-01-10improve sourcemap generationMike Greiling
2017-01-10migrate all tests into a single webpack bundleMike Greiling
2017-01-10include spec_helper within karma config rather than each individual testMike Greiling
2017-01-10simplify and combine karma file patternsMike Greiling
2017-01-10Swapped out teaspoon for karmaLuke "Jared" Bennett