Skip to content
Snippets Groups Projects
  1. Oct 18, 2024
  2. Aug 23, 2024
  3. Aug 19, 2024
  4. Dec 12, 2023
  5. Sep 18, 2023
  6. Jun 16, 2023
  7. Apr 28, 2023
  8. Mar 28, 2023
  9. Jan 16, 2023
  10. Aug 16, 2022
  11. Mar 15, 2022
  12. Dec 02, 2021
  13. Jun 14, 2021
  14. Jun 04, 2021
  15. May 26, 2021
  16. May 25, 2021
  17. Apr 09, 2021
  18. Feb 25, 2021
  19. Mar 30, 2021
  20. Jan 04, 2021
  21. Jan 13, 2021
  22. Dec 25, 2020
    • Harsh Chouraria's avatar
      Make the deprecated OS note actionable · 7a9a2b4b1924
      Harsh Chouraria authored
      The warning message printed about OS deprecation does not explicitly
      state what a user needs to do in response to it.
      
      Adding a link to the list of supported and deprecated OSs page can help
      them understand the decision and pick a next step based on available
      choices.
      7a9a2b4b1924
  23. Dec 07, 2020
  24. Nov 10, 2020
  25. Oct 21, 2020
  26. Oct 01, 2020
  27. Sep 25, 2020
  28. Aug 13, 2020
  29. Jul 28, 2020
  30. Jun 26, 2020
  31. 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
  32. Oct 24, 2019
  33. Oct 18, 2019
  34. Oct 17, 2019
  35. Oct 04, 2019
  36. Oct 02, 2019
    • Ian Baum's avatar
      Updates per the MR · df5b1c138e6e
      Ian Baum authored
      * Rename enabled? to service_dir_enabled?
      * Add changelog
      * Remove dev cruft
      df5b1c138e6e
  37. Sep 30, 2019
  38. Sep 24, 2019
    • Ian Baum's avatar
      Add enabled? function to OmnibusHelper · 426df769b9ac
      Ian Baum authored
      * Using this in postgresql::enable to start postgresql if configuration
      files change. Since should_notify? checks if the service is already
      running
      426df769b9ac
Loading