Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 28, 2018
  2. Mar 27, 2018
  3. Mar 26, 2018
    • Drew Blessing's avatar
      Merge branch 'docs-proxied-ssl' into 'master' · 8ed98c43
      Drew Blessing authored
      Add docs on how to manage proxied SSL for other GitLab components
      
      See merge request gitlab-org/omnibus-gitlab!2365
      8ed98c43
    • Drew Blessing's avatar
      Add docs on how to manage proxied SSL for other GitLab components · 01af84cb
      Drew Blessing authored
      GitLab supports proxied SSL on many different components. The
      current documentation was not clear on this. Now it's specifically
      called out and an example is given (Registry).
      01af84cb
    • Stan Hu's avatar
      Merge branch 'downgrade-jemalloc' into 'master' · c558388e
      Stan Hu authored
      Revert "Merge branch 'jemalloc5' into 'master'"
      
      Closes #3334
      
      See merge request gitlab-org/omnibus-gitlab!2391
      c558388e
    • DJ Mountney's avatar
      Revert "Merge branch 'jemalloc5' into 'master'" · 4e1436cf
      DJ Mountney authored
      This reverts commit a00ad951, reversing
      changes made to 2cff025e.
      Verified
      4e1436cf
    • Richard Clamp's avatar
      Check if roles have enabled nginx · 9d12584e
      Richard Clamp authored
      Nginx can also be enabled by role, so we need to check for
      Gitlab[:node]['gitlab']['nginx']['enable']
      9d12584e
    • Marin Jankovski's avatar
      Merge branch 'rc-changelog.md-merge' into 'master' · 0502692a
      Marin Jankovski authored
      Update merge strategy for CHANGELOG.md
      
      See merge request gitlab-org/omnibus-gitlab!2390
      0502692a
    • Richard Clamp's avatar
      Enable LetsEncrypt when external_url is https · 924faade
      Richard Clamp authored
      Here we change the default value of letsencrypt['enable'] from `false`
      to `nil`.
      
      This allows a user to specify explicit `true` or `false` if they want
      to, and then when they don't specify we use the code in
      `LetsEncrypt.should_enable?` as a heuristic to see if we should enable.
      
      The initial version of the heuristic is:
      
        url has https AND
        nginx is not disabled AND
        nginx is listening to https AND (
          ( nginx certficate file is absent AND
            nginx key file is absent ) OR
          we previously were enabled
        )
      
      The furry part is the 'we previously were enabled'.  As enabling the
      letsencrypt module creates certificate files we would then treat these
      as user-supplied certificates and so fail to renew or otherwise manage
      the lifecycle of the certificates.
      
      * Changes default of `letsencrypt['enable']` to nil.  It's falsey, but not
        definitive
      * Adds LetsEncrypt parse helper to the `letsencyrpt` attribute
      * Adds LetsEncrypt.should_enable? to hold the heuristic
      * Adds Gitlab['letsencrypt]['auto_enabled'] to the secrets file
      * Adds LetsEncrypt.save_auto_enabled to persist to the secrets file only
        if the ['letsencrypt]['auto_enabled'] attribute is missing from the
        secrets file
      * Splits SecretsHelper.load_gitlab_secrets out from read_gitlab_secrets,
        so we can load inspect the secrets file without fully loading it.
      924faade
    • Richard Clamp's avatar
      Update merge strategy for CHANGELOG.md · 251d8421
      Richard Clamp authored
      https://git-scm.com/docs/gitattributes#_performing_a_three_way_merge
      
      In fee58e65 the file was renamed from
      CHANGELOG -> CHANGELOG.md and later converted to markdown.
      
      Here we update the .gitattributes to reflect the rename, as merge=union
      will probably reduce some of the rebase conflicts in CHANGELOG.md
      251d8421
    • Marin Jankovski's avatar
      Merge branch 'sh-bump-redis-exporter' into 'master' · ab179525
      Marin Jankovski authored
      Bump redis_exporter to 0.17.1
      
      Closes #3299
      
      See merge request gitlab-org/omnibus-gitlab!2382
      ab179525
  4. Mar 24, 2018
  5. Mar 23, 2018
  6. Mar 22, 2018
Loading