Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
base: 925501a5d554
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: c025f5c03dd7
Choose a head ref
  • 20 commits
  • 15 files changed
  • 7 contributors

Commits on Sep 6, 2019

  1. nixos/gitlab: Fix missing ca_file for SMTP

    Work around upstream issue #790 by explicitly referencing the
    ca-certificates.crt file.
    talyz committed Sep 6, 2019
    Copy the full SHA
    7648b4f View commit details
    Browse the repository at this point in the history
  2. 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.
    talyz committed Sep 6, 2019
    Copy the full SHA
    cbdf94c View commit details
    Browse the repository at this point in the history
  3. 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.
    talyz committed Sep 6, 2019
    Copy the full SHA
    b351454 View commit details
    Browse the repository at this point in the history
  4. 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.
    talyz committed Sep 6, 2019
    Copy the full SHA
    64358cb View commit details
    Browse the repository at this point in the history
  5. 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.
    talyz committed Sep 6, 2019
    Copy the full SHA
    240649a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    01ba11b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. starship: 0.13.1 -> 0.15.0

    marsam committed Sep 7, 2019
    Copy the full SHA
    7a77001 View commit details
    Browse the repository at this point in the history
  2. haskellPackages: unbreak cachix build

    marsam authored and peti committed Sep 7, 2019
    Copy the full SHA
    86321d3 View commit details
    Browse the repository at this point in the history
  3. haskellPackages.hnix: unmark as broken

    marsam authored and peti committed Sep 7, 2019
    Copy the full SHA
    c5b9baa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3194a1e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5f22000 View commit details
    Browse the repository at this point in the history
  6. 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.
    peti committed Sep 7, 2019
    Copy the full SHA
    1878a24 View commit details
    Browse the repository at this point in the history
  7. 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.
    alyssais committed Sep 7, 2019
    Copy the full SHA
    5198699 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    cd714e7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fffe5f5 View commit details
    Browse the repository at this point in the history
  10. 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.
    alyssais committed Sep 7, 2019
    Copy the full SHA
    f8fd80b View commit details
    Browse the repository at this point in the history
  11. gitAndTools.hub: 2.12.3 -> 2.12.4

    doronbehar authored and alyssais committed Sep 7, 2019
    Copy the full SHA
    1ce20f2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #68270 from marsam/update-starship

    starship: 0.13.1 -> 0.15.0
    marsam committed Sep 7, 2019
    Copy the full SHA
    493e51d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #66274 from talyz/gitlab

    nixos/gitlab: Add support for secure secrets and more
    flokli committed Sep 7, 2019
    Copy the full SHA
    2f3b9cd View commit details
    Browse the repository at this point in the history
  14. Merge pull request #68179 from aanderse/kdevelop

    kdevelop, kdev-php, kdev-python: 5.4.1 -> 5.4.2
    aanderse committed Sep 7, 2019
    Copy the full SHA
    c025f5c View commit details
    Browse the repository at this point in the history