This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Dec 04, 2020
-
-
John Skarbek authored
This reverts merge request !60
-
-
- Nov 09, 2020
-
-
Balasankar "Balu" C authored
Adapting the patch from https://sourceforge.net/p/graphicsmagick/code/ci/50395430a37188d0d197e71bd85ed6dd0f649ee3/
-
DJ Mountney authored
Patch for CVE-2019-3881
-
- Oct 13, 2020
- Oct 01, 2020
-
-
Hossein Pursultani authored
-
- Sep 07, 2020
-
-
Harrison Healey authored
-
- Sep 03, 2020
-
-
* Updating multiple components to the latest available version
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Sep 02, 2020
-
-
Harrison Healey authored
-
- Aug 24, 2020
-
-
Ben Kochie authored
* Update node_exporter to 1.0.1. * Update Prometheus to 2.20.1. * Update pgbouncer_exporter to 0.4.0. * Update redis_exporter to 1.6.1. * Redis exporter doesn't use inline vendor data anymore. Signed-off-by:
Ben Kochie <bjk@gitlab.com>
-
- Aug 17, 2020
-
-
Signed-off-by:
Balasankar "Balu" C <balasankarc@autistici.org>
-
- Aug 13, 2020
-
-
Harrison Healey authored
-
- Aug 11, 2020
-
-
Patrick Steinhardt authored
This reverts commit b3c31ec9, reversing changes made to 8d004a2a.
-
- Aug 07, 2020
-
-
- Aug 06, 2020
-
-
Stan Hu authored
This reverts merge request !4459
-
- Aug 01, 2020
-
-
Stan Hu authored
This will help unblock the upgrade to Ruby 2.7 since gRPC and google-protobuf need a more recent compiler. As explained in https://stackoverflow.com/a/15602073/1992201: The whole point of devtoolset is that it allows you to use a newer GCC and newer libstdc++ but without creating any run-time dependencies on the newer libstdc++ library. The compiled executables only need the system version of libstdc++.so that is always present on RHEL/CentOS, even systems without devtoolset installed. (What devtoolset does is package all the new libstdc++ features in a static library, called libstdc++_nonshared.a so that all the pieces not present in the system libstdc++.so get statically linked in, and everything else will come from the system libstdc++.so).
-
- Jul 31, 2020
-
-
Harrison Healey authored
-
- Jul 30, 2020
-
-
Patrick Steinhardt authored
Gitaly is moving its default and minimum required version of Git to v2.28.0. So let's move our default version to match this new requirement.
-
- Jul 23, 2020
-
-
Guillaume Gardet authored
-
- Jul 22, 2020
-
-
DJ Mountney authored
This reverts commit 9f1d2e9d, reversing changes made to 6c09a717.
-
DJ Mountney authored
-
- Jul 17, 2020
-
-
PostgreSQL 12 is opt-in only and limited to single database node installation.
-
- Jul 16, 2020
-
-
Paul Okstad authored
This updates the Grafana dashboards to v1.8.0. This new version includes an enhancement for the Omnibus Gitaly dashboard that enables Gitaly nodes in a Praefect cluster to be visible via a selection in a dropdown box. Related to https://gitlab.com/gitlab-org/gitaly/-/issues/2838
-
-
- Jul 13, 2020
-
-
deps authored
-
- Jul 09, 2020
-
-
* Switch to ruby 2.6 * Update all usage of the ruby image to use RUBY_IMAGE variable
-
- Jul 08, 2020
-
-
-
Ian Baum authored
Latest upgrade has added a Makefile
-
- Jul 02, 2020
- Jun 29, 2020
-
-
Harrison Healey authored
-
- Jun 26, 2020
-
-
DJ Mountney authored
Updates ohai and mixlib-log to match what we use in our spec testing, and what is default for the included chef version
-
- Jun 24, 2020
-
-
* Curently on 14, which was set to end of life at on April 30, 2020. * Adds chef-bin gem * Automatically accept the chef license EULA * Update chef libraries in Gemfile to newer versions * Update trigger jobs to use ruby 2.6 image
-
- Jun 22, 2020
-
-
Robert Marshall authored
- Updates PCRE to version 8.44 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5457 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Jun 18, 2020
-
-
Ben Kochie authored
Display read-only mode status in shard status panel https://gitlab.com/gitlab-org/grafana-dashboards/-/merge_requests/49 https://gitlab.com/gitlab-org/gitaly/-/issues/2789 Signed-off-by:
Ben Kochie <bjk@gitlab.com>
-
Update to latest Grafana. https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/10347 Signed-off-by:
Ben Kochie <bjk@gitlab.com>
-
Stan Hu authored
Calls to the `copy_file_range()` system call on recent RedHat kernels now fail with `EOPNOTSUP` instead of `ENOSYS`, which breaks any use of `IO.copy_stream` (e.g. used by CarrierWave) if NFS is used. Ruby attempts to detect whether the kernel supports this system call, but the detection mechanism only checks whether this system call is defined, not whether it is actually supported. We manually patch this to disable the `copy_file_range()`. Relates to: 1. https://bugs.ruby-lang.org/issues/16965 2. https://gitlab.com/gitlab-org/gitlab/-/issues/218999 3. https://bugzilla.redhat.com/show_bug.cgi?id=1783554
-