- Nov 08, 2023
-
-
JiHu Release Tools Bot authored
auto-deploy version skip
-
JH_CNG_SYNC_TOKEN authored
-
Jaime Martinez authored
Update gitlab-org/container-registry from v3.86.0-gitlab to v3.86.1-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1609 Merged-by:
Jaime Martinez <jmartinez@gitlab.com> Approved-by:
Jaime Martinez <jmartinez@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
deps authored
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Drop RUBY_CACHE_KEY in favor of RUBY_VERSION See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1607 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Jason Plum authored
Fix backup id and timestamp handling in backup utility Closes #781 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1604 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
* Fixes mismatch of the root and the repository backup timestamp. * Fixes incorrectly parsed backup id on restore. * Fixes unset backup id on backup creation. Changelog: fixed
-
- Nov 07, 2023
-
-
Stan Hu authored
Previously RUBY_CACHE_KEY was used as the bundle cache key, but we forgot to bump RUBY_CACHE_KEY when RUBY_VERSION/NEXT_RUBY_VERSION were bumped. Let's just simplify things and use RUBY_VERSION.
-
- Nov 06, 2023
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Consolidate Puma low-level error handler code See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1589 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Rails: curl_retry_netfail, allow retry from network failures See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1593 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
Add `curl_retry_netfail` script to `shared/build-scripts` used by rails build containers. This script will retry on error codes 18 and 92, which is what we are currently seeing. Related to https://gitlab.com/gitlab-org/build/CNG/-/issues/733
-
- Nov 03, 2023
-
-
Stan Hu authored
require_relative is actually a little slower than require since it has to resolve the current path.
-
Stan Hu authored
Previously the Puma low-level error handler was specified in three different places (Cloud Native GitLab, Omnibus GitLab, GitLab Development Kit). Any time a change was needed we would have to update three different files. We can simplify this by using a central class that each of the configuration files can use. This change requires https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132581. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/426135 Changelog: changed
-
JH_CNG_SYNC_TOKEN authored
-
- Nov 02, 2023
-
-
Jason Plum authored
Use GitLab base image as Gitaly base Closes #524 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1584 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Hossein Pursultani <hpursultani@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Use GitLab base image as base for Gitaly instead of the ruby image, as Gitaly does not depend on ruby anymore. Changelog: changed
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update deps io section label to core platform See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1600 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Hayley Swimelar authored
Update gitlab-org/container-registry from v3.85.0-gitlab to v3.86.0-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1601 Merged-by:
Hayley Swimelar <hswimelar@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Approved-by:
Hayley Swimelar <hswimelar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
deps authored
-
Clemens Beck authored
-
JH_CNG_SYNC_TOKEN authored
-
- Nov 01, 2023
-
-
Robert Marshall authored
gitlab-rails: support skipping post-migrations in db checks See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1548 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Robert Marshall authored
Bump Rust to version 1.73.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1597 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Brett Walker <bwalker@gitlab.com>
-
Brett Walker authored
- Update rust compiler from 1.65.0 to 1.73.0 because some third party dependencies for GLFM Markdown require a newer version. Related https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown/-/issues/2 Signed-off-by:
Brett Walker <bwalker@gitlab.com>
-
JH_CNG_SYNC_TOKEN authored
-
Robert Marshall authored
Update exiftool/exiftool from 12.67 to 12.69 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1585 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
dependencies.io Bot authored
- Update exiftool/exiftool from 12.67 to 12.69
-
- Oct 31, 2023
-
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Update aws/aws-cli from 1.29.62 to 1.29.73 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1580 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
- Oct 30, 2023
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update GoogleCloudPlatform/gsutil from 5.24 to 5.27 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1595 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Oct 26, 2023
-
-
deps authored
-
- Oct 25, 2023
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
CI: Set 'type' labels on issues opened by issue-bot See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1592 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Mitchell Nielsen <mnielsen@gitlab.com>
-
Mitchell Nielsen authored
Keeps the issue-bot labels in the job where they're used.
-