Skip to content
Snippets Groups Projects
  1. Aug 05, 2022
  2. Jul 29, 2022
  3. Jul 07, 2022
  4. Jul 29, 2022
  5. Jul 27, 2022
  6. Jul 29, 2022
  7. Jul 28, 2022
  8. Jul 27, 2022
  9. Jul 26, 2022
  10. Jun 23, 2022
  11. Jul 27, 2022
  12. Jul 26, 2022
  13. Jul 25, 2022
  14. Jul 22, 2022
  15. Jul 19, 2022
    • Stan Hu's avatar
      Reload Consul only if the service is enabled · 2717b10d
      Stan Hu authored
      If for some reason an EE installation with Consul is downgraded to a
      CE installation, `gitlab-ctl reconfigure` will fail with an obscure
      message:
      
      ```
      NoMethodError occurred in delayed notification: undefined method
      `run_action' for "execute[reload consul]":String
      ```
      
      In a CE build, the Consul recipes are not loaded so `reload consul` is
      not available.
      
      To avoid this error, we can use the `Services.enabled?` helper, which
      will verify that Consul is in the list of available services in the
      first place.
      
      Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6934
      
      Changelog: fixed
      2717b10d
  16. Jul 22, 2022
  17. Jul 21, 2022
  18. Jul 20, 2022
  19. Jul 19, 2022
  20. Jul 18, 2022
Loading