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
2024-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-05-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-06-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-06-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add 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-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-04-25Remove babel environment for JestWinnie Hellmann
2019-03-05Re-add babel plugins for dynamic importsLukas Eipert
With https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25597 we also removed the babel-plugin-dynamic-import-node. It is now throwing errors when we run jest with coverage.
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-21Transpile @gitlab/ui for JestWinnie Hellmann