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
2023-11-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-11-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-11Replace path with filename in Jest configWinnie Hellmann
2019-07-10Workaround ESLint only resolving paths in test filesWinnie Hellmann
2019-05-02Set timezone to GMT in Jest configFatih Acet
2019-05-01Extract discussion notes into new componentPaul Gascou-Vaillancourt
- Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
2019-04-05Add ee_else_ce to Jest configWinnie Hellmann
2019-03-28Set gon.ee in JestWinnie Hellmann
2019-03-28Ignore Jest config from ESLintWinnie Hellmann
2019-03-26Provide custom Jest environment with mocked consoleWinnie Hellmann
2019-03-21Mock timers in JestWinnie Hellmann
2019-03-05Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'"Winnie Hellmann
This reverts merge request !25542
2019-02-28Upgrade jest and related dependenciesLukas Eipert
This removes other outdated babel@6 dependencies as well. Unfortunately the newer version of vue-jest has a dependency of an older version of ts-jest. In order to satisfy the peerDependency from ts-jest, we are forcing the version@24. The only "breaking" change from ts-jest 23->24 is that it requires a newer version of jest. This might be obsolete soon, as vue-jest plans on switching to babel eventually.
2019-02-27Add fixtures path to Jest configWinnie Hellmann
2019-02-26Added GraphQL Jest transformPhil Hughes
2019-02-22Merge branch 'winh-jest-gfm_auto_complete_spec' into 'master'Kushal Pandya
Move gfm_auto_complete_spec.js to Jest See merge request gitlab-org/gitlab-ce!25463
2019-02-22Merge branch 'winh-jest-config' into 'master'Phil Hughes
Setup Jest for EE (CE backport) See merge request gitlab-org/gitlab-ce!25468
2019-02-21Setup Jest for EEWinnie Hellmann
(cherry picked from commit e760abdb081e56d345e58c5a11a38f579b9fc43e)
2019-02-21Add vendor/ to Jest aliasesWinnie Hellmann
2019-02-21Transpile @gitlab/ui for JestWinnie Hellmann
2018-12-11Setup Jest for VueWinnie Hellmann
2018-12-11Automatically restore all Jest mocks after each testWinnie Hellmann
see https://jestjs.io/docs/en/configuration.html#restoremocks-boolean
2018-12-11Fail long running testsWinnie Hellmann
2018-12-11Move jest.config.js to root directoryWinnie Hellmann