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.13.3
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.14.0
Choose a head ref
  • 20 commits
  • 9 files changed
  • 7 contributors

Commits on Jan 21, 2017

  1. Adds ability to specify git_data_dirs

      * previously if you wanted to specify a data directory you would use
        git_data_dir.  However this setting was deprecated in 8.10 in favor
        of git_data_dirs which is a hash of multiple directories.
    
      * This adds git_data_dirs to the gitlab.rb template and populates
        the hash with the legacy git_data_dir if used, as well as also
        adding the legacy setting.
    logicminds committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    fbda908 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Fix spec test

    op-ct committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    0c20151 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Merge pull request #128 from op-ct/fix_spec_tests

    Fix spec test
    tobru authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    f6fc3ce View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

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

Commits on Apr 12, 2017

  1. Merge pull request #129 from shaheed121/redis-ha-feature

    Adding support to configure redis HA
    tobru authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    6e6e24e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Adding gitaly configuration support plus fixing template

    Abdul Shaheed committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    bf5eff1 View commit details
    Browse the repository at this point in the history
  2. fixing key for redis_sentinel_role in the template

    Abdul Shaheed committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    c62b061 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #130 from shaheed121/gitaly

    Added Gitaly related params + fixed template for redis/sentinel related data.
    tobru authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    6ecc56d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Configuration menu
    Copy the full SHA
    8b266b1 View commit details
    Browse the repository at this point in the history
  2. ensure coverage not lost

    ensuring coverage was not removed for any resources that were
    already covered
    LongLiveCHIEF committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    68ef66e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae43ab8 View commit details
    Browse the repository at this point in the history
  4. remove service_provider

    provider rarely needs to be specified with the puppet  resource
    type, as puppet will reliably select the correct provider for the node.
    
    Additionally, by passing in , , etc..., puppet will reliably
    control the gitlab-runsvdir service using /usr/bin/gitlab-ctl commands
    LongLiveCHIEF committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    ab191ca View commit details
    Browse the repository at this point in the history
  5. use releasever yum var

    LongLiveCHIEF committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    1192cc6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Merge pull request #131 from LongLiveCHIEF/multi-os-testing

    Refactor unit tests to iterate over all supported OS's
    tobru authored May 2, 2017
    Configuration menu
    Copy the full SHA
    347be34 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Merge branch 'data_dirs' of https://github.com/logicminds/puppet-gitlab

    … into logicminds-data_dirs
    David Gubler committed May 22, 2017
    Configuration menu
    Copy the full SHA
    8683e86 View commit details
    Browse the repository at this point in the history
  2. do not set git_data_dirs if empty; fix rspec tests

    David Gubler committed May 22, 2017
    2 Configuration menu
    Copy the full SHA
    a9bb637 View commit details
    Browse the repository at this point in the history
  3. add functionality to disable prometheus entirely

    David Gubler committed May 22, 2017
    Configuration menu
    Copy the full SHA
    393ec4e View commit details
    Browse the repository at this point in the history
  4. add feature to disable auto migrations

    David Gubler committed May 22, 2017
    Configuration menu
    Copy the full SHA
    49f900b View commit details
    Browse the repository at this point in the history
  5. support sidekiq_cluster configuration options

    David Gubler committed May 22, 2017
    Configuration menu
    Copy the full SHA
    19ff7e0 View commit details
    Browse the repository at this point in the history
  6. do not change spaces

    David Gubler committed May 22, 2017
    Configuration menu
    Copy the full SHA
    d713ca3 View commit details
    Browse the repository at this point in the history
Loading