Skip to content
Snippets Groups Projects
  1. May 26, 2023
  2. May 19, 2023
  3. May 17, 2023
  4. May 16, 2023
  5. May 15, 2023
  6. May 09, 2023
  7. May 12, 2023
  8. May 11, 2023
  9. May 10, 2023
  10. Mar 21, 2023
  11. May 05, 2023
  12. May 10, 2023
    • Hossein Pursultani's avatar
      Turn off Grafana unless forced · f25ec0c2a324
      Hossein Pursultani authored
      - Grafana no longer enabled by default on installation.
      - Installations of Grafana are turned off on upgrade as
        a breaking change.
      - Adds flags to allow force enablement of Grafana.
      - Adds banner stating Grafana will be removed by
        GitLab version 16.3.
      
      Changelog: deprecated
      f25ec0c2a324
  13. May 09, 2023
    • Abdul Wadood's avatar
      Default to two database connections i.e. main and ci · aafc2e1f9b03
      Abdul Wadood authored
      As part of bringing database decomposition support to self-managed we
      require self-managed to have two connections by default. Both these
      connections will point to the same database but can be configured to
      point to two different databases by overriding the defaults in
      `/etc/gitlab/gitlab.rb`.
      
      The users can switch back to a single connection by overriding the
      default by adding the following in `/etc/gitlab/gitlab.rb`:
      
      `gitlab_rails['databases']['ci']['enable'] = false`
      
      Changelog: changed
      aafc2e1f9b03
  14. May 08, 2023
  15. May 05, 2023
Loading