Skip to content
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
base: b648a710afd7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b5449e65b547
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 24, 2019

  1. nixos/gitlab: Fix evaluation failure when postgresql is disabled

    config.services.postgresql.package is only defined when the postgresql
    service is activated, which means we fail to evaluate when
    databaseCreateLocally == false. Fix this by using the default
    postgresql package when the postgresql service is disabled.
    talyz committed Sep 24, 2019
    Copy the full SHA
    ec958d4 View commit details
    Browse the repository at this point in the history
  2. nixos/gitlab: Only create the database when databaseHost is unset

    Make sure that we don't create a database if we're not going to
    connect to it. Also, fix the assertion that usernames be equal to only
    trig when peer authentication is used (databaseHost == "").
    talyz committed Sep 24, 2019
    Copy the full SHA
    58a7502 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge pull request #69344 from talyz/gitlab-create-database

    nixos/gitlab: Fix databaseCreateLocally evaluation and operation
    globin committed Oct 8, 2019
    Copy the full SHA
    b5449e6 View commit details
    Browse the repository at this point in the history