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
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-11Update setImmediate use in karma specsMike Greiling
2019-07-05Replace runtime isEE check with compile time oneLukas Eipert
This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
2019-06-28Set logModifiedComponents in jest and karmaPaul Slaughter
Also: - stub MutationObserver in Jest
2019-05-29Increase global karma timeoutHeinrich Lee Yu
Revert useless timeout added in karma spec
2019-04-05Rename environment variable EE to IS_GITLAB_EEWinnie Hellmann
2019-03-14Use flag provided from Webpack to mock gon.eeWinnie Hellmann
2019-03-14Move EE-specifics of Karma test bundle behind flagWinnie Hellmann
2019-03-14Resolve differences in Karma test bundle between CE and EEWinnie Hellmann
2019-03-04Creates a function to check if repo is EEFilipa Lacerda
Adds EE information to gon Creates a global vue mixin
2019-01-25Apply suggestion to spec/javascripts/test_bundle.jsWinnie Hellmann
2019-01-25Add workaround for Vue test utils setPropsWinnie Hellmann
see https://github.com/vuejs/vue-test-utils/issues/631#issuecomment-421108344
2019-01-21Resolve "Admin Settings: Cannot read property 'addEventListener' of null"Martin Wortschack
2018-09-14Fix karma junit reports on CILukas Eipert
2018-09-12Generate JUnit report for Karma testsWinnie Hellmann
2018-08-07Web IDE & CodeSandboxPhil Hughes
This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
2018-08-01Raise timeout for Karma tests to 2 secondsWinnie Hellmann
2018-07-31Merge branch 'winh-lint-console-tests' into 'master'Mike Greiling
Enable no-console ESLint rule for tests See merge request gitlab-org/gitlab-ce!20812
2018-07-24Enable no-console ESLint rule for testsWinnie Hellmann
2018-07-23Fail Karma tests that take longer than a secondWinnie Hellmann
2018-07-14Merge branch '49128-improve-log-output-of-jasmine-toequal' into 'master'Mike Greiling
Resolve "Improve log output of jasmine `toEqual` diffs" Closes #49128 See merge request gitlab-org/gitlab-ce!20557
2018-07-12Include Vue files that are not covered by tests in test coverageWinnie Hellmann
2018-07-11improve log output of jasmine `toEqual` with nested objects/arraysLukas Eipert
2018-06-25Bring changes from EELin Jen-Shin
2018-06-21Merge branch 'move-boards-modal-empty-state-vue-component' into 'master'Filipa Lacerda
Move boards modal EmptyState vue component See merge request gitlab-org/gitlab-ce!20068
2018-06-21Move boards modal EmptyState vue componentGeorge Tsiolis
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-15Enable no-multi-assignment in JS filesgfyoung
Partially addresses #47006.
2018-05-01Fix memory and performance issues in Karma test suiteMike Greiling
2018-04-23add spyOnDependency methodMike Greiling
2018-04-11Merge branch 'winh-single-karma-test' into 'master'Clement Ho
Add possibility to filter Karma spec files by path Closes #40899 See merge request gitlab-org/gitlab-ce!16102
2018-04-11remove `instanceof Array` testLukas Eipert
2018-04-10move TEST_FILES variable to `process.env`Lukas Eipert
2018-04-10Fixed markdown preview in IDE not working for new filesPhil Hughes
2018-04-10prettierLukas 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-01Remove u2f webpack bundleMike Greiling
2018-02-28remove unused filtered_search webpack bundleMike Greiling
2018-02-23Explicitly add uncovered files to troubleMakersClement Ho
2018-02-22Temporarily remove boards from test bundle troubleMakersClement Ho
2018-02-22Removed named importConstance Okoghenun
2018-02-22Resolved conflicts with masterConstance Okoghenun