Commit graph

614 commits

Author SHA1 Message Date
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
Balasankar "Balu" C
d0baf68084
Bump kubectl version used in Charts base image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-12-04 16:20:37 +05:30
Rémy Coutable
2999f2226b Merge branch 'set-lang-to-utf-8' into 'master'
Enable support for UTF encoded stdin/stdout

Closes gitlab#37792

See merge request gitlab-org/gitlab-build-images!247
2019-12-04 09:03:46 +00:00
Zeger-Jan van de Weg
9fec75d355 Merge branch 'winh-deduplicate-golangci-lint-alpine' into 'master'
Remove duplicate golangci-lint-alpine key

See merge request gitlab-org/gitlab-build-images!250
2019-12-03 08:34:24 +00:00
Winnie Hellmann
28b09fcc88 Remove duplicate golangci-lint-alpine key 2019-12-03 08:34:24 +00:00
Stan Hu
95df6f65c8 Merge branch 'sh-upgrade-golang-custom-versions' into 'master'
Upgrade Golang versions in custom Docker build

See merge request gitlab-org/gitlab-build-images!249
2019-12-02 17:34:58 +00:00
Stan Hu
617f4f38b2 Merge branch 'sh-upgrade-golang-for-gitlab-image' into 'master'
Bump Golang version from 1.11 to 1.12 for GitLab CE/EE images

See merge request gitlab-org/gitlab-build-images!248
2019-12-02 17:28:42 +00:00
Stan Hu
4d968299b5 Upgrade Golang versions in custom Docker build
1. go1.13 -> go1.13.4
2. go1.12.5 -> go1.12.13

The 1.12 upgrade matches what we are using for Omnibus:
https://gitlab.com/gitlab-org/gitlab-omnibus-builder/merge_requests/125
2019-12-02 09:17:15 -08:00
Stan Hu
a2aff8912c Bump Golang version from 1.11 to 1.12 for GitLab CE/EE images
This is needed to support
https://gitlab.com/gitlab-org/gitlab/issues/37937.
2019-12-02 09:02:04 -08:00
Zeger-Jan van de Weg
1994783e5e Merge branch 'build-golangci-image' into 'master'
Test and build golangci-lint-alpine image

See merge request gitlab-org/gitlab-build-images!246
2019-12-02 07:05:41 +00:00
Mark Lapierre
212ed7ca9d Enable support for UTF encoded stdin/stdout
See https://gitlab.com/gitlab-org/gitlab/issues/37792
2019-12-02 02:38:34 +00:00
Steve Azzopardi
1e8611c8e6
Test and build golangci-lint-alpine image 2019-11-30 20:05:29 +01:00
Zeger-Jan van de Weg
a49c4cc435 Merge branch 'golangci-image' into 'master'
Add an image for golangci linting

The intent of the image is to have one image and a shared workflow
for all Go projects at GitLab.

See merge request gitlab-org/gitlab-build-images!238
2019-11-29 11:17:03 +00:00
Stan Hu
998ef0b2a8 Merge branch 'winh-remove-trusty-image' into 'master'
Remove omnibus image for Ubuntu 14.04 (Trusty Tahr)

Closes #39

See merge request gitlab-org/gitlab-build-images!245
2019-11-28 03:22:08 +00:00
Winnie Hellmann
93414ec406 Remove omnibus image for Ubuntu 14.04 (Trusty Tahr) 2019-11-28 03:22:07 +00:00
Zeger-Jan van de Weg
ec92680411 Merge branch 'ps-gitaly-git-2.24' into 'master'
Upgrade to Git 2.24

See merge request gitlab-org/gitlab-build-images!243
2019-11-27 15:36:10 +00:00
Pavlo Strokov
ba2d45510f 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-11-26 14:36:17 +02:00
Rémy Coutable
9a62f66d9f Merge branch 'revert-fd13458d' into 'master'
Use helm version 2.16.1

See merge request gitlab-org/gitlab-build-images!242
2019-11-26 10:42:27 +00:00
Albert Salim
96e82697b4 Use helm version 2.16.1 2019-11-26 10:42:27 +00:00
Zeger-Jan van de Weg
66782ae67b Merge branch 'ps-gitaly-git-2.24' into 'master'
Upgrade to Git 2.24

See merge request gitlab-org/gitlab-build-images!241
2019-11-26 08:41:22 +00:00
Hayley Swimelar
1def55cc06 Prevent warning message from gocritic 2019-11-25 13:02:24 -08:00
Pavlo Strokov
dc24fa68b4 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-11-25 12:45:48 +02:00
Zeger-Jan van de Weg
2b9777d02b Merge branch 'ps-gitaly-git-2.24' into 'master'
Upgrade to Git 2.24

See merge request gitlab-org/gitlab-build-images!240
2019-11-25 08:28:44 +00:00