Navigation Menu

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: 524a5a4daef9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a1b46bd12525
Choose a head ref
  • 6 commits
  • 20 files changed
  • 3 contributors

Commits on Oct 31, 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
    
    (cherry picked from commit 5081a6c)
    talyz authored and flokli committed Oct 31, 2019
    Copy the full SHA
    95d999b 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.
    
    (cherry picked from commit 041cbd8)
    talyz authored and flokli committed Oct 31, 2019
    Copy the full SHA
    d0d6d8f 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.
    
    (cherry picked from commit d5db11c)
    talyz authored and flokli committed Oct 31, 2019
    Copy the full SHA
    bac832e View commit details
    Browse the repository at this point in the history
  4. gitlab-runner: 12.4.0 -> 12.4.1

    (cherry picked from commit f22dc52)
    max-wittig authored and flokli committed Oct 31, 2019
    Copy the full SHA
    5f49f97 View commit details
    Browse the repository at this point in the history
  5. gitlab: 12.4.0 -> 12.4.1

    (cherry picked from commit 2e8417b)
    talyz authored and flokli committed Oct 31, 2019
    Copy the full SHA
    ac86816 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Merge pull request #72395 from flokli/19.09-gitlab-12.4.1

    [19.09] gitlab backports
    flokli committed Nov 2, 2019
    Copy the full SHA
    a1b46bd View commit details
    Browse the repository at this point in the history