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: feaa6347caf8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 53e5e70edab2
Choose a head ref
  • 6 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 4, 2020

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

    talyz authored and Milan committed Mar 4, 2020
    Copy the full SHA
    750cf9e 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 4, 2020
    Copy the full SHA
    08582eb 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 4, 2020
    Copy the full SHA
    06bd94c View commit details
    Browse the repository at this point in the history
  5. 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 4, 2020
    Copy the full SHA
    4d50664 View commit details
    Browse the repository at this point in the history
  6. 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 4, 2020
    Copy the full SHA
    53e5e70 View commit details
    Browse the repository at this point in the history