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 (Collapse)Author
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-07-19Move frontend fixtures into spec/frontendMike Greiling
Moves every fixture source file from spec/javascripts to spec/frontend
2019-07-19Move frontend fixtures to tmp/testsMike Greiling
2019-05-23Merge branch '58869-unified-fe-test-script' into 'master'Clement Ho
Create a unified script to run Jest & Karma tests Closes #58869 See merge request gitlab-org/gitlab-ce!27239
2019-05-16Suppress keychain access popup from chromedriver in KarmaWinnie Hellmann
2019-05-13Add empty test suite flag to karma wrapperPaul Slaughter
This is already supported karma feature, but it wasn't respected because our wrapper threw an error no matter what. https://github.com/karma-runner/karma/blob/fe9a1dd13b5eb3969f9e08acbce020e2a382fd9e/lib/cli.js#L201
2019-05-03Load EE fixtures from ee/ directory in KarmaWinnie Hellmann
(cherry picked from commit 7cde57bf7367bce130a2e7f149c8dafd362de3f8)
2019-04-30Use FIXTURES_PATH for loading test.pdfWinnie Hellmann
2019-04-30Use FIXTURES_PATH in balsamiq_viewer_integration_spec.jsWinnie Hellmann
2019-03-26Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
2019-03-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
This reverts merge request !26430
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
2019-03-14Resolve differences in Karma config between CE and EEWinnie Hellmann
2019-03-13Merge branch 'winh-ignore-karma-404' into 'master'Mike Greiling
Hide 404 errors in Karma locally See merge request gitlab-org/gitlab-ce!26073
2019-03-13Hide 404 errors in Karma locallyWinnie Hellmann
2019-03-12Merge branch 'mg-remove-node6-support' into 'master'Clement Ho
Remove node 6 config See merge request gitlab-org/gitlab-ce!25933
2019-03-11Remove node 6 trailing comma supportMike Greiling
This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6
2019-03-11Make the Default Reporter `mocha` For KarmaAndrew Fontaine
The `mocha` reporter provides a lot of detail about which tests that fail and why.
2018-10-03Make DefinePlugin definitions more specificMike Greiling
2018-10-02Remove babel-plugin-transform-define dependencyMike Greiling
2018-10-02Speed up karma runs for developmentSimon Knox
Using DefinePlugin means the block wrapped in GENERATE_COVERAGE_REPORT gets eliminated. Previously it was always included (with the entire app!), even if using -f option
2018-09-14Fix karma junit reports on CILukas Eipert
2018-09-12Generate JUnit report for Karma testsWinnie Hellmann
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
# Conflicts: # spec/javascripts/test_bundle.js
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
This reverts merge request !12036