- Feb 18, 2020
-
-
GitLab Bot authored
-
- Nov 19, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Sep 20, 2019
-
-
GitLab Bot authored
-
- Sep 19, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Sep 17, 2019
-
-
GitLab Bot authored
-
- Sep 14, 2019
-
-
GitLab Bot authored
-
- Aug 26, 2019
-
-
Stan Hu authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 21, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 02, 2019
-
-
Marcel Amirault authored
Changes * to + to be more precise with acceptable branch names
-
- Jul 01, 2019
-
-
Philippe Lafoucrière -- authored
We repeat the same code in many places. With the support of multiple extends, we can clean up several jobs.
-
- Jun 25, 2019
-
-
Philippe Lafoucrière -- authored
Note: This commit relies on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26801 which brings support to multiple extends. While `cache: {}` can disable a cache being set globally, it doesn't work with extends, which will perform a reverse deep merge based on the keys. The cache defined in the base `.default-cache` job won't be disabled in the report jobs. As a side effect, the `code_quality`, `sast`, and `dependency_scanning` jobs are running on a larger code base than expected, leading to timeouts. fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/11303 fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/60879 fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12021
-
- Jun 14, 2019
-
-
Lukas Eipert authored
This updates our build images to use node@12. We are also adding a sentence to the from-source installation that while we require a minimum version of node@8, we also recommend node@12. Last but not least, we change the version of node in the .nvmrc so that developers using nvm can automatically use node@12 with the project
-
- Jun 05, 2019
-
-
Kamil Trzcińśki authored
This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
-
- May 08, 2019
-
-
Stan Hu authored
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
-
- Apr 17, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 15, 2019
-
-
Kamil Trzcińśki authored
-