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: 407be0a57734
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 74769b679981
Choose a head ref
  • 7 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 3, 2020

  1. Copy the full SHA
    7d8a200 View commit details
    Browse the repository at this point in the history
  2. gitaly: 1.83.0 -> 12.8.1

    In order to build gitaly, this locally overrides the version of
    libgit2, since gitaly is not compatible with the latest version.
    talyz authored and Milan committed Mar 3, 2020
    Copy the full SHA
    facef28 View commit details
    Browse the repository at this point in the history
  3. gitlab-workhorse: 8.20.0 -> 8.21.0

    talyz authored and Milan committed Mar 3, 2020
    Copy the full SHA
    f2bb523 View commit details
    Browse the repository at this point in the history
  4. gitlab-shell: Change name from gitlab-shell-go to gitlab-shell

    This is left over from when gitlab-shell had a ruby part and a go
    part. The ruby part is now gone, so let's call the go part
    gitlab-shell.
    talyz authored and Milan committed Mar 3, 2020
    Copy the full SHA
    a3b2828 View commit details
    Browse the repository at this point in the history
  5. gitaly: Add myself to maintainers

    talyz authored and Milan committed Mar 3, 2020
    Copy the full SHA
    17721d3 View commit details
    Browse the repository at this point in the history
  6. bundlerEnv: Add option to copy gem files instead of symlinking

    The way ruby loads gems and keeps track of their paths seems to not
    always work very well when the gems are accessed through
    symlinks. Ruby will then complain that the same files are loaded
    multiple times; it relies on the file's full path to determine whether
    the file is loaded or not.
    
    This adds an option to simply copy all gem files into the environment
    instead, which gets rid of this issue, but may instead result in major
    file duplication.
    talyz authored and Milan committed Mar 3, 2020
    Copy the full SHA
    affcf9b View commit details
    Browse the repository at this point in the history
  7. gitaly: Copy gem files into bundler env instead of symlinking

    This fixes issue #79374, where gitaly prints warning messages on the
    client side when running push or fetch.
    talyz authored and Milan committed Mar 3, 2020
    Copy the full SHA
    74769b6 View commit details
    Browse the repository at this point in the history