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: v1.9.2
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: v1.10.0
Choose a head ref
  • 20 commits
  • 18 files changed
  • 5 contributors

Commits on Mar 29, 2016

  1. Allow settings of custom gitlab.rb config file

    Andrew Gray committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    469b23e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

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

Commits on Jun 29, 2016

  1. Typo fix: 'oder' -> 'or'

    Anovadea committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    7703eab View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

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

Commits on Jul 4, 2016

  1. Merge pull request #84 from jkroepke/registry

    Added registry configuration hash option
    tobru authored Jul 4, 2016
    Configuration menu
    Copy the full SHA
    8077128 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Merge pull request #83 from Anovadea/typo_fix

    Typo fix: 'oder' -> 'or'
    tobru authored Aug 3, 2016
    Configuration menu
    Copy the full SHA
    9ea6dc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. update .travis.yml test matrix

    tobru committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    1b84230 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'configs' of https://github.com/agray1017/puppet-gitlab-1

    …into agray1017-configs
    
    And fix merge conflicts and syntax
    tobru committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    435f0d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. temporarily allow failure on puppet 4.5.3

    the root cause needs to be found first and then fixed. currently
    it fails with:
    
    ```
    Failure/Error: it { is_expected.to
    contain_class('gitlab::install').that_comes_before('gitlab::config') }
    ArgumentError:
      No title provided and "gitlab::config" is not a valid resource
      reference
    ```
    tobru committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    6d11622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53df9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d8e6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e14ef31 View commit details
    Browse the repository at this point in the history
  5. use released version of stdlib

    tobru committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    a98dc4b View commit details
    Browse the repository at this point in the history
  6. The default runner config.toml contains:

    ```
    > cat /etc/gitlab-runner/config.toml
    concurrent = 1
    ```
    
    which limits the total number of concurrent jobs among all runners to
    one.
    
    This adds a parameter, `concurrent`, to the `gitlab::cirunner` class to
    manage this setting.  By default, the setting is left unmanaged, but
    the parameter can be set to any integer >= 1 to enable management of it.
    
    Closes #71
    
    Contributed by @iamjamestl. Thanks a lot!
    tobru committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    3770be4 View commit details
    Browse the repository at this point in the history
  7. changelog prep for next release

    tobru committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    860e72d View commit details
    Browse the repository at this point in the history
  8. add missing hiera fixtures

    tobru committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    3dafe0e View commit details
    Browse the repository at this point in the history
  9. bump version number

    tobru committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    2cafbc3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86165ca View commit details
    Browse the repository at this point in the history
  11. release date in changelog

    tobru committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    e18dd6f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e20213 View commit details
    Browse the repository at this point in the history
Loading