- 12 Feb, 2020 1 commit
-
-
GitLab Bot authored
-
- 06 Feb, 2020 1 commit
-
-
GitLab Bot authored
-
- 05 Feb, 2020 1 commit
-
-
GitLab Bot authored
-
- 28 Jan, 2020 1 commit
-
-
GitLab Bot authored
-
- 23 Jan, 2020 1 commit
-
-
GitLab Bot authored
-
- 22 Jan, 2020 1 commit
-
-
GitLab Bot authored
-
- 15 Jan, 2020 1 commit
-
-
GitLab Bot authored
-
- 03 Jan, 2020 1 commit
-
-
GitLab Bot authored
-
- 13 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 12 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 10 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 05 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 25 Nov, 2019 1 commit
-
-
GitLab Bot authored
-
- 05 Nov, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 31 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 30 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 16 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 14 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 04 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 01 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 27 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 24 Sep, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 21 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 19 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 18 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 17 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 14 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 26 Aug, 2019 1 commit
-
-
Stan Hu authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 21 Aug, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 02 Aug, 2019 1 commit
-
-
Marcel Amirault authored
Changes * to + to be more precise with acceptable branch names
-
- 01 Jul, 2019 1 commit
-
-
Philippe Lafoucrière authored
We repeat the same code in many places. With the support of multiple extends, we can clean up several jobs.
-
- 25 Jun, 2019 1 commit
-
-
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
-
- 14 Jun, 2019 1 commit
-
-
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
-
- 05 Jun, 2019 1 commit
-
-
Kamil Trzciński authored
This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
-
- 08 May, 2019 1 commit
-
-
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
-
- 17 Apr, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 15 Apr, 2019 1 commit
-
-
Kamil Trzciński authored
-