Files
nixpkgs/pkgs/applications/version-management
Franz Pletz bcfa59bf82 gitlab: 8.0.5 -> 8.5.0, service improvements
Updates gitlab to the current stable version and fixes a lot of features that
were broken, at least with the current version and our configuration.

Quite a lot of sweat and tears has gone into testing nearly all features and
reading/patching the Gitlab source as we're about to deploy gitlab for our
whole company.

Things to note:

 * The gitlab config is now written as a nix attribute set and will be
   converted to JSON. Gitlab uses YAML but JSON is a subset of YAML.
   The `extraConfig` opition is also an attribute set that will be merged
   with the default config. This way *all* Gitlab options are supported.

 * Some paths like uploads and configs are hardcoded in rails  (at least
   after my study of the Gitlab source). This is why they are linked from
   the Gitlab root to /run/gitlab and then linked to the  configurable
   `statePath`.

 * Backup & restore should work out of the box from another Gitlab instance.

 * gitlab-git-http-server has been replaced by gitlab-workhorse upstream.
   Push & pull over HTTPS works perfectly. Communication to gitlab is done
   over unix sockets. An HTTP server is required to proxy requests to
   gitlab-workhorse over another unix socket at
   `/run/gitlab/gitlab-workhorse.socket`.

 * The user & group running gitlab are now configurable. These can even be
   changed for live instances.

 * The initial email address & password of the root user can be configured.

Fixes #8598.
2016-02-26 07:08:31 +01:00
..
2016-01-30 20:31:01 +00:00
2015-12-24 16:58:01 +01:00
2015-08-05 14:09:33 +02:00
2015-09-16 19:13:27 +02:00
2015-05-10 14:07:47 +02:00
2014-09-01 00:38:07 +04:00
2015-09-27 15:08:12 -05:00
2016-02-24 16:39:03 +01:00
2016-02-01 11:24:01 -05:00
2016-02-17 07:28:26 +11:00
2015-08-20 08:10:27 -04:00
2015-08-25 22:06:07 -04:00
2015-07-01 23:43:17 +02:00