-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 925501a5d554
head repository: NixOS/nixpkgs-channels
compare: c025f5c03dd7
- 20 commits
- 15 files changed
- 7 contributors
Commits on Sep 6, 2019
-
nixos/gitlab: Fix missing ca_file for SMTP
Work around upstream issue #790 by explicitly referencing the ca-certificates.crt file.
Configuration menu - View commit details
-
Copy full SHA for 7648b4f - Browse repository at this point
Copy the full SHA 7648b4fView commit details -
nixos/gitlab: Add support for storing secrets in files
Add support for storing secrets in files outside the nix store, since files in the nix store are world-readable and secrets therefore can't be stored safely there. The old string options are kept, since they can potentially be handy for testing purposes, but their descriptions now state that they shouldn't be used in production. The manual section is updated to use the file options rather than the string options and the tests now test both.
Configuration menu - View commit details
-
Copy full SHA for cbdf94c - Browse repository at this point
Copy the full SHA cbdf94cView commit details -
nixos/gitlab: Use postgresql module options to provision local db
Use the postgresql module to provision a local db (if databaseCreateLocally is true) instead of doing this locally. Switch to using the local unix socket for db connections by default; this is needed since dbs created by the postgresql module only support peer authentication. Instead of running the rake tasks db:schema:load, db:migrate and db:seed_fu, run gitlab:db:configure, which in turn runs these tasks when needed. Solves issue #53852 for gitlab.
Configuration menu - View commit details
-
Copy full SHA for b351454 - Browse repository at this point
Copy the full SHA b351454View commit details -
nixos/utils: Handle arbitrary secrets in JSON output files
Introduce new functions which allows modules to define options where, if the input is an attrset and the output is JSON, the user can define arbitrary secrets.
Configuration menu - View commit details
-
Copy full SHA for 64358cb - Browse repository at this point
Copy the full SHA 64358cbView commit details -
nixos/gitlab: Extract arbitrary secrets from extraConfig
Adds the ability to make any parameter specified in extraConfig secret by defining it an attrset containing the attr _secret, which in turn is a path to a file containing the actual secret.
Configuration menu - View commit details
-
Copy full SHA for 240649a - Browse repository at this point
Copy the full SHA 240649aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ba11b - Browse repository at this point
Copy the full SHA 01ba11bView commit details
Commits on Sep 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7a77001 - Browse repository at this point
Copy the full SHA 7a77001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86321d3 - Browse repository at this point
Copy the full SHA 86321d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b9baa - Browse repository at this point
Copy the full SHA c5b9baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3194a1e - Browse repository at this point
Copy the full SHA 3194a1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f22000 - Browse repository at this point
Copy the full SHA 5f22000View commit details -
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-7-ga804c35 from Hackage revision commercialhaskell/all-cabal-hashes@4cf3608.
Configuration menu - View commit details
-
Copy full SHA for 1878a24 - Browse repository at this point
Copy the full SHA 1878a24View commit details -
perlPackages.MHonArc: 2.6.18 -> 2.6.19
Needs a patch before it'll run, but it didn't run before and might as well be updated before it's patched.
Configuration menu - View commit details
-
Copy full SHA for 5198699 - Browse repository at this point
Copy the full SHA 5198699View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd714e7 - Browse repository at this point
Copy the full SHA cd714e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fffe5f5 - Browse repository at this point
Copy the full SHA fffe5f5View commit details -
mhonarc: add top-level path to perlPackages.MHonArc
Since MHonArc is a program, not a library, it makes sense to expose it on the top level, in lowercase, like other programs.
Configuration menu - View commit details
-
Copy full SHA for f8fd80b - Browse repository at this point
Copy the full SHA f8fd80bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce20f2 - Browse repository at this point
Copy the full SHA 1ce20f2View commit details -
Merge pull request #68270 from marsam/update-starship
starship: 0.13.1 -> 0.15.0
Configuration menu - View commit details
-
Copy full SHA for 493e51d - Browse repository at this point
Copy the full SHA 493e51dView commit details -
Merge pull request #66274 from talyz/gitlab
nixos/gitlab: Add support for secure secrets and more
Configuration menu - View commit details
-
Copy full SHA for 2f3b9cd - Browse repository at this point
Copy the full SHA 2f3b9cdView commit details -
Merge pull request #68179 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.4.1 -> 5.4.2
Configuration menu - View commit details
-
Copy full SHA for c025f5c - Browse repository at this point
Copy the full SHA c025f5cView commit details
There are no files selected for viewing