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: e79bc5953210
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d5db11ccbd6d
Choose a head ref
  • 3 commits
  • 19 files changed
  • 1 contributor

Commits on Oct 28, 2019

  1. gitlab: 12.3.5 -> 12.4.0

    - gitlab-shell no longer requires ruby for anything else than the
      install script, so the bundlerEnv stuff could be dropped
    
    - gitlab-shell and gitlab-workhorse now report their versions
      correctly
    talyz authored and ehmry committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5081a6c View commit details
    Browse the repository at this point in the history
  2. nixos/gitlab: Abort on error and use of unset variables

    Default behavior is to continue executing the script even when one or
    multiple steps fail. We want to abort early if any part of the
    initialization fails to not run with a partially initialized state.
    
    Default behavior also allows dereferencing non-existent variables,
    potentially resulting in hard-to-find bugs.
    talyz authored and ehmry committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    041cbd8 View commit details
    Browse the repository at this point in the history
  3. nixos/gitlab: Remove the old lib symlink in the state directory

    Also, remove the old and unused PermissionsStartOnly definition in the
    gitlab-workhorse systemd service.
    talyz authored and ehmry committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d5db11c View commit details
    Browse the repository at this point in the history