Project 'gitlab-org/gitlab-ee' was moved to 'gitlab-org/gitlab'. Please update any links and bookmarks that may still have the old path.
- Nov 01, 2016
-
-
DJ Mountney authored
Allow from one location a full override of where all packages are being sent to. Allows us to do an override of where all packages are being sent to. cc @twk3 @ibaum @brodock @WarheadsSE @stanhu See merge request !1073
-
- Oct 31, 2016
-
-
Pin mixlib-log to version 1.6.0 in order to keep our chef log open for writes during reconfigure The 1.7.0 version of mixlib-log was released 5 days ago and is not compatible with our version of chef The chef-gems gem will pull in anything in the 1.x range for mixlib-log For #1674
-
Lower the number of years for a valid cert from 50 to 10 years to accomodate Pi users For #1674
-
Fix RangeError bignum too big to convert into `long' on armhf platforms On a 32-bit platform such as armhf, the original calculation for the end date of the registry SSL certificate overflowed. Use TimeDate to prevent this from occurring. For #1674
-
For #1674
-
Marin Jankovski authored
-
- Sep 29, 2016
-
- Sep 28, 2016
-
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Sep 19, 2016
-
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me>
- Sep 14, 2016
-
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me>
- Aug 19, 2016
-
-
Robert Speicher authored
[ci skip]
- Aug 16, 2016
-
-
Robert Speicher authored
[ci skip]
- Jul 12, 2016
-
-
Robert Speicher authored
[ci skip]
-
- Jul 11, 2016
-
- Jul 10, 2016
-
-
Robert Speicher authored
[ci skip]
-
- Jul 06, 2016
-
-
Robert Speicher authored
[ci skip]
- Jul 03, 2016
-
- Jul 01, 2016
-
-
Bump chef-zero to 4.7.0 to retain Ruby 2.1 compatibility https://github.com/chef/chef-zero/pull/219 The release builds were failing: ``` [Builder: chef-zero] I | gem `install chef-zero --version '4.5.0' --bindir '/opt/gitlab/embedded/bin' --no-ri --no-rdoc': 39.2814s [Builder: chef-zero] I | Build chef-zero: 39.2832s The following shell command exited with status 1: $ CFLAGS=-I/opt/gitlab/embedded/include -O2 CPPFLAGS=-I/opt/gitlab/embedded/include -O2 CXXFLAGS=-I/opt/gitlab/embedded/include -O2 LDFLAGS=-Wl,-rpath,/opt/gitlab/embedded/lib -L/opt/gitlab/embedded/lib LD_RUN_PATH=/opt/gitlab/embedded/lib PATH=/opt/gitlab/bin:/opt/gitlab/embedded/bin:/root/gems/ruby/2.1.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PKG_CONFIG_PATH=/opt/gitlab/embedded/lib/pkgconfig /opt/gitlab/embedded/bin/gem install chef-zero --version '4.5.0' --bindir '/opt/gitlab/embedded/bin' --no-ri --no-rdoc Output: (nothing) Error: ERROR: Error installing chef-zero: rack requires Ruby version >= 2.2.2. ``` See merge request !852
-
- Jun 30, 2016
-
-
Robert Speicher authored
[ci skip]
- Jun 29, 2016
-
- Jun 28, 2016
-
-
Robert Speicher authored
[ci skip]
-
Marin Jankovski authored
-
Marin Jankovski authored
Trusted certs directory location Fixes #1370 Changes the location of `/etc/gitlab/ssl/trusted-certs` to `/etc/gitlab/trusted-certs`. It was a mistake to have the `trusted-certs` directory within `/etc/gitlab/ssl`. The former should contain only certificates and they can be world readable. The latter contains certificates and private keys that are used by Nginx. To avoid adding more complexity to the codebase, making this change in the patch release while the number of installations impacted is low. Alternative is to make `/etc/gitlab/ssl` world readable in order to get to `trusted-certs` directory. In that case we would have to make sure that all other files in `/etc/gitlab/ssl` are not world readable. This adds too much complexity and adds legacy code from the start which we then need to maintain. See merge request !849
-
- Jun 27, 2016
-
-
Robert Speicher authored
[ci skip]
-
Change the default imap idle timeout of 29 minutes to 60 seconds This will fix the mail_room hanging issue. Since most IMAP servers are not keeping connections open for 29 minutes. And even when a mailserver support that a firewall in between can stop the connection after X amount of minutes anyway. See merge request !842
-
Marin Jankovski authored
Only restart unicorn for the adjusted trusted certs if unicorn is running Exploring causes for #1365 and https://gitlab.com/gitlab-org/gitlab-ce/issues/18612 See merge request !837
- Jun 25, 2016
-
- Jun 23, 2016
-
-
DJ Mountney authored
-
DJ Mountney authored
Skip selecting an init system in our Docker image so it won't error out. In the Ubuntu 16.04 docker image image, systemd failing for our setup and causing an error during reconfigure. Fixes #1365 cc\ @stanhu @marin See merge request !838
-
- Jun 22, 2016
-
-
Prevent running CREATE EXTENSION in a slave server When you have replication enabled, you can have for a specific space of time your slave node without all database changes from master. The same can happen when you have an issue with replication. This is not usually a problem to omnibus but as recently we try to enable extensions, we should take extra care that we are not trying to do that on the slave server, as it is running in read-only mode and therefore will fail. It will get this changes from the replication itself, so no harm here. Fixes gitlab-org/gitlab-ee#628 See merge request !829 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-