- Feb 10, 2022
-
-
Stan Hu authored
This avoids generating build-id files in RPM packages (https://gitlab.com/gitlab-org/omnibus/-/merge_requests/39). Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6676 Changelog: fixed
-
Marin Jankovski authored
Add temporary preinst script to remove symlink directories See merge request gitlab-org/omnibus-gitlab!5897
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Diana Logan authored
Use latest docs linting image for Markdown See merge request gitlab-org/omnibus-gitlab!5894
-
Evan Read authored
Also disable some rules introduced by new version to avoid errors
-
DJ Mountney authored
Update libjpeg-turbo/libjpeg-turbo from 2.1.0 to 2.1.2 See merge request gitlab-org/omnibus-gitlab!5534
-
- Aug 12, 2021
-
-
deps authored
Changelog: changed
-
- Feb 09, 2022
-
-
Suzanne Selhorn authored
CTRT: Clean up the configuration docs Closes #6591 See merge request gitlab-org/omnibus-gitlab!5881
-
Achilleas Pipinellis authored
- Remove unneeded stuff - Move troubleshooting sections to the bottom - Conform to the CTRT guidelines
-
Balasankar 'Balu' C authored
Add config for Redis hostname announcing See merge request gitlab-org/omnibus-gitlab!5853
-
John Skarbek authored
* As of Redis 6.2 we can utilize hostnames * Provides capability for this to work by adding the necessary configurations options for Sentinel to utilize hostnames appropriately * `resolve-hostnames` * `announce-hostnames` * Without `resolve-hostnames` being enabled, Sentinel will fail any communication as the service fails to attempt any DNS resolution * Should a user override the default `announce-ip`'s with FQDN's, this commit will ensure that we add the necessary commands for Sentinel * We are not adding documentation updates here considering this is a relatively new option, and we are adding a dependency on DNS which we did not have previously * Therefore, to remove undue burden in supporting such, we simply do not document this option at all Changelog: added
-
- Feb 08, 2022
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Achilleas Pipinellis authored
Add example error for PostgreSQL version mismatch See merge request gitlab-org/omnibus-gitlab!5888
-
James Reed authored
-
- Feb 07, 2022
-
-
Stan Hu authored
Revert "Merge branch 'jc-add-concurrency-limits' into 'master'" See merge request gitlab-org/omnibus-gitlab!5891
-
John Cai authored
This reverts commit 7d4ff02ef3fa193c75a2e7dd912d39933aefbc0b, reversing changes made to 071998eba1c3b9a1b9fd2456d6d831c1006fcb6b.
-
Balasankar 'Balu' C authored
Add gitaly concurrency queue limit configs See merge request gitlab-org/omnibus-gitlab!5875
-
- Jan 31, 2022
-
-
John Cai authored
In https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4270 and https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4271, we added config values to control how large the concurrency queue in gitaly can grow to, as well as how long a request can wait in the queue. Default is 0 for both, which is a noop in Gitaly. Changelog: added
-
- Feb 04, 2022
-
-
DJ Mountney authored
Specify fetch_workers config option to omnibus See merge request gitlab-org/omnibus-gitlab!5860
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
DJ Mountney authored
Run update-cache jobs after prepare stage See merge request gitlab-org/omnibus-gitlab!5883
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Achilleas Pipinellis authored
Docs: Change tutorial link for Apache reverse proxy See merge request gitlab-org/omnibus-gitlab!5882
-
David Coy authored
-
Balasankar 'Balu' C authored
Adding Secure Files settings See merge request gitlab-org/omnibus-gitlab!5857
-
Darby Frey authored
Changelog: added
-
Balasankar 'Balu' C authored
Workflow: Provide mechanism to allow rspec failures only See merge request gitlab-org/omnibus-gitlab!5879
-
- Feb 01, 2022
-
-
John T Skarbek authored
* Adding this configuration makes it a bit easier on the Engineer mangling with rspec * With this we can now `rspec --only-failures` which removes tests that succeeded from being run the next time it is executed * This should improve the time to development if this flag is utilized * This flag writes some data out that should be ignored during commit * We ensure that we do not write this data out when rspec is run inside of CI
-
- Feb 03, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
DJ Mountney authored
Consolidate prepare stages in CI See merge request gitlab-org/omnibus-gitlab!5877
-
- Feb 01, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Feb 03, 2022
-
-
Balasankar 'Balu' C authored
gitaly: Install both external and bundled Git See merge request gitlab-org/omnibus-gitlab!5874
-
- Feb 01, 2022
-
-
Patrick Steinhardt authored
The Gitaly project is in the process of migrating to bundled Git, which allows it to gain tighter control over which Git versions are installed, allowing for the use of feature flags to roll out new Git versions. This will eventually replace the Git distribution which we're installing nowadays, and thus also provide space savings given that we only need to install a subset of the Git distribution. Prepare for this migration by installing both external and bundled Git. Changelog: changed
-
- Jan 24, 2022
-
-
Patrick Steinhardt authored
Back when Gitaly introduced its "make git" target, the only way to modify the Git build options was to override them completely. This is thus what we're doing to inject some of our own build options, which are locations of build-time dependencies as well as some compiler tweaks. This is suboptimal though: any new build options added by Gitaly now have to also be added to Omnibus to be reflected. This is why Gitaly has introduced a new variable `GIT_APPEND_BUILD_OPTIONS` which lets users of the Makefile target to override certain options by appending them to the default set of options. This lets users override those options they care about while retaining all the others. Convert the Git build target to use this new variable.
-
- Feb 03, 2022
-
-
Balasankar 'Balu' C authored
Feature/enable gitlab kas by default on Omnibus See merge request gitlab-org/omnibus-gitlab!4762
-
João Alexandre Cunha authored
Changelog: changed
-