- Sep 05, 2018
-
-
Ian Baum authored
-
Ian Baum authored
-
Ian Baum authored
-
DJ Mountney authored
Document possible misconfiguration case See merge request gitlab-org/omnibus-gitlab!2694
-
- Aug 15, 2018
-
-
Zeger-Jan van de Weg authored
Part of: https://gitlab.com/gitlab-org/gitaly/issues/1255
-
- Sep 05, 2018
-
-
Marin Jankovski authored
Resolve "Support enabling tls for pgbouncer" Closes #2996 See merge request gitlab-org/omnibus-gitlab!2722
-
- Sep 04, 2018
-
-
Ian Baum authored
* Go over configuration template and convert missing values to attributes !2722
-
DJ Mountney authored
Fix custom runtime_dir not working Closes #3751 See merge request gitlab-org/omnibus-gitlab!2710
-
- Aug 27, 2018
-
-
Stan Hu authored
If a user specified a custom runtime_dir, Omnibus would fail because it expected to search an array. Now we just return early and assume the user specified a valid directory. Closes #3751
-
- Sep 04, 2018
-
-
Marin Jankovski authored
Upgrade to omnibus-ctl 0.6.0 Closes #3266 See merge request gitlab-org/omnibus-gitlab!2715
-
Balasankar "Balu" C authored
-
Marin Jankovski authored
Cleanup GL Pages job for license collection See merge request gitlab-org/omnibus-gitlab!2721
-
Balasankar "Balu" C authored
-
- Sep 03, 2018
-
-
Marin Jankovski authored
Add support for max_concurrency option in sidekiq-cluster See merge request gitlab-org/omnibus-gitlab!2717
-
- Aug 31, 2018
-
-
Stan Hu authored
This supports the new -m parameter in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7032.
-
DJ Mountney authored
Add JUnit reports See merge request gitlab-org/omnibus-gitlab!2716
-
Balasankar "Balu" C authored
-
Marin Jankovski authored
Make OSS component list available online Closes #3486 See merge request gitlab-org/omnibus-gitlab!2676
-
Balasankar "Balu" C authored
-
- Aug 30, 2018
-
-
Maxime Roussin-Bélanger authored
Since Glacier uses a completely different API in Fog, it's impossible to use it as a storage option for now.
-
GitLab Release Tools Bot authored
- Aug 28, 2018
-
-
GitLab Release Tools Bot authored
-
- Aug 27, 2018
-
-
GitLab Release Tools Bot authored
-
- Aug 29, 2018
-
-
DJ Mountney authored
Allow configuration of Redis hz parameter See merge request gitlab-org/omnibus-gitlab!2712
-
Stan Hu authored
-
- Aug 28, 2018
-
-
Stan Hu authored
As mentioned in http://download.redis.io/redis-stable/redis.conf, this may be necessary to tweak when there are many connections present. By default "hz" is set to 10. Raising the value will use more CPU when Redis is idle, but at the same time will make Redis more responsive when there are many keys expiring at the same time, and timeouts may be handled with more precision.
-
- Aug 27, 2018
-
-
DJ Mountney authored
Allow configuration of Redis tcp-backlog parameter See merge request gitlab-org/omnibus-gitlab!2711
-
Stan Hu authored
In busy servers, there may be many backlogged TCP connections (i.e. clients that have sent a SYN but have not received a SYN-ACK). This configuration setting allows the setting to be increased to prevent connection failures. Relates to https://gitlab.com/gitlab-com/production/issues/431
-
DJ Mountney authored
Reload sysctl if a new symlink is created in /etc/sysctl.d Closes #3750 See merge request gitlab-org/omnibus-gitlab!2708
-
Stan Hu authored
This ensures new settings are loaded the first time. Closes #3750
-
Marin Jankovski authored
Add configuration support for maven packages Closes gitlab-ee#7253 See merge request gitlab-org/omnibus-gitlab!2697
-
- Aug 23, 2018
-
-
DJ Mountney authored
-
- Aug 15, 2018
-
-
DJ Mountney authored
Set to land in 11.3 See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6607
-
- Aug 26, 2018
-
-
Marin Jankovski authored
Double Sidekiq RSS limits from 1 GB to 2 GB See merge request gitlab-org/omnibus-gitlab!2360
-
- Mar 11, 2018
-
-
Stan Hu authored
In 10.5, the RSS limits were effectively disabled due to sending the wrong signal. Now, in 10.6, they are working again, but easy to exceed 1 GB since Sidekiq hovers around 600-700 MB.
-
- Aug 26, 2018
-
-
Marin Jankovski authored
Skip calling the preinstall script from the docker wrapper Closes #3722 See merge request gitlab-org/omnibus-gitlab!2705
-
- Aug 24, 2018
-
-
DJ Mountney authored
Prior to 11.0, it appears to me that the only thing this accomplished was creating the /var/log/gitlab/reconfigure directory. (The db backup, posgres version checking, and upgrade version checking would not run because the services folders is emptied before this runs, and any old files that could be used to check the old version aren't present in the image) In 11.0 the script also added a config-check. This check normally wouldn't do anything when upgrading an docker image, because the config file it checks won't exist yet... But because we call the script on every startup of the image here in Docker, it causes the check to be run on every restart, even when its not an upgrade. This causes issues, because if you ever have an error as a result of a incorrect reconfigure, the image won't start, which makes it pretty hard to fix.
-
Marin Jankovski authored
-
- Aug 23, 2018
-
-
Stan Hu authored
The domain for www.bzip.org expired unceremoniously. Closees #3737
-