nixpkgs-suyu/nixos/modules
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
..
config Merge branch 'master' into staging 2016-02-07 13:52:42 +01:00
hardware Merge branch 'master' into staging 2016-02-17 10:06:31 +01:00
i18n/inputMethod inputMethod service: init 2016-02-19 08:52:18 +09:00
installer Merge branch 'master' into staging 2016-02-17 10:06:31 +01:00
misc octoprint service: init 2016-02-17 17:05:59 +03:00
profiles qemu-guest.nix: Disable rngd 2016-02-23 11:56:09 +01:00
programs ibus service: refactoring 2016-02-17 20:44:29 +09:00
security Merge branch 'master' into staging 2016-02-17 10:06:31 +01:00
services gitlab: 8.0.5 -> 8.5.0, service improvements 2016-02-26 07:08:31 +01:00
system nixos/stage-1/2: Added -r option to read so that read interprets backslashes literally, and corrected the comment about optional logging. 2016-02-24 18:54:25 +11:00
tasks Fix typo 2016-02-12 14:35:40 +01:00
testing test-instrumentation.nix: Only clear $PAGER in the backdoor shell 2016-02-23 11:56:09 +01:00
virtualisation Merge pull request #13114 from colemickens/azure 2016-02-23 22:47:44 +00:00
module-list.nix New hdapsd module 2016-02-24 21:51:13 +01:00
rename.nix gitlab: 8.0.5 -> 8.5.0, service improvements 2016-02-26 07:08:31 +01:00