summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab-shell
Commit message (Collapse)AuthorAge
* gitlab-shell: 8.1.1 -> 8.3.3Robin Gloster2018-09-25
|
* gitlab-shell: 7.1.2 -> 8.1.1Kristoffer Thømt Ravneberg2018-09-25
|
* gitlab-shell: 6.0.3 -> 7.1.2Robin Gloster2018-04-26
|
* gitlab-shell: 5.10.2 -> 6.0.3Simon Lackerbauer2018-03-22
|
* gitlab-shell: fix config path findingRobin Gloster2018-03-22
| | | | and remove TimeoutSec for gitlab
* gitlab-shell: 5.9.3 -> 5.10.2Robin Gloster2018-01-07
|
* gitlab-shell: 5.9.0 -> 5.9.3Servilio Afre Puentes2017-11-06
|
* gitlab-shell: make the patches apply cleanlyServilio Afre Puentes2017-11-06
|
* gitlab: 9.5.5 -> 10.0.2Robin Gloster2017-09-28
|
* gitlab: 9.4.5 -> 9.5.2Franz Pletz2017-09-03
|
* gitlab: 9.3.4 -> 9.4.3roblabla2017-08-06
|
* gitlab: 8.17.6 -> 9.3.4roblabla2017-07-06
|
* gitlab: 8.13.5 -> 8.15.4Franz Pletz2017-01-15
|
* gitlab: 8.12.8 -> 8.13.5Franz Pletz2016-11-10
|
* gitlab: 8.12.1 -> 8.12.6Franz Pletz2016-10-14
|
* gitlab: 8.11.2 -> 8.12.1Franz Pletz2016-09-27
|
* gitlab: 8.10.6 -> 8.11.2Franz Pletz2016-08-26
|
* gitlab: 8.5.12 -> 8.10.3, update moduleFranz Pletz2016-08-04
| | | | Fixes #14795.
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* gitlab: 8.0.5 -> 8.5.0, service improvementsFranz Pletz2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* gitlab: 7.4.2 -> 8.0.5roblabla2015-12-04
|
* gitlab-shell: fix evaluationCharles Strahan2015-01-25
|
* nixos: Add gitlab and gitlab-shellThomas Hunger2014-12-12
I had to make several adjustments to make it work with nixos: * Replace relative config file lookups with ENV variable. * Modify gitlab-shell to not clear then environment when running pre-receive. * Modify gitlab-shell to write some environment variables into the .authorized_keys file to make sure gitlab-shell reads the correct config file. * Log unicorn output to syslog. I tried various ways of adding a syslog package but the bundler would not pick them up. Please fix in a better way if possible. * Gitlab-runner program wrapper. This is useful to run e.g. backups etc. with the correct environment set up.