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: voxpupuli/puppet-gitlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: voxpupuli/puppet-gitlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    3a8d0ec View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Fix gitlab-ctl reconfigure LD_LIBRARY_PATH warning

    This patch ensures LD_LIBRARY_PATH is unset in the `gitlab-ctl configure`
    `exec` resource.
    
    As shown in https://travis-ci.org/github/voxpupuli/puppet-gitlab/jobs/739916738
    on lines 2089-2090, `gitlab-ctl reconfigure` emits a warning when LD_LIBRARY_PATH
    is set. It emits this warning even if that enviroment variable is empty.  Since
    LD_LIBRARY_PATH is always set by the Puppet wrapper script used in the `puppet`
    CLI, the `exec` that runs `gitlab-ctl configure` must unset this variable to
    avoid the warning message.
    lnemsick-simp committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    a5b3630 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge pull request #364 from lnemsick-simp/unset_ld_library_path_gitl…

    …ab_ctl_reconfigure
    
    Fix gitlab-ctl reconfigure LD_LIBRARY_PATH warning
    bastelfreak authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    250697e View commit details
    Browse the repository at this point in the history
  2. Release of 6.0.1

    trevor-vaughan committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    b29855e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Merge pull request #365 from voxpupuli/release-6.0.1

    Release of 6.0.1
    bastelfreak authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c6b81ae View commit details
    Browse the repository at this point in the history
Loading