- Jan 30, 2024
-
-
Balasankar 'Balu' C authored
Document the new gitlab.rb options that allow an external script to provide secrets dynamically rather than rely on local plain text storage. Related https://gitlab.com/groups/gitlab-org/-/epics/12317 Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Ben Bodenmiller authored
-
- Jan 26, 2024
-
-
Achilleas Pipinellis authored
-
- Jan 24, 2024
-
-
Marcel Amirault authored
Remove badges and add hyphens to history
-
- Jan 22, 2024
-
-
Sacha Guyon authored
-
- Jan 11, 2024
-
-
Evgeny Rudinsky (GitLab) authored
-
Suzanne Selhorn authored
-
- Dec 18, 2023
-
-
Andreas Hering authored
-
Achilleas Pipinellis authored
Update "filename" to "file name" See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7287 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
fneill <fneill@gitlab.com>
-
Fiona Neill authored
-
- Dec 08, 2023
-
-
Clemens Beck authored
Default to PostgreSQL 14 for fresh installations instead of PostgreSQL 13. No automatic upgrades are performed. To upgrade to PostgreSQL 14 see: https://docs.gitlab.com/omnibus/settings/database.html#upgrade-packaged-postgresql-server Changelog: changed
-
- Dec 05, 2023
-
-
Kate Grechishkina authored
-
- Dec 07, 2023
-
-
John Gaughan authored
-
- Dec 05, 2023
-
-
Sarah German authored
This is not used on the current docs website and needs to be removed for future compatibility with Hugo.
-
Marcel Amirault authored
-
- Dec 01, 2023
-
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/433313
-
- Oct 23, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Nov 21, 2023
-
-
Achilleas Pipinellis authored
Clarify table statistics recreation - Docs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7038 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Nikolay Samokhvalov <nik@postgres.ai> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Evan Read <eread@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Wade Jenkins <wjenkins@gitlab.com>
-
Wade Jenkins authored
-
- Nov 15, 2023
-
-
Amy Qualls authored
We've standardized on the plural, so let's fix this.
-
- Nov 14, 2023
-
-
Ryan Egesdahl authored
This is a follow-on to https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7128 where we enabled XZ compression for DEB packages. Unfortunately, Omnibus didn't do threaded compression for RPM packages because of the way it was setting `_binary_payload`. That was causing XZ compression in particular to take 2-3 times longer than GZip, so we could not merge that change at the same time. With https://gitlab.com/gitlab-org/omnibus/-/merge_requests/48 merged into our fork, Omnibus will use threaded compression for RPM by default and we can enable XZ compression for RPM packages as well. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8222 Changelog: changed
-
- Nov 06, 2023
-
-
Evan Read authored
-
- Nov 07, 2023
-
-
Anton Smith authored
-
- Oct 31, 2023
-
-
Clemens Beck authored
Parse and pass flags (https://github.com/webdevops/go-crond#usage) from crond['flags'] dictionary to the go-crond service. For example, --verbose and --server.bind can be configured by setting: ''' crond['flags'] = { 'verbose': true, 'server.bind': '0.0.0.0:7000' } ''' The include flag (configurable via crond['cron_d']) can not be configured with the flags dictionary. Changelog: added
-
- Oct 27, 2023
-
-
Daphne Kua authored
-
- Oct 23, 2023
-
-
Dustin Collins authored
Changelog: changed
-
- Oct 16, 2023
-
-
Michael Kozono authored
Corrects broken links and anchors in the backup and restore documentation pages. Related https://gitlab.com/gitlab-org/gitlab/-/issues/396346
-
- Oct 11, 2023
-
-
Achilleas Pipinellis authored
-
- Oct 03, 2023
-
-
Nailia Iskhakova authored
Signed-off-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
- Sep 26, 2023
-
-
Kevin Hill authored
-
- Sep 25, 2023
-
-
Ryan Egesdahl authored
We have been using the default Gzip compression method for DEB and RPM packages up to this point. However, XZ compression is available in every supported Linux distribution, which reduces the final package size by nearly 30%. We'll use XZ compression for DEB packages by default, with a documented variable to revert to the prior behavior in cases where XZ compression is not supported. We are not using XZ compression for RPM packages right now due to an unknown issue causing the packaging times to increase more that we can afford. https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8222 is open to investigate more. Changelog: changed MR: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7128
-
- Sep 13, 2023
-
-
Evan Read authored
-
- Sep 12, 2023
-
-
Evan Read authored
-
- Sep 11, 2023
-
-
Evan Read authored
-
- Sep 12, 2023
-
-
Evan Read authored
-
- Sep 11, 2023
-
-
Eren Akca authored
-
Achilleas Pipinellis authored
The configs in gitlab-recipes are VERY old and don't include all the needed configuration. Instead, point to the official NGINX configs that are also used for self-compiled installations.
-
- Sep 08, 2023
-
-
Vishal Patel authored
-
- Sep 04, 2023
-
-
Achilleas Pipinellis authored
-
- Aug 31, 2023
-
-
Evan Read authored
-