Commit graph

651 commits

Author SHA1 Message Date
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
Pavlo Strokov
3472f8bb8d 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-22 15:50:27 +02:00
Hayley Swimelar
6d66271624 Move static files to assets directory
This commit creates a new directory for static files, and moves
static files to assets directory that were previously in the
scripts directory.
2019-11-21 09:51:13 -08:00
Rémy Coutable
fd13458db4 Merge branch 'update-helm-in-gitlab-charts-build-base' into 'master'
Update Helm to 2.15.2 for the 'gitlab-charts-build-base' image

Closes gitlab#36831

See merge request gitlab-org/gitlab-build-images!239
2019-11-21 09:15:12 +00:00
Rémy Coutable
77eea51958
Update Helm to 2.15.2 for the 'gitlab-charts-build-base' image
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-11-21 09:24:13 +01:00
Hayley Swimelar
7ea0dd0be2 WIP: Add an image for golangci linting
In order to lint only the changes within a merge request, golangci
requires git to be installed. This image alleviates the need to
reinstall git on every CI job.

This image also includes a default `.golangci.yml` file in the hopes
of reducing duplicate work on the topic of golang conventions
at GitLab.

depends on: https://gitlab.com/gitlab-org/gitlab/merge_requests/20404
2019-11-20 15:47:48 -08:00
Stan Hu
57a8370774 Merge branch 'centos-8-image' into 'master'
Add CentOS 8 image

See merge request gitlab-org/gitlab-build-images!237
2019-11-13 13:57:13 +00:00
Balasankar "Balu" C
2fd5655457
Add CentOS 8 image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-11-13 11:43:24 +05:30
Stan Hu
0008837baa Merge branch 'ubi-release-image' into 'master'
Add build image for UBI release task

See merge request gitlab-org/gitlab-build-images!236
2019-11-13 00:20:28 +00:00
Hossein Pursultani
da731952b5 Add build image for UBI release task 2019-11-13 08:42:55 +11:00
Achilleas Pipinellis
a4555047a7 Merge branch 'eread/update-bundler-for-docs-images' into 'master'
Use bundler v1.17.3

See merge request gitlab-org/gitlab-build-images!235
2019-11-05 15:23:53 +00:00
Evan Read
5c195d51df Use bundler v1.17.3 2019-11-05 15:23:53 +00:00
Stan Hu
ae7a277faa Merge branch '37-update-gitlab-comment' into 'master'
Update comment about the GitLab CI images

Closes #37

See merge request gitlab-org/gitlab-build-images!234
2019-10-28 17:47:10 +00:00
Rémy Coutable
5678ca9594
Update comment about the GitLab CI images
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-10-28 15:54:00 +01:00