Skip to content
Snippets Groups Projects
  1. Apr 06, 2020
  2. Apr 09, 2020
  3. Mar 26, 2020
  4. Apr 09, 2020
  5. Apr 08, 2020
  6. Apr 07, 2020
  7. Apr 06, 2020
  8. Apr 07, 2020
  9. Apr 03, 2020
    • P's avatar
      Update smtp.md · 8943cdc598cb
      P authored
      Added Open Telekom Cloud example config
      8943cdc598cb
  10. Apr 07, 2020
  11. Apr 05, 2020
  12. Apr 06, 2020
  13. Apr 01, 2020
  14. Apr 06, 2020
  15. Apr 03, 2020
  16. Mar 31, 2020
    • Bob Van Landuyt's avatar
      Conditionally start sidekiq-cluster named Sidekiq · 0d66d5bef92b
      Bob Van Landuyt authored
      When configuring Sidekiq to run in cluster mode, using
      `sidekiq['cluster'] = true`, we would previously start up a service
      called `sidekiq-cluster`. This might be confusing to administrator, as
      the service they configured is `sidekiq` rather than
      `sidekiq-cluster`.
      
      This changes that behaviour, if sidekiq-cluster was started using the
      new configuration:
      
        sidekiq['enable'] = true
        sidekiq['cluster'] = true
      
      Then the service that will run sidekiq-cluster will be called
      `sidekiq` rather than `sidekiq-cluster`
      
      Configuring sidekiq-cluster using the soon-to-be deprecated
      configuration
      
        sidekiq_cluster['enable'] = true
      
      would still result in a service called `sidekiq-cluster`.
      
      It is not possible to start sidekiq-cluster twice with conflicting
      configuration. So we know when `node['gitlab']['sidekiq']['cluster']`
      is set and `sidekiq_cluster` is enabled that this will be the only
      sidekiq-cluster process that will be started.
      0d66d5bef92b
  17. Apr 03, 2020
  18. Mar 31, 2020
  19. Apr 03, 2020
  20. Mar 26, 2020
  21. Apr 02, 2020
  22. Apr 01, 2020
    • Ian Baum's avatar
      Merge branch 'delete-ami-deletion-cruft' into 'master' · b56c3c1e6c03
      Ian Baum authored
      Build AMIs for all tags except RC and auto-deploy ones
      
      See merge request gitlab-org/omnibus-gitlab!4036
      b56c3c1e6c03
    • Balasankar "Balu" C's avatar
      Delete unused code to find and delete earlier AMIs · d72b2049cace
      Balasankar "Balu" C authored
      Initially we wanted to only have the latest AMI available at any point
      of time. So we wrote the code to delete the earlier images, but marked
      it as dry run to ensure it did its job without actually touching
      anything. But we never removed that dry run flag.
      
      Also, since we have customers who may intentionally remain on older
      versions, we do have to maintain older images. So there is no need for
      this code anymore.
      d72b2049cace
    • DJ Mountney's avatar
      Merge branch 'sh-update-openssl' into 'master' · 0d372d219cb2
      DJ Mountney authored
      Upgrade to OpenSSL v1.1.1f
      
      Closes gitlab#212998
      
      See merge request gitlab-org/omnibus-gitlab!4056
      0d372d219cb2
Loading