Commit graph

586 commits

Author SHA1 Message Date
Rémy Coutable
cc680155e8 Merge branch 'ni-update-gl-config-list' into 'master'
Update the list of pipeline configuration with Gitlab QA image

Closes gitlab-org/quality/team-tasks#371

See merge request gitlab-org/gitlab-build-images!276
2020-02-24 12:09:17 +00:00
Nailia Iskhakova
4af584853d Update the list of pipeline configuration with Gitlab QA image 2020-02-24 12:09:16 +00:00
Stan Hu
f48abf2d75 Merge branch 'drop-2.6.3-image-for-www-gitlab-com' into 'master'
Remove ruby 2.6.3 images for www-gitlab-com

See merge request gitlab-org/gitlab-build-images!274
2020-02-12 16:40:40 +00:00
Vasilii Iakliushin
4f95deb7f8 Remove ruby 2.6.3 images for www-gitlab-com
As suggested here: https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/273#note_286738224

`www-gitlab-com` was moved to 2.6.5 and it should be safe to remove old
version of images from config
2020-02-12 12:08:28 +01:00
Stan Hu
4268b32f14 Merge branch 'update-ruby-2.6.5-for-www-gitlab-com' into 'master'
Add Ruby 2.6.5 support for www-gitlab-com project

See merge request gitlab-org/gitlab-build-images!273
2020-02-12 08:47:40 +00:00
Vasilii Iakliushin
f563b3b1f4 Switch to Ruby 2.6.5 for www-gitlab-com project
https://gitlab.com/gitlab-com/www-gitlab-com/issues/6389
2020-02-11 17:47:40 +01:00
Zeger-Jan van de Weg
d07563e312 Merge branch 'chriscool-build-git' into 'master'
Add Dockerfile to build Git

See merge request gitlab-org/gitlab-build-images!272
2020-02-07 10:09:37 +00:00
Christian Couder
c01b31b38c Add Dockerfile to build Git
We want to easily build customized versions of Git
in CI jobs.
2020-02-06 16:53:49 +01:00
Stan Hu
0071cbcdb8 Merge branch 'leipert-update-yarn-1.22' into 'master'
Update to yarn 1.21.1

See merge request gitlab-org/gitlab-build-images!271
2020-02-05 20:47:07 +00:00
Lukas Eipert
034a8bd568
Update to yarn 1.21.1
Last year there was a recommended security update:
https://classic.yarnpkg.com/blog/2019/07/12/recommended-security-update/

This updates yarn to the latest stable version
2020-02-05 21:27:58 +01:00
Stan Hu
0ca8b407cc Merge branch 'update-graphicsmagick-to-1.3.34' into 'master'
Update GraphicsMagick to 1.3.34

See merge request gitlab-org/gitlab-build-images!269
2020-02-03 18:11:36 +00:00
Rémy Coutable
7111ab6066 Merge branch 'add-build-base-to-qa-image' into 'master'
Add build-base package for gitlab-qa-alpine image

See merge request gitlab-org/gitlab-build-images!270
2020-02-03 13:58:38 +00:00
Nailia Iskhakova
46ba8f54aa Add build-base package for gitlab-qa-alpine image 2020-02-03 13:58:38 +00:00
Takuya Noguchi
3cd67c1231 Update GraphicsMagick to 1.3.34
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2020-02-02 13:16:12 +09:00
Rémy Coutable
d3eb7a28cb Merge branch 'update-qa-ruby-version' into 'master'
Use Ruby version postfix for gitlab-qa-alpine

See merge request gitlab-org/gitlab-build-images!268
2020-01-31 16:22:52 +00:00
Dan Davison
79a494a3e8 Use Ruby version 2.6 for gitlab-qa-alpine
Build images with postfix of ruby version
2020-01-31 16:22:52 +00:00
Stan Hu
2923f3a35f Merge branch 'add-kubeval-to-charts-image' into 'master'
Added kubeval to charts-build-base image

See merge request gitlab-org/gitlab-build-images!267
2020-01-28 18:40:33 +00:00
Zeger-Jan van de Weg
9081c90d9d Merge branch 'disable-gosec-error-checking' into 'master'
Disble gosec from checking errors

See merge request gitlab-org/gitlab-build-images!264
2020-01-20 10:52:26 +00:00
Zeger-Jan van de Weg
afd4c4268c Merge branch 'disable-funlen-in-tests' into 'master'
Disable funlen in tests

See merge request gitlab-org/gitlab-build-images!265
2020-01-20 09:13:34 +00:00
Dmitry Chepurovskiy
71ef812ae5 Added kubeval to charts-build-base image 2020-01-18 03:11:25 +03:00
Stan Hu
2cf4a15cba Merge branch 'sh-support-ruby-2.6' into 'master'
Use Ruby 2.6 for gitlab-qa image

See merge request gitlab-org/gitlab-build-images!266
2020-01-17 17:23:21 +00:00
Stan Hu
ba38efc291 Use Ruby 2.6 for gitlab-qa image
Rename the image so that it doesn't break gitlab-qa builds, since
Rubocop will need to be updated.
2020-01-17 06:55:15 -08:00
Hayley Swimelar
60b7fe5f25 Disable funlen in tests
funlen is prone to false positives in tests, due to the need for
boilerplate such as table test structs and other setup code.
2020-01-09 16:50:30 -08:00
Hayley Swimelar
3818523092 Disble gosec from checking errors
Occasionally, the code quality report will include gosec "error not
checked" type linting errors instead of the ones from errcheck.
This produces unnecessary noise in the merge request UI.

errcheck seems to capture a wider range of issues, and, for this
family of issues, can be configured more granularly.
2020-01-09 15:36:28 -08:00
Achilleas Pipinellis
f215776807 Merge branch 'eread/roll-ruby-version-forward-for-docs' into 'master'
Roll docker image versions forward for docs

See merge request gitlab-org/gitlab-build-images!263
2020-01-07 15:50:55 +00:00
Evan Read
bed74c68d1 Roll docker image versions forward for docs 2020-01-07 15:50:55 +00:00
Stan Hu
1d4063cd45 Merge branch 'bump-ruby-2.6.5-omnibus' into 'master'
Bump Ruby to 2.6.5 in omnibus-gitlab tester images

See merge request gitlab-org/gitlab-build-images!262
2020-01-03 14:41:09 +00:00
Balasankar "Balu" C
35ff50ea0e
Remove outdated omnibus-gitlab images
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
2020-01-03 13:04:22 +05:30
Balasankar "Balu" C
6b2a062bce
Bump Ruby version to 2.6.5 in omnibus-gitlab images
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
2020-01-03 13:04:22 +05:30
Stan Hu
5ae0dafe5e Merge branch 'bump-ruby-2.6.5' into 'master'
Bump Ruby version to 2.6.5 for GitLab CI images

See merge request gitlab-org/gitlab-build-images!261
2020-01-02 06:45:56 +00:00
Balasankar "Balu" C
4630b3b2d5
Bump Ruby version to 2.6.5 for GitLab CI images
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
2020-01-02 10:27:01 +05:30
Stan Hu
718f363ee0 Merge branch 'use-kubectl-version-1.16.4' into 'master'
Use KubeCtl 1.16.4 for Chart build image

See merge request gitlab-org/gitlab-build-images!259
2019-12-30 06:38:51 +00:00
Hossein Pursultani
a72226285c Use KubeCtl 1.16.4 for Chart build image 2019-12-30 17:17:22 +11:00
Zeger-Jan van de Weg
f16f23a7fb Merge branch 'add-jq-to-golangci-lint-image' into 'master'
Include jq in golangci-lint-alpine

See merge request gitlab-org/gitlab-build-images!258
2019-12-19 09:03:56 +00:00
Hayley Swimelar
47b2b8d529 Include jq in golangci-lint-alpine
The codequality report format is in json, adding the jq utility
will enable users to query, manipulate, and analyze the results
of the report. Example:
https://gitlab.com/gitlab-org/gitlab/merge_requests/20404#note_262017873

Related to:
https://gitlab.com/gitlab-org/gitlab/merge_requests/20404
2019-12-18 10:18:54 -08:00
Zeger-Jan van de Weg
7021485b65 Merge branch 'refine-golangci-yaml' into 'master'
Refine golangci yaml

See merge request gitlab-org/gitlab-build-images!257
2019-12-16 09:07:05 +00:00
Hayley Swimelar
ec510fe656 .golangci.yml: disable varcheck and deadcode
varcheck and deadcode conflict with unused, creating
a different output file (reporting the same errors) on
different runs. With code-climate reporting, this can
result in an equal number of false positives and false negatives
when comparing successive runs, with no node changes.
2019-12-13 12:52:28 -08:00
Hayley Swimelar
fe8978aa4f .golangci.yml: run godox linter 2019-12-13 12:17:48 -08:00
Hayley Swimelar
223bebbf27 .golangci.yaml add defaults back in to godoc 2019-12-13 12:15:29 -08:00
Zeger-Jan van de Weg
c6a3ac68e5 Merge branch 'ps-gitaly-git-2.24.1' into 'master'
Upgrade to Git 2.24

See merge request gitlab-org/gitlab-build-images!255
2019-12-11 11:26:22 +00:00
Pavlo Strokov
472516a180 Upgrade to Git 2.24
Git 2.24.1 has been released and it contains a bug fixes that unblock
https://gitlab.com/gitlab-org/gitlab/issues/27828, and means
that we can more easily ship a custom version of Git with
https://gitlab.com/chriscool's patch
https://gitlab.com/gitlab-org/git/issues/7

Part of: https://gitlab.com/gitlab-org/gitaly/issues/2170
2019-12-11 11:26:22 +00:00
Zeger-Jan van de Weg
971cf0b40a Merge branch 'ps-gitaly-git-2.24' into 'master'
Upgrade to Git 2.24

See merge request gitlab-org/gitlab-build-images!254
2019-12-10 09:07:35 +00:00
Pavlo Strokov
da5795ef6d Upgrade to Git 2.24
Git 2.24.0 has been released and it contains a bug fixes that unblock
https://gitlab.com/gitlab-org/gitlab/issues/27828, and means
that we can more easily ship a custom version of Git with
https://gitlab.com/chriscool's patch
https://gitlab.com/gitlab-org/git/issues/7

Part of: https://gitlab.com/gitlab-org/gitaly/issues/2170
2019-12-10 09:07:35 +00:00
Stan Hu
003f685dc0 Merge branch 'winh-lfs-image-typo' into 'master'
Fix typo in LFS image

See merge request gitlab-org/gitlab-build-images!253
2019-12-06 14:06:35 +00:00
Winnie Hellmann
568c862f6f Fix typo in LFS image 2019-12-06 14:06:35 +00:00
Stan Hu
69d5aaf5cd Merge branch 'kubernetes-v1.13' into 'master'
Bump kubectl version used in Charts base image

See merge request gitlab-org/gitlab-build-images!251
2019-12-05 17:41:25 +00:00
Stan Hu
e0b50d5090 Merge branch 'winh-more-lfs' into 'master'
Add missing images with LFS for GitLab

See merge request gitlab-org/gitlab-build-images!252
2019-12-05 16:42:07 +00:00
Winnie Hellmann
15aac58bbf Add missing images with LFS for GitLab 2019-12-05 16:42:07 +00:00
Marin Jankovski
c501871262 Merge branch 'winh-add-lfs' into 'master'
Add Git LFS

Closes #38

See merge request gitlab-org/gitlab-build-images!244
2019-12-04 14:46:07 +00:00
Winnie Hellmann
d26edd8ddc Add Git LFS 2019-12-04 14:46:07 +00:00