- Dec 21, 2022
-
-
Gregorius Marco authored
This allows adding a setting redis_repository_cache_instance and redis_repository_cache_sentinels in gitlab.rb to create a new configuration file for a separate redis instance to store repository related info. Changelog: added
-
Jon Glassman authored
Update to doc/settings/microsoft_graph_mailer.md See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6578 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Sam Hewitt <shewitt@gitlab.com>
-
Sam Hewitt authored
-
- Dec 20, 2022
-
-
Balasankar 'Balu' C authored
Fix failing qa rake spec tests See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6580 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com>
-
DJ Mountney authored
Ensure it's properly stubbing for its edition expectations.
-
- Dec 16, 2022
-
-
Jason Plum authored
Set pipeline name to $PIPELINE_TYPE See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6576 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Reuben Pereira <rpereira@gitlab.com>
-
Reuben Pereira authored
-
Jason Plum authored
Allow GIT_REPO_URL to be overridden for self managed patch releases See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6563 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Reuben Pereira <2967854-rpereira2@users.noreply.gitlab.com> Co-authored-by:
Reuben Pereira <2967854-rpereira2@users.noreply.gitlab.com>
-
Reuben Pereira authored
-
Jason Plum authored
Ensure Workhorse is built in FIPS mode See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6575 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
Previously Workhorse was not compiled properly for FIPS since the `fips` build tag was not defined, so LabKit's `fips.Enabled()` would erroneously return `false`. This commit makes Workhorse activate the FIPS_MODE environment flag. This came out an investigation of Maven package handling in https://gitlab.com/gitlab-org/gitlab/-/issues/380559. Changelog: fixed
-
DJ Mountney authored
praefect: Add configuration for graceful_stop_timeout Closes gitaly#4466 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6549 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
James Fargher <jfargher@gitlab.com>
-
- Dec 02, 2022
-
-
James Fargher authored
This setting allows configuring the amount of time praefect has to gracefully shutdown before it is interrupted. Changelog: added
-
- Dec 15, 2022
-
-
DJ Mountney authored
Update Ruby to 2.7.7 and 3.0.5 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6554 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Dec 13, 2022
-
-
Stan Hu authored
See https://bugs.ruby-lang.org/issues/19161
-
- Dec 02, 2022
-
-
Stan Hu authored
These versions includes a security fix and some minor fixes: * https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/ * https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-0-5-released/ Changelog: changed
-
- Dec 14, 2022
-
-
DJ Mountney authored
Syncs auto-deploy packages to a GCP bucket for SaaS download See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6567 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
John Jarvis <jarv@gitlab.com>
-
John Jarvis authored
-
- Dec 09, 2022
-
-
Achilleas Pipinellis authored
Fix some grammar issues on configuration and database pages See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6543 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Thong Kuah <tkuah@gitlab.com> Co-authored-by:
masOOd <masood.kamyab@gmail.com>
-
masOOd authored
-
Phillip Wells authored
Fix trailing whitespace See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6573 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Diana Logan <dlogan@gitlab.com>
-
Diana Logan authored
-
DJ Mountney authored
Use builder images version 4.0.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6568 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Dec 07, 2022
-
-
Robert Marshall authored
- Bump the Omnibus GitLab Builder image version to 4.0.0 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Dec 09, 2022
-
-
Robert Marshall authored
Set Sidekiq default max concurrency to 20 Closes #5797 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6536 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Sean McGivern <sean@gitlab.com>
-
Sean McGivern authored
The previous default of 50 was far too high. We don't use this on GitLab.com and it's mostly inertia that has left it at this value. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5797 Changelog: changed
-
- Dec 08, 2022
-
-
Robert Marshall authored
Add rake task to print details about contents of a release See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6537 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- As a first iteration to using GitLab release feature, print the details that can eventually go to the releases page. - Adds a CI job to run the new rake task. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Achilleas Pipinellis authored
Add reconfigure line after each config in TCP section See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6559 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Gerardo Gutierrez <ggutierrez@gitlab.com>
-
Gerardo Gutierrez authored
-
Robert Marshall authored
Fix FIPS builds not working with Ruby gpgme update See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6558 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Dec 05, 2022
-
-
Stan Hu authored
In the Ruby `gpgme` gem v2.0.22, https://github.com/ueno/ruby-gpgme/pull/166 modified the building of the C extension library to use `pkg-config` instead of `gpgme-config` since Debian has dropped the `gpgme-config` binary from its install. However, this change quietly ignores failures when `pkg-config` does not include the `gpgme.pc` in its `PKG_CONFIG_PATH` (https://github.com/ueno/ruby-gpgme/issues/167). When this happens, the C extension library omits a dependency on the `gpgme` library and causes unresolved symbols to occur when the `gpgme` Ruby library is loaded. This only happens in our FIPS builds because `PKG_CONFIG_PATH` is overridden with `OpenSSLHelper.pkg_config_dirs`, but `/opt/gitlab/embedded/lib/pkgconfig` needs to be included for other libraries that need `pkg-config`. We can drop this workaround if Omnibus drops managing of the gpgme dependencies, since the gem will download and statically link the versions it needs automatically (https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7344). Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7345
-
- Dec 07, 2022
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Marcin Sedlak-Jakubowski authored
Add Troubleshooting section to Microsoft Graph Mailer docs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6542 Merged-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Bogdan Denkovych <bdenkovych@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Co-authored-by:
Ulises Fierro <ufierro@gitlab.com> Co-authored-by:
Jon Glassman <jglassman@gitlab.com>
-
Ulises Fierro authored
Fixed formatting for existing examples and added a troubleshooting section
-
Achilleas Pipinellis authored
Fix broken links on CONTRIBUTING doc See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6562 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Tan Le <tle@gitlab.com>
-
Tan Le authored
-
DJ Mountney authored
Bumps builder image version See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6566 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
John Jarvis <jarv@gitlab.com>
-
John Jarvis authored
-
- Dec 05, 2022
-
-
GitLab Release Tools Bot authored
[ci skip]
-