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: a52b6b19324f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6c54cfb280fe
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 30, 2018

  1. nixos/gitlab: don't delete ${statePath}/lib if it doesn't exist

    The old behaviour caused new instances to be unable to start
    nightkr authored and globin committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    3250b89 View commit details
    Browse the repository at this point in the history
  2. nixos/gitlab: create uploads folder

    It seems like Gitlab doesn't pick up GITLAB_UPLOADS_PATH. The internal uploads
    folder is already symlinked to /run/gitlab/uploads by the gitlab package. Here
    we symlink this further to ${statePath}/uploads, since /run is (usually) a tmpfs.
    nightkr authored and globin committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    e0983f3 View commit details
    Browse the repository at this point in the history
  3. nixos/gitlab: don't install pg_trgm for remote hosts

    Fixes #41476
    nightkr authored and globin committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    6c54cfb View commit details
    Browse the repository at this point in the history